Uses of Interface
com.hammurapi.flow.Transition

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

Uses of Transition in com.hammurapi.flow
 

Methods in com.hammurapi.flow that return Transition
 Transition FlowFactory.createTransition()
          Returns a new object of class 'Transition'.
 

Methods in com.hammurapi.flow that return types with arguments of type Transition
 org.eclipse.emf.common.util.EList<Transition> Pin.getInput()
          Returns the value of the 'Input' reference list.
 org.eclipse.emf.common.util.EList<Transition> Pin.getOutput()
          Returns the value of the 'Output' reference list.
 

Uses of Transition in com.hammurapi.flow.impl
 

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

Fields in com.hammurapi.flow.impl with type parameters of type Transition
protected  org.eclipse.emf.common.util.EList<Transition> PinImpl.input
          The cached value of the 'Input' reference list.
protected  org.eclipse.emf.common.util.EList<Transition> PinImpl.output
          The cached value of the 'Output' reference list.
 

Methods in com.hammurapi.flow.impl that return Transition
 Transition FlowFactoryImpl.createTransition()
           
 

Methods in com.hammurapi.flow.impl that return types with arguments of type Transition
 org.eclipse.emf.common.util.EList<Transition> PinImpl.getInput()
           
 org.eclipse.emf.common.util.EList<Transition> PinImpl.getOutput()
           
 

Uses of Transition in com.hammurapi.flow.util
 

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