Uses of Interface
org.eclipse.amp.amf.sd.SdFlowVariable

Packages that use SdFlowVariable
org.eclipse.amp.amf.sd   
org.eclipse.amp.amf.sd.impl   
org.eclipse.amp.amf.sd.util   
 

Uses of SdFlowVariable in org.eclipse.amp.amf.sd
 

Methods in org.eclipse.amp.amf.sd that return SdFlowVariable
 SdFlowVariable SdFactory.createSdFlowVariable()
          Returns a new object of class 'Flow Variable'.
 

Uses of SdFlowVariable in org.eclipse.amp.amf.sd.impl
 

Classes in org.eclipse.amp.amf.sd.impl that implement SdFlowVariable
 class SdFlowVariableImpl
          An implementation of the model object 'Flow Variable'.
 

Methods in org.eclipse.amp.amf.sd.impl that return SdFlowVariable
 SdFlowVariable SdFactoryImpl.createSdFlowVariable()
           
 

Uses of SdFlowVariable in org.eclipse.amp.amf.sd.util
 

Methods in org.eclipse.amp.amf.sd.util with parameters of type SdFlowVariable
 T SdSwitch.caseSdFlowVariable(SdFlowVariable object)
          Returns the result of interpreting the object as an instance of 'Flow Variable'.