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

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

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

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

Methods in org.eclipse.amp.amf.sd that return SdAbstractVariable
 SdAbstractVariable SdConnector.getToElement()
          Returns the value of the 'To Element' reference.
 

Methods in org.eclipse.amp.amf.sd that return types with arguments of type SdAbstractVariable
 org.eclipse.emf.common.util.EList<SdAbstractVariable> SdModel.getAbstractVariables()
          Returns the value of the 'Abstract Variables' containment reference list.
 

Methods in org.eclipse.amp.amf.sd with parameters of type SdAbstractVariable
 void SdConnector.setToElement(SdAbstractVariable value)
          Sets the value of the 'To Element' reference.
 

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

Classes in org.eclipse.amp.amf.sd.impl that implement SdAbstractVariable
 class SdAbstractVariableImpl
          An implementation of the model object 'Abstract Variable'.
 class SdAuxVariableImpl
          An implementation of the model object 'Aux Variable'.
 class SdEquationVariableImpl
          An implementation of the model object 'Equation Variable'.
 class SdFlowVariableImpl
          An implementation of the model object 'Flow Variable'.
 class SdStockVariableImpl
          An implementation of the model object 'Stock Variable'.
 

Fields in org.eclipse.amp.amf.sd.impl declared as SdAbstractVariable
protected  SdAbstractVariable SdConnectorImpl.toElement
          The cached value of the 'To Element' reference.
 

Fields in org.eclipse.amp.amf.sd.impl with type parameters of type SdAbstractVariable
protected  org.eclipse.emf.common.util.EList<SdAbstractVariable> SdModelImpl.abstractVariables
          The cached value of the 'Abstract Variables' containment reference list.
 

Methods in org.eclipse.amp.amf.sd.impl that return SdAbstractVariable
 SdAbstractVariable SdConnectorImpl.basicGetToElement()
           
 SdAbstractVariable SdConnectorImpl.getToElement()
           
 

Methods in org.eclipse.amp.amf.sd.impl that return types with arguments of type SdAbstractVariable
 org.eclipse.emf.common.util.EList<SdAbstractVariable> SdModelImpl.getAbstractVariables()
           
 

Methods in org.eclipse.amp.amf.sd.impl with parameters of type SdAbstractVariable
 void SdConnectorImpl.setToElement(SdAbstractVariable newToElement)
           
 

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

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