Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
static RoleOfForce |
RoleOfForce.getDefault()
Get the enum constant that is considered to be the default.
|
static RoleOfForce |
RoleOfForce.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
RoleOfForce |
ForceModel.getRole()
Gets the role that this force plays in a combined resultant force.
|
RoleOfForce |
ForceEvaluator.getRole()
Gets the role that this force plays in a combined resultant force.
|
static RoleOfForce |
RoleOfForce.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleOfForce[] |
RoleOfForce.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ForceEvaluator(EvaluatorGroup group,
RoleOfForce role,
KindOfForce kind)
Initializes a new instance.
|
ForceModel(RoleOfForce role,
KindOfForce kind)
Initializes a new instance.
|