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

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

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

Subinterfaces of SdNamedElement 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 SdGeneratable
          A representation of the model object 'Generatable'.
 interface SdModel
          A representation of the model object 'Model'.
 interface SdStockVariable
          A representation of the model object 'Stock Variable'.
 

Methods in org.eclipse.amp.amf.sd that return SdNamedElement
 SdNamedElement SdFactory.createSdNamedElement()
          Returns a new object of class 'Named Element'.
 

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

Classes in org.eclipse.amp.amf.sd.impl that implement SdNamedElement
 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 SdNamedElementImpl
          An implementation of the model object 'Named Element'.
 class SdStockVariableImpl
          An implementation of the model object 'Stock Variable'.
 

Methods in org.eclipse.amp.amf.sd.impl that return SdNamedElement
 SdNamedElement SdFactoryImpl.createSdNamedElement()
           
 

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

Methods in org.eclipse.amp.amf.sd.util with parameters of type SdNamedElement
 T SdSwitch.caseSdNamedElement(SdNamedElement object)
          Returns the result of interpreting the object as an instance of 'Named Element'.