public class GeostObject.TimeBoundConstraint
extends java.lang.Object
Constructor and Description |
---|
GeostObject.TimeBoundConstraint()
TODO, is it really needed this constructor?
|
Modifier and Type | Method and Description |
---|---|
boolean |
consistencyDurationGtZero(Store store)
It applies constraint enforcing that duration > 0
|
boolean |
consistencyStartPlusDurationEqEnd(Store store)
It evaluates part of the constraint that ensures that start + duration = end
|
GeostObject |
getCorrespondingObject()
It returns the corresponding object for which this time constraint corresponds to.
|
java.lang.String |
toString() |
public GeostObject.TimeBoundConstraint()
public boolean consistencyStartPlusDurationEqEnd(Store store)
store
- public boolean consistencyDurationGtZero(Store store)
store
- constraint store in which the geost constraint is imposed at.public java.lang.String toString()
toString
in class java.lang.Object
public final GeostObject getCorrespondingObject()