public class GConnectionImpl extends GConnectableImpl implements GConnection
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamicorg.eclipse.emf.ecore.impl.MinimalEObjectImpl.Containerorg.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImplorg.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id
The cached value of the '
Id' attribute. |
protected static java.lang.String |
ID_EDEFAULT
The default value of the '
Id' attribute. |
protected org.eclipse.emf.common.util.EList<GJoint> |
joints
The cached value of the '
Joints' containment reference list. |
protected GConnector |
source
The cached value of the '
Source' reference. |
protected GConnector |
target
The cached value of the '
Target' reference. |
protected java.lang.String |
type
The cached value of the '
Type' attribute. |
protected static java.lang.String |
TYPE_EDEFAULT
The default value of the '
Type' attribute. |
connectorsEVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET| Modifier | Constructor and Description |
|---|---|
protected |
GConnectionImpl() |
| Modifier and Type | Method and Description |
|---|---|
GConnector |
basicGetSource() |
GConnector |
basicGetTarget() |
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getId() |
org.eclipse.emf.common.util.EList<GJoint> |
getJoints() |
GConnector |
getSource() |
GConnector |
getTarget() |
java.lang.String |
getType() |
void |
setId(java.lang.String newId) |
void |
setSource(GConnector newSource) |
void |
setTarget(GConnector newTarget) |
void |
setType(java.lang.String newType) |
java.lang.String |
toString() |
getConnectorseBasicSetContainer, eInternalContainerdynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettingseAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValueseNotificationRequired, eNotifyclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetConnectorseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetprotected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected static final java.lang.String TYPE_EDEFAULT
Type' attribute.
getType()protected GConnector source
Source' reference.
getSource()protected GConnector target
Target' reference.
getTarget()protected org.eclipse.emf.common.util.EList<GJoint> joints
Joints' containment reference list.
getJoints()protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass in class GConnectableImplpublic java.lang.String getId()
getId in interface GConnectionGConnection.setId(String),
GraphPackage.getGConnection_Id()public void setId(java.lang.String newId)
setId in interface GConnectionnewId - the new value of the 'Id' attribute.GConnection.getId()public java.lang.String getType()
getType in interface GConnectionGConnection.setType(String),
GraphPackage.getGConnection_Type()public void setType(java.lang.String newType)
setType in interface GConnectionnewType - the new value of the 'Type' attribute.GConnection.getType()public GConnector getSource()
getSource in interface GConnectionGConnection.setSource(GConnector),
GraphPackage.getGConnection_Source()public GConnector basicGetSource()
public void setSource(GConnector newSource)
setSource in interface GConnectionnewSource - the new value of the 'Source' reference.GConnection.getSource()public GConnector getTarget()
getTarget in interface GConnectionGConnection.setTarget(GConnector),
GraphPackage.getGConnection_Target()public GConnector basicGetTarget()
public void setTarget(GConnector newTarget)
setTarget in interface GConnectionnewTarget - the new value of the 'Target' reference.GConnection.getTarget()public org.eclipse.emf.common.util.EList<GJoint> getJoints()
getJoints in interface GConnectionGraphPackage.getGConnection_Joints(),
GJoint.getConnection()public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseAdd in class GConnectableImplpublic org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove in class GConnectableImplpublic java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in interface org.eclipse.emf.ecore.InternalEObjecteGet in class GConnectableImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in interface org.eclipse.emf.ecore.InternalEObjecteSet in class GConnectableImplpublic void eUnset(int featureID)
eUnset in interface org.eclipse.emf.ecore.InternalEObjecteUnset in class GConnectableImplpublic boolean eIsSet(int featureID)
eIsSet in interface org.eclipse.emf.ecore.InternalEObjecteIsSet in class GConnectableImplpublic java.lang.String toString()
toString in class org.eclipse.emf.ecore.impl.BasicEObjectImplCopyright © 2015 TESIS DYNAware. All Rights Reserved.