Uses of Interface
com.hammurapi.flow.Flow

Packages that use Flow
com.hammurapi.flow   
com.hammurapi.flow.impl   
com.hammurapi.flow.runtime   
com.hammurapi.flow.util   
 

Uses of Flow in com.hammurapi.flow
 

Methods in com.hammurapi.flow that return Flow
 Flow FlowFactory.createFlow()
          Returns a new object of class 'Flow'.
 Flow FlowElement.getFlow()
          Returns the value of the 'Flow' container reference.
 

Methods in com.hammurapi.flow with parameters of type Flow
 void FlowElement.setFlow(Flow value)
          Sets the value of the 'Flow' container reference.
 

Uses of Flow in com.hammurapi.flow.impl
 

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

Methods in com.hammurapi.flow.impl that return Flow
 Flow FlowFactoryImpl.createFlow()
           
 Flow NodeImpl.getFlow()
           
 Flow TransitionImpl.getFlow()
           
 

Methods in com.hammurapi.flow.impl with parameters of type Flow
 org.eclipse.emf.common.notify.NotificationChain NodeImpl.basicSetFlow(Flow newFlow, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TransitionImpl.basicSetFlow(Flow newFlow, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NodeImpl.setFlow(Flow newFlow)
           
 void TransitionImpl.setFlow(Flow newFlow)
           
 

Uses of Flow in com.hammurapi.flow.runtime
 

Methods in com.hammurapi.flow.runtime that return Flow
 Flow FlowCompiler.compile(Flow flow)
          Compiles flow definition to object definition.
 

Methods in com.hammurapi.flow.runtime with parameters of type Flow
 Flow FlowCompiler.compile(Flow flow)
          Compiles flow definition to object definition.
static boolean FlowCompiler.isCompiled(Flow flow)
           
 

Uses of Flow in com.hammurapi.flow.util
 

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