|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Node | |
|---|---|
| com.ebmwebsourcing.easyviper.core.api.engine | |
| com.ebmwebsourcing.easyviper.core.api.engine.behaviour | |
| 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 |
Transition.getDestination()
|
Node |
Scope.getInitialNode()
|
Node |
Scope.getNodeByName(java.lang.String name)
|
Node |
Node.getParentNode()
|
| 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()
|
| Methods in com.ebmwebsourcing.easyviper.core.api.engine with parameters of type Node | |
|---|---|
void |
Scope.linked(Node parentNode,
Node childrenNode)
|
void |
Scope.linked(Node sourceNode,
Transition transition,
Node targetNode)
|
void |
Scope.linkedNode2Transition(Node targetNode,
Transition transition)
|
void |
Scope.linkedNodeAndActivity(Node node,
Behaviour behaviour)
|
void |
Scope.linkedTransition2Node(Transition transition,
Node sourceNode)
|
boolean |
Scope.removeNode(Node node)
|
void |
Scope.setInitialNode(Node initial)
|
void |
Scope.unlinkedNodeAndActivity(Node node,
Behaviour behaviour)
|
void |
Scope.unlinkedNodeAndExecution(Node targetNode,
Execution execution)
|
| Uses of Node in com.ebmwebsourcing.easyviper.core.api.engine.behaviour |
|---|
| Methods in com.ebmwebsourcing.easyviper.core.api.engine.behaviour that return Node | |
|---|---|
Node |
ReceiverBehaviour.getChildNodeSelected()
|
abstract Node |
AbstractBehaviourImpl.getNode()
|
Node |
Behaviour.getNode()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||