net.ogdf.ogml.impl
Class EdgeLayoutTypeImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by net.ogdf.ogml.impl.EdgeLayoutTypeImpl
All Implemented Interfaces:
EdgeLayoutType, Notifier, EObject, InternalEObject

public class EdgeLayoutTypeImpl
extends EObjectImpl
implements EdgeLayoutType

An implementation of the model object 'Edge Layout Type'.

The following features are implemented:

Rating red
Generated:
This code was automatically generated.

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
BasicNotifierImpl.EAdapterList<E extends Object & Adapter>, BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
InternalEObject.EStore
 
Field Summary
protected  EList<DataType> data
          The cached value of the 'Data' containment reference list.
protected static String ID_REF_EDEFAULT
          The default value of the 'Id Ref' attribute.
protected  String idRef
          The cached value of the 'Id Ref' attribute.
protected  LineType line
          The cached value of the 'Line' containment reference.
protected  EList<PointType> point
          The cached value of the 'Point' containment reference list.
protected  EList<SegmentType> segment
          The cached value of the 'Segment' containment reference list.
protected  SourceStyleType sourceStyle
          The cached value of the 'Source Style' containment reference.
protected  TargetStyleType targetStyle
          The cached value of the 'Target Style' containment reference.
protected  TemplateType template
          The cached value of the 'Template' containment reference.
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
protected EdgeLayoutTypeImpl()
           
 
Method Summary
 NotificationChain basicSetLine(LineType newLine, NotificationChain msgs)
           
 NotificationChain basicSetSourceStyle(SourceStyleType newSourceStyle, NotificationChain msgs)
           
 NotificationChain basicSetTargetStyle(TargetStyleType newTargetStyle, NotificationChain msgs)
           
 NotificationChain basicSetTemplate(TemplateType newTemplate, NotificationChain msgs)
           
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 EList<DataType> getData()
           
 String getIdRef()
           
 LineType getLine()
           
 EList<PointType> getPoint()
           
 EList<SegmentType> getSegment()
           
 SourceStyleType getSourceStyle()
           
 TargetStyleType getTargetStyle()
           
 TemplateType getTemplate()
           
 void setIdRef(String newIdRef)
           
 void setLine(LineType newLine)
           
 void setSourceStyle(SourceStyleType newSourceStyle)
           
 void setTargetStyle(TargetStyleType newTargetStyle)
           
 void setTemplate(TemplateType newTemplate)
           
 String toString()
           
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

data

protected EList<DataType> data
The cached value of the 'Data' containment reference list.

See Also:
getData()
Generated:
This code was automatically generated.
Ordered

template

protected TemplateType template
The cached value of the 'Template' containment reference.

See Also:
getTemplate()
Generated:
This code was automatically generated.
Ordered

line

protected LineType line
The cached value of the 'Line' containment reference.

See Also:
getLine()
Generated:
This code was automatically generated.
Ordered

sourceStyle

protected SourceStyleType sourceStyle
The cached value of the 'Source Style' containment reference.

See Also:
getSourceStyle()
Generated:
This code was automatically generated.
Ordered

targetStyle

protected TargetStyleType targetStyle
The cached value of the 'Target Style' containment reference.

See Also:
getTargetStyle()
Generated:
This code was automatically generated.
Ordered

point

protected EList<PointType> point
The cached value of the 'Point' containment reference list.

See Also:
getPoint()
Generated:
This code was automatically generated.
Ordered

segment

protected EList<SegmentType> segment
The cached value of the 'Segment' containment reference list.

See Also:
getSegment()
Generated:
This code was automatically generated.
Ordered

ID_REF_EDEFAULT

protected static final String ID_REF_EDEFAULT
The default value of the 'Id Ref' attribute.

See Also:
getIdRef()
Generated:
This code was automatically generated.
Ordered

idRef

protected String idRef
The cached value of the 'Id Ref' attribute.

See Also:
getIdRef()
Generated:
This code was automatically generated.
Ordered
Constructor Detail

EdgeLayoutTypeImpl

protected EdgeLayoutTypeImpl()

Generated:
This code was automatically generated.
Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class EObjectImpl
Generated:
This code was automatically generated.

getData

public EList<DataType> getData()

Specified by:
getData in interface EdgeLayoutType
Returns:
the value of the 'Data' containment reference list.
See Also:
OgmlPackage.getEdgeLayoutType_Data()
Generated:
This code was automatically generated.

getTemplate

public TemplateType getTemplate()

Specified by:
getTemplate in interface EdgeLayoutType
Returns:
the value of the 'Template' containment reference.
See Also:
EdgeLayoutType.setTemplate(TemplateType), OgmlPackage.getEdgeLayoutType_Template()
Generated:
This code was automatically generated.

