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

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

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

Subinterfaces of SdGeneratable in org.eclipse.amp.amf.sd
 interface SdAbstractVariable
          A representation of the model object 'Abstract Variable'.
 interface SdAuxVariable
          A representation of the model object 'Aux Variable'.
 interface SdConnector
          A representation of the model object 'Connector'.
 interface SdEquationVariable
          A representation of the model object 'Equation Variable'.
 interface SdFlowVariable
          A representation of the model object 'Flow Variable'.
 interface SdModel
          A representation of the model object 'Model'.
 interface SdStockVariable
          A representation of the model object 'Stock Variable'.
 

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

Classes in org.eclipse.amp.amf.sd.impl that implement SdGeneratable
 class SdAbstractVariableImpl
          An implementation of the model object 'Abstract Variable'.
 class SdAuxVariableImpl
          An implementation of the model object 'Aux Variable'.
 class SdConnectorImpl
          An implementation of the model object 'Connector'.
 class SdEquationVariableImpl
          An implementation of the model object 'Equation Variable'.
 class SdFlowVariableImpl
          An implementation of the model object 'Flow Variable'.
 class SdGeneratableImpl
          An implementation of the model object 'Generatable'.
 class SdModelImpl
          An implementation of the model object 'Model'.
 class SdModelImplGeneratedNot
           
 class SdStockVariableImpl
          An implementation of the model object 'Stock Variable'.
 

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

Methods in org.eclipse.amp.amf.sd.util with parameters of type SdGeneratable
 T SdSwitch.caseSdGeneratable(SdGeneratable object)
          Returns the result of interpreting the object as an instance of 'Generatable'.