com.ebmwebsourcing.easyviper.core.api.engine.behaviour
Interface WaitBehaviour

All Superinterfaces:
Behaviour, Element, FractalComponent, java.io.Serializable

public interface WaitBehaviour
extends Behaviour

Author:
Nicolas Salatge - eBM WebSourcing

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour
Behaviour.State
 
Method Summary
 DateExpression<?> getDate()
           
 LongExpression<?> getDuration()
           
 void setDate(DateExpression<?> date)
           
 void setDuration(LongExpression<?> time)
           
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.behaviour.Behaviour
execute, getInitializationContext, getNode, getState, setInitializationContext, setState
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.Element
setLog
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.FractalComponent
create, destroy, getComponent, getName, init, setName, start, stop
 

Method Detail

getDuration

LongExpression<?> getDuration()

setDuration

void setDuration(LongExpression<?> time)

getDate

DateExpression<?> getDate()

setDate

void setDate(DateExpression<?> date)


Copyright © 2009 eBM WebSourcing. All Rights Reserved.