ix.iplan
Class TimePointNet.TimeConstraint
java.lang.Object
ix.iplan.TimePointNet.TimeConstraint
- Enclosing class:
- TimePointNet
public static class TimePointNet.TimeConstraint
- extends java.lang.Object
An internal representation of temporal "before" constraints.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
pre
protected final TimePoint pre
post
protected final TimePoint post
min
protected final long min
max
protected final long max
TimePointNet.TimeConstraint
public TimePointNet.TimeConstraint(TimePoint pre,
TimePoint post,
long min,
long max)
getPrePoint
public TimePoint getPrePoint()
getPostPoint
public TimePoint getPostPoint()
getMin
public long getMin()
getMax
public long getMax()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object