| Package | Description | 
|---|---|
| agi.foundation.celestial | 
 Contains types used in modeling characteristics of celestial objects and celestial phenomena. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EarthMoonBarycenter
The barycenter of the Earth-Moon system. 
 | 
class  | 
JupiterSystemBarycenter
The barycenter of the Jupiter system. 
 | 
class  | 
MarsSystemBarycenter
The barycenter of the Mars system. 
 | 
class  | 
NeptuneSystemBarycenter
The barycenter of the Neptune system. 
 | 
class  | 
PlutoSystemBarycenter
The barycenter of the Pluto system. 
 | 
class  | 
SaturnSystemBarycenter
The barycenter of the Saturn system. 
 | 
class  | 
UranusSystemBarycenter
The barycenter of the Uranus system. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected boolean | 
UranusSystemBarycenter.checkForSameDefinition(PlanetarySystemBarycenter other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
SaturnSystemBarycenter.checkForSameDefinition(PlanetarySystemBarycenter other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
PlutoSystemBarycenter.checkForSameDefinition(PlanetarySystemBarycenter other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
PlanetarySystemBarycenter.checkForSameDefinition(PlanetarySystemBarycenter other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
NeptuneSystemBarycenter.checkForSameDefinition(PlanetarySystemBarycenter other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
MarsSystemBarycenter.checkForSameDefinition(PlanetarySystemBarycenter other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
JupiterSystemBarycenter.checkForSameDefinition(PlanetarySystemBarycenter other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
protected boolean | 
EarthMoonBarycenter.checkForSameDefinition(PlanetarySystemBarycenter other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
| Constructor and Description | 
|---|
PlanetarySystemBarycenter(PlanetarySystemBarycenter existingInstance,
                         CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |