/** * * @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(); }
/** * * @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(); }
/** * * @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); }
/** * * @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(); }
/** * * @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(); }
/** * * @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(); }
/** * * @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(); }
/** * * @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(); }
/** * * @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); }
/** * * @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(); }
/** * * @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(); }
/** * * @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(); }
/** * * @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); }
/** * * @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(); }
/** * * @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); }
/** * * @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(); }
/** * * @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(); }
/** * * @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); }
/** * * @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); }
/** * * @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(); }
/** * * @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); }