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

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

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

Methods in org.eclipse.amp.amf.sd that return SdConnector
 SdConnector SdFactory.createSdConnector()
          Returns a new object of class 'Connector'.
 

Methods in org.eclipse.amp.amf.sd that return types with arguments of type SdConnector
 org.eclipse.emf.common.util.EList<SdConnector> SdAbstractVariable.getToElement()
          Returns the value of the 'To Element' containment reference list.
 

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

Classes in org.eclipse.amp.amf.sd.impl that implement SdConnector
 class SdConnectorImpl
          An implementation of the model object 'Connector'.
 

Fields in org.eclipse.amp.amf.sd.impl with type parameters of type SdConnector
protected  org.eclipse.emf.common.util.EList<SdConnector> SdAbstractVariableImpl.toElement
          The cached value of the 'To Element' containment reference list.
 

Methods in org.eclipse.amp.amf.sd.impl that return SdConnector
 SdConnector SdFactoryImpl.createSdConnector()
           
 

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

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

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