com.ebmwebsourcing.easyviper.core.impl.engine
Class ExecutableElementImpl

java.lang.Object
  extended by com.ebmwebsourcing.easyviper.core.impl.engine.ExecutableElementImpl
All Implemented Interfaces:
com.ebmwebsourcing.easyviper.core.api.engine.Element, com.ebmwebsourcing.easyviper.core.api.engine.ExecutableElement, com.ebmwebsourcing.easyviper.core.api.engine.FractalComponent, java.io.Serializable
Direct Known Subclasses:
NodeImpl, TransitionImpl

public abstract class ExecutableElementImpl
extends java.lang.Object
implements com.ebmwebsourcing.easyviper.core.api.engine.ExecutableElement

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
protected  java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.ExecutableElement> nextSelectedExecElmts
           
 
Constructor Summary
ExecutableElementImpl()
           
 
Method Summary
 java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.ExecutableElement> getNextSelectedExecutableElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.engine.ExecutableElement
execute, getExecution, selectDefaultNextTarget
 
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
 

Field Detail

nextSelectedExecElmts

protected java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.ExecutableElement> nextSelectedExecElmts
Constructor Detail

ExecutableElementImpl

public ExecutableElementImpl()
Method Detail

getNextSelectedExecutableElements

public java.util.List<com.ebmwebsourcing.easyviper.core.api.engine.ExecutableElement> getNextSelectedExecutableElements()
                                                                                                                 throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
getNextSelectedExecutableElements in interface com.ebmwebsourcing.easyviper.core.api.engine.ExecutableElement
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException


Copyright © 2009 eBM WebSourcing. All Rights Reserved.