Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Agi.foundation.stoppingconditions Classes and Interfaces - 27 results found.
NameDescriptionTypePackageFramework
CircularRangeThe possible options that a numerical value could be limited to when it represents an angle.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
ConditionCheckCallbackThe delegate type that is used by the DelegateStoppingCondition to compute the value used in determining if propagation should stop.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
ConstraintSatisfiedCallbackThe delegate that is used by the DelegateStoppingConditionConstraint to determine if the constraint is satisfied.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
DelegateStoppingConditionA stopping condition that will stop a function by search for thresholds and extrema from values of a ConditionCheckCallback.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
DelegateStoppingConditionConstraintA StoppingConditionConstraintEvaluator where the method that checks if the state at a stop satisfies this StoppingConditionConstraint is specified by a delegate.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
DurationStoppingConditionA StoppingCondition that will stop after a given Duration has passed.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
DurationStoppingConditionConstraintA StoppingConditionConstraint that determines its satisfaction based on the Duration that has passed during propagation.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
IKnownDateStoppingConditionEvaluatorAn interface to be added to StoppingConditionEvaluator that knows what JulianDate it will stop on.Interfaceagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
InequalityConditionenum InequalityConditionThe criteria for comparing one value to another.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
InitializeCallbackThe delegate type that lets the StoppingConditionEvaluator or StoppingConditionConstraintEvaluator be initialized.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
JulianDateStoppingConditionConstraintA StoppingConditionConstraint that determines its satisfaction on the current JulianDate relative to a stored JulianDate.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
KnownDateStoppingConditionEvaluatorWithMutableThresholdA StoppingConditionEvaluatorWithMutableThreshold that wraps another StoppingConditionEvaluator, but allows the Threshold (get / set) Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
ScalarStoppingConditionA StoppingCondition that will stop propagation by search for thresholds and extrema from values of a Scalar (get / set).Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
ScalarStoppingConditionConstraintA StoppingConditionConstraintEvaluator that compares the value of a Scalar (get / set) at the time of a state with a threshold.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
StoppingConditionA stopping condition will get evaluated at every step of propagation, and treat some value based on the computed state Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
StoppingConditionConstraintThe definition for a StoppingConditionConstraintEvaluator.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
StoppingConditionConstraintEvaluatorThe evaluator for a StoppingConditionConstraint.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
StoppingConditionEvaluatorClassagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
StoppingConditionEvaluatorWithMutableThresholdA StoppingConditionEvaluator that wraps another stopping condition, but allows the Threshold (get / set) to be changed after the Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
StoppingConditionTriggeredBehaviorenum StoppingConditionTriggeredBehaviorDescribes how propagation should behave after a stopping condition Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
StoppingTriggeredCallbackA delegate that gets triggered when a StoppingConditionEvaluator is satisfied.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
StopTypeAn enumeration listing the possible events in a function that can be detected by a StoppingCondition.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
ThresholdStoppingConditionConstraintA StoppingConditionConstraint that will compute a single value and compare it to a Threshold (get / set) to determine Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
ThresholdStoppingConditionConstraintEvaluatorThe evaluator for a ThresholdStoppingConditionConstraint.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
ValueInStateStoppingConditionA StoppingCondition that samples the value of a Motion{double} stored in an IMotionState.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
ValueInStateStoppingConditionConstraintA StoppingConditionConstraint that compares a value stored in an IMotionState to a specified threshold.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )
WhenToCheckConstraintenum WhenToCheckConstraintAn enumeration specifying when a StoppingConditionConstraint should be checked.Classagi.foundation.stoppingconditionsAGI ( Analytical Graphics )