org.smartcomps.twister.engine.priv.core.definition
Interface Wait

All Superinterfaces:
Activity, BasicActivity
All Known Implementing Classes:
WaitImpl

public interface Wait
extends BasicActivity

Allows you to wait for a certain period or until a given time has passed.


Method Summary
 java.lang.String getTime()
          Gets the time expression of this Wait
 boolean isDuration()
           
 void setDuration(boolean duration)
           
 void setTime(java.lang.String time)
           
 
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
 

Method Detail

getTime

public java.lang.String getTime()
Gets the time expression of this Wait

Returns:

setTime

public void setTime(java.lang.String time)

isDuration

public boolean isDuration()

setDuration

public void setDuration(boolean duration)


Copyright © 2003 SmartComps. All Rights Reserved.