Ejemplo n.º 1
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 14;
     $this->electrons = 14;
     $this->neutrons = 14;
     $this->name = "Silicon";
     $this->symbol = "Si";
     $this->series = new Metalloids();
 }
Ejemplo n.º 2
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 32;
     $this->electrons = 32;
     $this->neutrons = 41;
     $this->name = "Germanium";
     $this->symbol = "Ge";
     $this->series = new Metalloids();
 }
Ejemplo n.º 3
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron, SeriesCollection $seriesCollection)
 {
     parent::__construct($proton, $electron, $neutron, $seriesCollection);
     $this->protons = 1;
     $this->electrons = 1;
     $this->neutrons = 0;
     $this->name = "Hydrogen";
     $this->symbol = "H";
     $this->series = $seriesCollection->get(SeriesCollection::NONMETALS);
 }
Ejemplo n.º 4
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 25;
     $this->electrons = 25;
     $this->neutrons = 30;
     $this->name = "Manganese";
     $this->symbol = "Mn";
     $this->series = new TransitionMetal();
 }
Ejemplo n.º 5
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 21;
     $this->electrons = 21;
     $this->neutrons = 24;
     $this->name = "Scandium";
     $this->symbol = "Sc";
     $this->series = new TransitionMetal();
 }
Ejemplo n.º 6
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 28;
     $this->electrons = 28;
     $this->neutrons = 31;
     $this->name = "Nickel";
     $this->symbol = "Ni";
     $this->series = new TransitionMetal();
 }
Ejemplo n.º 7
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 31;
     $this->electrons = 31;
     $this->neutrons = 39;
     $this->name = "Gallium";
     $this->symbol = "Ga";
     $this->series = new Metals();
 }
Ejemplo n.º 8
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 10;
     $this->electrons = 10;
     $this->neutrons = 10;
     $this->name = "Neon";
     $this->symbol = "Ne";
     $this->series = new NobleGases();
 }
Ejemplo n.º 9
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron, SeriesCollection $seriesCollection)
 {
     parent::__construct($proton, $electron, $neutron, $seriesCollection);
     $this->protons = 5;
     $this->electrons = 5;
     $this->neutrons = 6;
     $this->name = "Boron";
     $this->symbol = "B";
     $this->series = $seriesCollection->get(SeriesCollection::METALLOIDS);
 }
Ejemplo n.º 10
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 34;
     $this->electrons = 34;
     $this->neutrons = 45;
     $this->name = "Selenium";
     $this->symbol = "Se";
     $this->series = new Nonmetals();
 }
Ejemplo n.º 11
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 29;
     $this->electrons = 29;
     $this->neutrons = 35;
     $this->name = "Copper";
     $this->symbol = "Cu";
     $this->series = new TransitionMetal();
 }
Ejemplo n.º 12
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 15;
     $this->electrons = 15;
     $this->neutrons = 16;
     $this->name = "Phosphorus";
     $this->symbol = "P";
     $this->series = new Nonmetals();
 }
Ejemplo n.º 13
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron, SeriesCollection $seriesCollection)
 {
     parent::__construct($proton, $electron, $neutron, $seriesCollection);
     $this->protons = 35;
     $this->electrons = 35;
     $this->neutrons = 45;
     $this->name = "Bromine";
     $this->symbol = "Br";
     $this->series = $seriesCollection->get(SeriesCollection::HALOGENS);
 }
Ejemplo n.º 14
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 3;
     $this->electrons = 3;
     $this->neutrons = 4;
     $this->name = "Lithium";
     $this->symbol = "Li";
     $this->series = new AlkaliMetals();
 }
Ejemplo n.º 15
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  * @param SeriesCollection $seriesCollection
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron, SeriesCollection $seriesCollection)
 {
     parent::__construct($proton, $electron, $neutron, $seriesCollection);
     $this->protons = 13;
     $this->electrons = 13;
     $this->neutrons = 14;
     $this->name = "Aluminium";
     $this->symbol = "Al";
     $this->series = $seriesCollection->get(SeriesCollection::METALS);
 }
Ejemplo n.º 16
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 38;
     $this->electrons = 38;
     $this->neutrons = 50;
     $this->name = "Strontium";
     $this->symbol = "Sr";
     $this->series = new AlkalineEarthMetals();
 }
Ejemplo n.º 17
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 9;
     $this->electrons = 9;
     $this->neutrons = 10;
     $this->name = "Fluorine";
     $this->symbol = "F";
     $this->series = new Halogens();
 }
Ejemplo n.º 18
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  * @param SeriesCollection $seriesCollection
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron, SeriesCollection $seriesCollection)
 {
     parent::__construct($proton, $electron, $neutron, $seriesCollection);
     $this->protons = 18;
     $this->electrons = 18;
     $this->neutrons = 22;
     $this->name = "Argon";
     $this->symbol = "Ar";
     $this->series = $seriesCollection->get(SeriesCollection::NOBLEGASES);
 }
Ejemplo n.º 19
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron, SeriesCollection $seriesCollection)
 {
     parent::__construct($proton, $electron, $neutron, $seriesCollection);
     $this->protons = 20;
     $this->electrons = 20;
     $this->neutrons = 20;
     $this->name = "Calcium";
     $this->symbol = "Ca";
     $this->series = $seriesCollection->get(SeriesCollection::ALKALINEEARTHMETALS);
 }
Ejemplo n.º 20
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron)
 {
     parent::__construct($proton, $electron, $neutron);
     $this->protons = 8;
     $this->electrons = 8;
     $this->neutrons = 8;
     $this->name = "Oxygen";
     $this->symbol = "O";
     $this->series = new Nonmetals();
 }
Ejemplo n.º 21
0
 /**
  * 
  * @param Proton $proton
  * @param Electron $electron
  * @param Neutron $neutron
  * @param SeriesCollection $seriesCollection
  */
 public function __construct(Proton $proton, Electron $electron, Neutron $neutron, SeriesCollection $seriesCollection)
 {
     parent::__construct($proton, $electron, $neutron, $seriesCollection);
     $this->protons = 42;
     $this->electrons = 42;
     $this->neutrons = 54;
     $this->name = "Molybdenum";
     $this->symbol = "Mo";
     $this->series = $seriesCollection->get(SeriesCollection::TRANSITIONMETAL);
 }