XMT-O Reference Software

xmto2xmta
Class LifeCycle

java.lang.Object
  |
  +--xmto2xmta.LifeCycle

public class LifeCycle
extends java.lang.Object

Element life cycle.

History:


Field Summary
private  java.util.Vector activeIntervals
           
private  ELASid parentELASid
           
private  Container timeContainer
           
 
Constructor Summary
LifeCycle(ContainerLife containerLife)
           
 
Method Summary
static TimingAttribute convertFrom(Time time)
          Convert a Time object to a TimingAttribute object.
 java.util.Vector getActiveIntervals()
           
 ELASid getParentELASid()
           
 Container getTimeContainer()
           
 void setActiveIntervals(java.util.Vector activeIntervals)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

timeContainer

private Container timeContainer

activeIntervals

private java.util.Vector activeIntervals

parentELASid

private ELASid parentELASid
Constructor Detail

LifeCycle

public LifeCycle(ContainerLife containerLife)
Method Detail

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.

XMT-O Reference Software