Uses of Interface
io.permazen.demo.Body
-
Packages that use Body Package Description io.permazen.demo Demonstration Java model classes. -
-
Uses of Body in io.permazen.demo
Subinterfaces of Body in io.permazen.demo Modifier and Type Interface Description interface
HasSatellites<S extends Satellite<?>>
Implemented by heavenly bodies that can have other heavenly bodies as satellites.interface
Satellite<P extends HasSatellites<?>>
Implemented by heavenly bodies that can orbit around other heavenly bodies.Classes in io.permazen.demo that implement Body Modifier and Type Class Description class
AbstractBody
Support superclass forBody
implementations.class
AbstractHasSatellites<S extends Satellite<?>>
Support superclass forHasSatellites
implementations.class
Moon
Represents a moon of a planet.class
Planet
Represents a planet.class
Star
Represents a star.
-