Class BasePlanetObject

    • Field Detail

      • planetModel

        protected final PlanetModel planetModel
        This is the planet model embedded in all objects derived from this class.
    • Constructor Detail

      • BasePlanetObject

        public BasePlanetObject​(PlanetModel planetModel)
        Constructor creating class instance given a planet model.
        Parameters:
        planetModel - is the planet model.