Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
Modifier and Type | Method and Description |
---|---|
static EndsOfSegment |
EndsOfSegment.getDefault()
Get the enum constant that is considered to be the default.
|
EndsOfSegment |
ScalarAtEndOfSegmentConstraint.getEndOfSegment()
|
EndsOfSegment |
ScalarAtEndOfNumericalSegmentConstraint.getEndOfSegment()
|
static EndsOfSegment |
EndsOfSegment.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static EndsOfSegment |
EndsOfSegment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndsOfSegment[] |
EndsOfSegment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScalarAtEndOfSegmentConstraint.setEndOfSegment(EndsOfSegment value)
|
void |
ScalarAtEndOfNumericalSegmentConstraint.setEndOfSegment(EndsOfSegment value)
|
Constructor and Description |
---|
ScalarAtEndOfNumericalSegmentConstraint(Scalar scalar,
SegmentDefinition segment,
double desiredValue,
double tolerance,
EndsOfSegment endOfSegment)
Initializes a new instance.
|
ScalarAtEndOfNumericalSegmentConstraint(Scalar scalar,
SegmentDefinition segment,
double desiredValue,
double tolerance,
EndsOfSegment endOfSegment,
SolverConstraintScaling scaling)
Initializes a new instance.
|
ScalarAtEndOfSegmentConstraint(Scalar scalar,
SegmentDefinition segment,
double desiredValue,
double tolerance,
TimeBasedStateParameter parameter,
EndsOfSegment endOfSegment)
Initializes a new instance.
|
ScalarAtEndOfSegmentConstraint(Scalar scalar,
SegmentDefinition segment,
double desiredValue,
double tolerance,
TimeBasedStateParameter parameter,
EndsOfSegment endOfSegment,
SolverConstraintScaling scaling)
Initializes a new instance.
|