basicSetTemplate

public NotificationChain basicSetTemplate(TemplateType newTemplate,
                                          NotificationChain msgs)

Generated:
This code was automatically generated.

setTemplate

public void setTemplate(TemplateType newTemplate)

Specified by:
setTemplate in interface EdgeLayoutType
Parameters:
newTemplate - the new value of the 'Template' containment reference.
See Also:
EdgeLayoutType.getTemplate()
Generated:
This code was automatically generated.

getLine

public LineType getLine()

Specified by:
getLine in interface EdgeLayoutType
Returns:
the value of the 'Line' containment reference.
See Also:
EdgeLayoutType.setLine(LineType), OgmlPackage.getEdgeLayoutType_Line()
Generated:
This code was automatically generated.

basicSetLine

public NotificationChain basicSetLine(LineType newLine,
                                      NotificationChain msgs)

Generated:
This code was automatically generated.

setLine

public void setLine(LineType newLine)

Specified by:
setLine in interface EdgeLayoutType
Parameters:
newLine - the new value of the 'Line' containment reference.
See Also:
EdgeLayoutType.getLine()
Generated:
This code was automatically generated.

getSourceStyle

public SourceStyleType getSourceStyle()

Specified by:
getSourceStyle in interface EdgeLayoutType
Returns:
the value of the 'Source Style' containment reference.
See Also:
EdgeLayoutType.setSourceStyle(SourceStyleType), OgmlPackage.getEdgeLayoutType_SourceStyle()
Generated:
This code was automatically generated.

basicSetSourceStyle

public NotificationChain basicSetSourceStyle(SourceStyleType newSourceStyle,
                                             NotificationChain msgs)

Generated:
This code was automatically generated.

setSourceStyle

public void setSourceStyle(SourceStyleType newSourceStyle)

Specified by:
setSourceStyle in interface EdgeLayoutType
Parameters:
newSourceStyle - the new value of the 'Source Style' containment reference.
See Also:
EdgeLayoutType.getSourceStyle()
Generated:
This code was automatically generated.

getTargetStyle

public TargetStyleType getTargetStyle()

Specified by:
getTargetStyle in interface EdgeLayoutType
Returns:
the value of the 'Target Style' containment reference.
See Also:
EdgeLayoutType.setTargetStyle(TargetStyleType), OgmlPackage.getEdgeLayoutType_TargetStyle()
Generated:
This code was automatically generated.

basicSetTargetStyle

public NotificationChain basicSetTargetStyle(TargetStyleType newTargetStyle,
                                             NotificationChain msgs)

Generated:
This code was automatically generated.

setTargetStyle

public void setTargetStyle(TargetStyleType newTargetStyle)

Specified by:
setTargetStyle in interface EdgeLayoutType
Parameters:
newTargetStyle - the new value of the 'Target Style' containment reference.
See Also:
EdgeLayoutType.getTargetStyle()
Generated:
This code was automatically generated.

getPoint

public EList<PointType> getPoint()

Specified by:
getPoint in interface EdgeLayoutType
Returns:
the value of the 'Point' containment reference list.
See Also:
OgmlPackage.getEdgeLayoutType_Point()
Generated:
This code was automatically generated.

getSegment

public EList<SegmentType> getSegment()

Specified by:
getSegment in interface EdgeLayoutType
Returns:
the value of the 'Segment' containment reference list.
See Also:
OgmlPackage.getEdgeLayoutType_Segment()
Generated:
This code was automatically generated.

getIdRef

public String getIdRef()

Specified by:
getIdRef in interface EdgeLayoutType
Returns:
the value of the 'Id Ref' attribute.
See Also:
EdgeLayoutType.setIdRef(String), OgmlPackage.getEdgeLayoutType_IdRef()
Generated:
This code was automatically generated.

setIdRef

public void setIdRef(String newIdRef)

Specified by:
setIdRef in interface EdgeLayoutType
Parameters:
newIdRef - the new value of the 'Id Ref' attribute.
See Also:
EdgeLayoutType.getIdRef()
Generated:
This code was automatically generated.

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

Overrides:
eInverseRemove in class BasicEObjectImpl
Generated:
This code was automatically generated.

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)

Specified by:
eGet in interface InternalEObject
Overrides:
eGet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eSet

public void eSet(int featureID,
                 Object newValue)

Specified by:
eSet in interface InternalEObject
Overrides:
eSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface InternalEObject
Overrides:
eUnset in class BasicEObjectImpl
Generated:
This code was automatically generated.

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface InternalEObject
Overrides:
eIsSet in class BasicEObjectImpl
Generated:
This code was automatically generated.

toString

public String toString()

Overrides:
toString in class BasicEObjectImpl
Generated:
This code was automatically generated.