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 String
protected Time
protected String
protected ViolationSeverity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addViolation
(Time begin, Time end) abstract void
abstract void
getName()
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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()
-