Package | Description |
---|---|
agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
Modifier and Type | Method and Description |
---|---|
static InvalidFuelStateBehavior |
InvalidFuelStateBehavior.getDefault()
Get the enum constant that is considered to be the default.
|
static InvalidFuelStateBehavior |
InvalidFuelStateBehavior.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
InvalidFuelStateBehavior |
ImpulsiveManeuverInformation.getInvalidFuelUseBehavior()
|
static InvalidFuelStateBehavior |
InvalidFuelStateBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvalidFuelStateBehavior[] |
InvalidFuelStateBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImpulsiveManeuverInformation.setInvalidFuelUseBehavior(InvalidFuelStateBehavior value)
|
Constructor and Description |
---|
ImpulsiveManeuverInformation(String propagationElementIdentification,
Cartesian deltaV,
Axes orientationAxes,
String fuelMassIdentification,
String dryMassIdentification,
Scalar exhaustVelocity,
InvalidFuelStateBehavior whatToDo)
Initializes a new instance.
|
ImpulsiveManeuverInformation(String propagationElementIdentification,
Cartesian deltaV,
String fuelMassIdentification,
String dryMassIdentification,
Scalar exhaustVelocity,
InvalidFuelStateBehavior whatToDo)
Initializes a new instance.
|