xmto2xmta.timegraph
Class LifeInterval
java.lang.Object
|
+--xmto2xmta.timegraph.Interval
|
+--xmto2xmta.timegraph.LifeInterval
- public class LifeInterval
- extends Interval
Active interval of a timing element.
History:
- 15 Mar 2001 - Created file.
Methods inherited from class xmto2xmta.timegraph.Interval |
add, add, equals, getBeginTime, getDuration, getEndTime, hashCode, isResolved, negative, point, setBeginTime, setEndTime, setInterval, subtract, subtract, toString, union |
Methods inherited from class java.lang.Object |
, clone, finalize, getClass, notify, notifyAll, registerNatives, wait, wait, wait |
ACTIVE
public static final int ACTIVE
FILL_FREEZE
public static final int FILL_FREEZE
FILL_TRANSITION
public static final int FILL_TRANSITION
type
private int type
observedBegin
private Time observedBegin
simpleDurs
private java.util.Vector simpleDurs
intrinsicDur
private Time intrinsicDur
containerLife
private ContainerLife containerLife
elasids
private java.util.Vector elasids
lastComputedSimpleDur
private Time lastComputedSimpleDur
LifeInterval
public LifeInterval()
LifeInterval
public LifeInterval(Time begin,
Time end)
setType
public void setType(int type)
getType
public int getType()
setObservedBegin
public void setObservedBegin(Time time)
getObservedBegin
public Time getObservedBegin()
setSimpleDurs
public void setSimpleDurs(java.util.Vector simpleDurs)
getSimpleDurs
public java.util.Vector getSimpleDurs()
size
public int size()
setIntrinsicDur
public void setIntrinsicDur(Time intrinsicDur)
getIntrinsicDur
public Time getIntrinsicDur()
setContainerLife
public void setContainerLife(ContainerLife containerLife)
getContainerLife
public ContainerLife getContainerLife()
setELASids
public void setELASids(java.util.Vector elasids)
getELASids
public java.util.Vector getELASids()
setLastComputedSimpleDur
public void setLastComputedSimpleDur(Time simpleDur)
getLastComputedSimpleDur
public Time getLastComputedSimpleDur()