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

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

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

Methods in org.eclipse.amp.amf.sd that return SdAuxVariable
 SdAuxVariable SdFactory.createSdAuxVariable()
          Returns a new object of class 'Aux Variable'.
 

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

Classes in org.eclipse.amp.amf.sd.impl that implement SdAuxVariable
 class SdAuxVariableImpl
          An implementation of the model object 'Aux Variable'.
 

Methods in org.eclipse.amp.amf.sd.impl that return SdAuxVariable
 SdAuxVariable SdFactoryImpl.createSdAuxVariable()
           
 

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

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