Uses of Class
org.ow2.bonita.pvm.internal.model.NodeImpl

Packages that use NodeImpl
org.ow2.bonita.pvm.internal.model   
org.ow2.bonita.pvm.internal.model.op   
org.ow2.bonita.pvm.model   
 

Uses of NodeImpl in org.ow2.bonita.pvm.internal.model
 

Subclasses of NodeImpl in org.ow2.bonita.pvm.internal.model
static class ProcessModificationsImpl.AddedNode
           
 

Fields in org.ow2.bonita.pvm.internal.model declared as NodeImpl
protected  NodeImpl TransitionImpl.destination
           
protected  NodeImpl PVMProcessDefinitionImpl.initial
          the node which is executed when the process starts
protected  NodeImpl ExecutionImpl.node
          current node
protected  NodeImpl NodeImpl.parentNode
           
protected  NodeImpl TransitionImpl.source
           
protected  NodeImpl ExecutionImpl.transitionOrigin
          the node from which the transition was taken.
 

Fields in org.ow2.bonita.pvm.internal.model with type parameters of type NodeImpl
protected  java.util.List<NodeImpl> CompositeElementImpl.nodes
           
protected  java.util.Map<java.lang.String,NodeImpl> CompositeElementImpl.nodesMap
           
protected  java.util.List<NodeImpl> ProcessModificationsImpl.removedNodes
           
 

Methods in org.ow2.bonita.pvm.internal.model that return NodeImpl
 NodeImpl NodeImpl.addNode(NodeImpl node)
           
 NodeImpl CompositeElementImpl.createNode(java.lang.String nodeName)
          creates a nested node with the given name.
 NodeImpl TransitionImpl.getDestination()
           
 NodeImpl PVMProcessDefinitionImpl.getInitial()
           
 NodeImpl ExecutionImpl.getNode()
           
 NodeImpl CompositeElementImpl.getNode(java.lang.String nodeName)
          the first nested node with the given name or null of no such node exists.
 NodeImpl NodeImpl.getParentNode()
           
 NodeImpl TransitionImpl.getSource()
           
 NodeImpl ExecutionImpl.getTransitionOrigin()
           
 

Methods in org.ow2.bonita.pvm.internal.model with parameters of type NodeImpl
 NodeImpl NodeImpl.addNode(NodeImpl node)
           
 Node CompositeElementImpl.addNode(NodeImpl node)
           
 ExecutionImpl ExecutionImpl.beginNode(NodeImpl node)
           
 Transition NodeImpl.createOutgoingTransition(NodeImpl destination)
          creates a transition from this node to the given destination node.
 TransitionImpl NodeImpl.createOutgoingTransition(NodeImpl destination, java.lang.String transitionName)
          creates a transition with the given name from this node to the given destination node.
 ExecutionImpl ExecutionImpl.endNode(NodeImpl node)
           
 TransitionImpl ProcessModificationsImpl.getOutgoingTransition(NodeImpl node, java.lang.String transitionName)
           
 void ExecutionImpl.moveTo(NodeImpl destination)
           
 boolean CompositeElementImpl.removeNode(NodeImpl node)
          removes the given node from the nested activities.
 void TransitionImpl.setDestination(NodeImpl destination)
           
 void PVMProcessDefinitionImpl.setInitial(NodeImpl initial)
           
 void ExecutionImpl.setNode(NodeImpl node)
           
 void NodeImpl.setParentNode(NodeImpl parentNode)
           
 void TransitionImpl.setSource(NodeImpl source)
           
 void ExecutionImpl.setTransitionOrigin(NodeImpl transitionOrigin)
           
 

Uses of NodeImpl in org.ow2.bonita.pvm.internal.model.op
 

Methods in org.ow2.bonita.pvm.internal.model.op that return types with arguments of type NodeImpl
 java.util.List<NodeImpl> ProceedToDestination.getNodesEntered(NodeImpl origin, NodeImpl destination)
           
 

Methods in org.ow2.bonita.pvm.internal.model.op with parameters of type NodeImpl
 java.util.List<NodeImpl> ProceedToDestination.getNodesEntered(NodeImpl origin, NodeImpl destination)
           
 

Constructors in org.ow2.bonita.pvm.internal.model.op with parameters of type NodeImpl
MoveToChildNode(NodeImpl node)
           
Signal(java.lang.String signalName, java.util.Map<java.lang.String,java.lang.Object> parameters, NodeImpl node)
           
SignalMessage(ExecutionImpl execution, java.lang.String signalName, NodeImpl node)
           
 

Uses of NodeImpl in org.ow2.bonita.pvm.model
 

Fields in org.ow2.bonita.pvm.model declared as NodeImpl
protected  NodeImpl ProcessFactory.node
           
 



Copyright © 2009 OW2 Consortium. All Rights Reserved.