| Modifier and Type | Interface and Description |
|---|---|
interface |
Satellite<P extends HasSatellites<?>>
Implemented by heavenly bodies that can orbit around other heavenly bodies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHasSatellites<S extends Satellite<?>>
Support superclass for
HasSatellites implementations. |
class |
Planet
Represents a planet.
|
class |
Star
Represents a star.
|
Copyright © 2017. All rights reserved.