Uses of Interface
com.hammurapi.flow.Node

Packages that use Node
com.hammurapi.flow   
com.hammurapi.flow.impl   
com.hammurapi.flow.util   
 

Uses of Node in com.hammurapi.flow
 

Subinterfaces of Node in com.hammurapi.flow
 interface Flow
          A representation of the model object 'Flow'.
 

Methods in com.hammurapi.flow that return Node
 Node FlowFactory.createNode()
          Returns a new object of class 'Node'.
 Node Pin.getNode()
          Returns the value of the 'Node' container reference.
 

Methods in com.hammurapi.flow with parameters of type Node
 void Pin.setNode(Node value)
          Sets the value of the 'Node' container reference.
 

Uses of Node in com.hammurapi.flow.impl
 

Classes in com.hammurapi.flow.impl that implement Node
 class FlowImpl
          An implementation of the model object 'Flow'.
 class NodeImpl
          An implementation of the model object 'Node'.
 

Methods in com.hammurapi.flow.impl that return Node
 Node FlowFactoryImpl.createNode()
           
 Node PinImpl.getNode()
           
 

Methods in com.hammurapi.flow.impl with parameters of type Node
 org.eclipse.emf.common.notify.NotificationChain PinImpl.basicSetNode(Node newNode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PinImpl.setNode(Node newNode)
           
 

Uses of Node in com.hammurapi.flow.util
 

Methods in com.hammurapi.flow.util with parameters of type Node
 T FlowSwitch.caseNode(Node object)
          Returns the result of interpreting the object as an instance of 'Node'.