org.smartcomps.twister.engine.priv.core.definition.impl
Class WaitImpl

java.lang.Object
  |
  +--org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
        |
        +--org.smartcomps.twister.engine.priv.core.definition.impl.BasicActivityImpl
              |
              +--org.smartcomps.twister.engine.priv.core.definition.impl.WaitImpl
All Implemented Interfaces:
Activity, BasicActivity, java.lang.Comparable, Wait

public class WaitImpl
extends BasicActivityImpl
implements Wait

Persistent implementation of the Wait interface.

See Also:
Wait

Constructor Summary
WaitImpl()
           
 
Method Summary
 java.lang.String getTime()
          Gets the time expression of this Wait
 boolean isDuration()
           
 void setDuration(boolean period)
           
 void setTime(java.lang.String time)
           
 
Methods inherited from class org.smartcomps.twister.engine.priv.core.definition.impl.BasicActivityImpl
execute
 
Methods inherited from class org.smartcomps.twister.engine.priv.core.definition.impl.ActivityImpl
compareTo, createContextTree, fetchProcess, getActivityContainer, getContainer, getId, getIndex, getJoinCondition, getName, getProcess, getProcessSet, getSourceLinks, getTargetLinks, setActivityContainer, setContainer, setId, setIndex, setJoinCondition, setName, setProcess, setProcessSet, setSourceLinks, setTargetLinks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.BasicActivity
execute
 
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.Activity
fetchProcess, getContainer, getJoinCondition, getName, getProcess, getSourceLinks, getTargetLinks, setJoinCondition, setName, setSourceLinks, setTargetLinks
 

Constructor Detail

WaitImpl

public WaitImpl()
Method Detail

getTime

public java.lang.String getTime()
Description copied from interface: Wait
Gets the time expression of this Wait

Specified by:
getTime in interface Wait
Returns:

setTime

public void setTime(java.lang.String time)
Specified by:
setTime in interface Wait

isDuration

public boolean isDuration()
Specified by:
isDuration in interface Wait

setDuration

public void setDuration(boolean period)
Specified by:
setDuration in interface Wait


Copyright © 2003 SmartComps. All Rights Reserved.