Package | Description |
---|---|
agi.foundation.celestial |
Contains types used in modeling characteristics of celestial objects and celestial phenomena.
|
Modifier and Type | Method and Description |
---|---|
static KindOfForce |
KindOfForce.getDefault()
Get the enum constant that is considered to be the default.
|
static KindOfForce |
KindOfForce.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
KindOfForce |
ForceModel.getKind()
Gets an enumeration indicating the nature of this force and whether it implicitly
includes mass.
|
KindOfForce |
ForceEvaluator.getKind()
Gets the kind of force this evaluator represents.
|
static KindOfForce |
KindOfForce.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KindOfForce[] |
KindOfForce.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.
|