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 Execution.createChildExecution()
           
 Execution Scope.createExecution(java.lang.String execName)
           
 Execution Process.createParentExecution()
           
 Execution Node.getExecution()
           
 Execution Execution.getParentExecution()
           
 Execution Scope.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 Execution.setParentExecution(Execution parent)
           
 void Scope.unlinkedNodeAndExecution(Node targetNode, Execution execution)
           
 



Copyright © 2012 Petals Link. All Rights Reserved.