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

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

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

Methods in org.eclipse.amp.amf.sd that return SdStockVariable
 SdStockVariable SdFactory.createSdStockVariable()
          Returns a new object of class 'Stock Variable'.
 

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

Classes in org.eclipse.amp.amf.sd.impl that implement SdStockVariable
 class SdStockVariableImpl
          An implementation of the model object 'Stock Variable'.
 

Methods in org.eclipse.amp.amf.sd.impl that return SdStockVariable
 SdStockVariable SdFactoryImpl.createSdStockVariable()
           
 

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

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