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

Packages that use Node
com.ebmwebsourcing.easyviper.core.api.engine   
com.ebmwebsourcing.easyviper.core.api.engine.behaviour   
com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal   
 

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

Subinterfaces of Node in com.ebmwebsourcing.easyviper.core.api.engine
 interface Process
           
 interface Scope
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine that return Node
 Node Scope.createNode(java.lang.String nodeName, Behaviour behaviour)
           
 Node Execution.getCurrentTarget()
           
 Node Scope.getInitialNode()
           
 Node Scope.getNodeByName(java.lang.String name)
           
 Node Node.getParentNode()
           
 Node Scope.unlinkBrotherNodes(Node sourceNode, Node targetNode)
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine that return types with arguments of type Node
 java.util.List<Node> Scope.getAllNodes()
           
 java.util.List<Node> Node.getChildNodes()
           
 java.util.List<Node> Node.getIncomingNodes()
           
 java.util.List<Node> Node.getOutgoingNodes()
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine with parameters of type Node
 void Scope.linkedBrotherNodes(Node sourceNode, Node targetNode)
           
 void Scope.linkedChildNodeToParent(Node parentNode, Node childNode)
           
 void Scope.linkedExecutableElement2Execution(Node source, Execution exe)
           
 void Scope.linkedExecution2ExecutableElement(Execution exe, Node target)
           
 void Scope.linkedNodeAndFunctionnalBehaviour(Node node, Behaviour behaviour)
           
 boolean Scope.removeNode(Node node)
           
 void Scope.setInitialNode(Node initial)
           
 void Execution.setNextExecutableElements(com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent sender, Node nextExecutableElement)
           
 Node Scope.unlinkBrotherNodes(Node sourceNode, Node targetNode)
           
 void Scope.unlinkedNodeAndExecution(Node targetNode, Execution execution)
           
 void Scope.unlinkedNodeAndFunctionnalBehaviour(Node node, Behaviour behaviour)
           
 

Method parameters in com.ebmwebsourcing.easyviper.core.api.engine with type arguments of type Node
 void Execution.setNextExecutableElements(com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent sender, java.util.Collection<? extends Node> nextExecutableElements)
           
 

Uses of Node in com.ebmwebsourcing.easyviper.core.api.engine.behaviour
 

Fields in com.ebmwebsourcing.easyviper.core.api.engine.behaviour declared as Node
protected  Node AbstractBehaviourImpl.node
           
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.behaviour that return Node
 Node AbstractBehaviourImpl.getNode()
           
 Node Behaviour.getNode()
           
 

Uses of Node in com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal
 

Methods in com.ebmwebsourcing.easyviper.core.api.engine.behaviour.functionnal that return Node
 Node ReceiverBehaviour.getChildNodeSelected()
           
 



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