Class ActivityWindow
java.lang.Object
gov.nasa.jpl.aerie.constraints.tree.ActivityWindow
- All Implemented Interfaces:
Expression<Windows>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanevaluate(SimulationResults results, Interval bounds, EvaluationEnvironment environment) voidextractResources(Set<String> names) Add the resources referenced by this expression to the given set.inthashCode()prettyPrint(String prefix) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gov.nasa.jpl.aerie.constraints.tree.Expression
evaluate, evaluate, evaluate, prettyPrint
-
Field Details
-
activityAlias
-
-
Constructor Details
-
ActivityWindow
-
-
Method Details
-
evaluate
public Windows evaluate(SimulationResults results, Interval bounds, EvaluationEnvironment environment) - Specified by:
evaluatein interfaceExpression<Windows>
-
extractResources
Description copied from interface:ExpressionAdd the resources referenced by this expression to the given set.- Specified by:
extractResourcesin interfaceExpression<Windows>
-
prettyPrint
- Specified by:
prettyPrintin interfaceExpression<Windows>
-
equals
-
hashCode
public int hashCode()
-