Package gov.nasa.jpl.constraint
Class Constraint
java.lang.Object
gov.nasa.jpl.constraint.Constraint
- All Implemented Interfaces:
PropertyChangeListener,EventListener
- Direct Known Subclasses:
ActivityConstraint,ResourceConstraint
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Timeprotected Stringprotected ViolationSeverity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddViolation(Time begin, Time end) abstract voidabstract voidgetName()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.beans.PropertyChangeListener
propertyChange
-
Field Details
-
name
-
message
-
severity
-
listOfViolationBeginAndEndTimes
-
mostRecentTimeViolationBegan
-
-
Constructor Details
-
Constraint
-
-
Method Details
-
getName
-
setName
-
getMessage
-
getSeverity
-
historyIterator
-
addViolation
-
clearViolationHistory
public abstract void clearViolationHistory() -
finalizeConstraintAfterModeling
public abstract void finalizeConstraintAfterModeling()
-