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

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

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

Methods in org.eclipse.amp.amf.sd that return SdModel
 SdModel SdFactory.createSdModel()
          Returns a new object of class 'Model'.
 SdModel SdAbstractVariable.getParent()
          Returns the value of the 'Parent' container reference.
 

Methods in org.eclipse.amp.amf.sd with parameters of type SdModel
 void SdAbstractVariable.setParent(SdModel value)
          Sets the value of the 'Parent' container reference.
 

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

Classes in org.eclipse.amp.amf.sd.impl that implement SdModel
 class SdModelImpl
          An implementation of the model object 'Model'.
 class SdModelImplGeneratedNot
           
 

Methods in org.eclipse.amp.amf.sd.impl that return SdModel
 SdModel SdFactoryImplGeneratedNot.createSdModel()
           
 SdModel SdFactoryImpl.createSdModel()
           
 SdModel SdAbstractVariableImpl.getParent()
           
 

Methods in org.eclipse.amp.amf.sd.impl with parameters of type SdModel
 org.eclipse.emf.common.notify.NotificationChain SdAbstractVariableImpl.basicSetParent(SdModel newParent, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void SdAbstractVariableImpl.setParent(SdModel newParent)
           
 

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

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