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 Node.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(Node source, Execution exe)
           
 void Scope.linkedExecution2ExecutableElement(Execution exe, Node target)
           
 void Execution.removeChildExecution(Execution execution)
           
 void Node.setExecution(Execution exec)
           
 void Scope.unlinkedNodeAndExecution(Node targetNode, Execution execution)
           
 



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