Class StarSystem
java.lang.Object
org.episteme.natural.physics.astronomy.StarSystem
Represents a Star System (e.g. Solar System).
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBody(CelestialBody body) voidgetName()getStars()voidremoveBody(CelestialBody body) void
-
Constructor Details
-
StarSystem
-
-
Method Details
-
getName
-
setName
-
getStars
-
addStar
-
getBodies
-
addBody
-
removeBody
-