Uses of Interface
com.ebmwebsourcing.easyviper.core.api.engine.Execution

Packages that use Execution
com.ebmwebsourcing.easyviper.core.api.engine   
 

Uses of Execution in com.ebmwebsourcing.easyviper.core.api.engine
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine that return Execution
 Execution Scope.createExecution(java.lang.String execName)
           
 Execution Process.createParentExecution()
           
 Execution ExecutableElement.getExecution()
           
 Execution Scope.getParentExecution()
           
 Execution Execution.getParentExecution()
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine that return types with arguments of type Execution
 java.util.List<Execution> Execution.getChildExecutions()
           
 java.util.Map<java.lang.String,Execution> Process.getSuspendedExecutions()
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine with parameters of type Execution
 void Execution.addExecution(Execution execution)
           
 void Scope.deleteExecution(Execution execution)
           
 void Scope.linkedExecutableElement2Execution(ExecutableElement source, Execution exe)
           
 void Scope.linkedExecution2ExecutableElement(Execution exe, ExecutableElement target)
           
 void Execution.removeChildExecution(Execution execution)
           
 void Node.setExecution(Execution exec)
           
 void Execution.signal(Execution childExecution)
           
 void Scope.unlinkedNodeAndExecution(Node targetNode, Execution execution)
           
 



Copyright © 2009-2010 eBM WebSourcing. All Rights Reserved.