Uses of Interface
com.hammurapi.flow.FlowElement

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

Uses of FlowElement in com.hammurapi.flow
 

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

Methods in com.hammurapi.flow that return types with arguments of type FlowElement
 org.eclipse.emf.common.util.EList<FlowElement> Flow.getFlowElement()
          Returns the value of the 'Flow Element' containment reference list.
 

Uses of FlowElement in com.hammurapi.flow.impl
 

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

Fields in com.hammurapi.flow.impl with type parameters of type FlowElement
protected  org.eclipse.emf.common.util.EList<FlowElement> FlowImpl.flowElement
          The cached value of the 'Flow Element' containment reference list.
 

Methods in com.hammurapi.flow.impl that return types with arguments of type FlowElement
 org.eclipse.emf.common.util.EList<FlowElement> FlowImpl.getFlowElement()
           
 

Uses of FlowElement in com.hammurapi.flow.util
 

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