xmto2xmta
Class LifeCycle
java.lang.Object
|
+--xmto2xmta.LifeCycle
- public class LifeCycle
- extends java.lang.Object
Element life cycle.
History:
- 15 Mar 2001 - Created file.
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
timeContainer
private Container timeContainer
activeIntervals
private java.util.Vector activeIntervals
parentELASid
private ELASid parentELASid
LifeCycle
public LifeCycle(ContainerLife containerLife)
getActiveIntervals
public java.util.Vector getActiveIntervals()
setActiveIntervals
public void setActiveIntervals(java.util.Vector activeIntervals)
getTimeContainer
public Container getTimeContainer()
getParentELASid
public ELASid getParentELASid()
convertFrom
public static TimingAttribute convertFrom(Time time)
- Convert a Time object to a TimingAttribute object.