|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
de.cau.cs.kieler.core.kgraph.impl.KGraphElementImpl
de.cau.cs.kieler.core.kgraph.impl.KNodeImpl
public class KNodeImpl
An implementation of the model object 'KNode'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
MinimalEObjectImpl.Container.Dynamic |
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
MinimalEObjectImpl.Container |
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> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected EList<KNode> |
children
The cached value of the ' Children ' containment reference list. |
protected EList<KEdge> |
incomingEdges
The cached value of the ' Incoming Edges ' reference list. |
protected KLabel |
label
The cached value of the ' Label ' containment reference. |
protected EList<KEdge> |
outgoingEdges
The cached value of the ' Outgoing Edges ' containment reference list. |
protected EList<KPort> |
ports
The cached value of the ' Ports ' containment reference list. |
Fields inherited from class de.cau.cs.kieler.core.kgraph.impl.KGraphElementImpl |
---|
data |
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
---|
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG |
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
eContainer |
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.EStructuralFeature.Internal.DynamicValueHolder |
---|
NIL |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
KNodeImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetLabel(KLabel newLabel,
NotificationChain msgs)
|
NotificationChain |
basicSetParent(KNode newParent,
NotificationChain msgs)
|
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
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<KNode> |
getChildren()
|
EList<KEdge> |
getIncomingEdges()
|
KLabel |
getLabel()
|
EList<KEdge> |
getOutgoingEdges()
|
KNode |
getParent()
|
EList<KPort> |
getPorts()
|
void |
setLabel(KLabel newLabel)
|
void |
setParent(KNode newParent)
|
Methods inherited from class de.cau.cs.kieler.core.kgraph.impl.KGraphElementImpl |
---|
getData, getData |
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl |
---|
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
eBasicSetContainer, eInternalContainer |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.cau.cs.kieler.core.kgraph.KGraphElement |
---|
getData, getData |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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 |
---|
protected EList<KNode> children
Children
' containment reference list.
getChildren()
protected EList<KPort> ports
Ports
' containment reference list.
getPorts()
protected EList<KEdge> outgoingEdges
Outgoing Edges
' containment reference list.
getOutgoingEdges()
protected EList<KEdge> incomingEdges
Incoming Edges
' reference list.
getIncomingEdges()
protected KLabel label
Label
' containment reference.
getLabel()
Constructor Detail |
---|
protected KNodeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class KGraphElementImpl
public EList<KNode> getChildren()
getChildren
in interface KNode
KGraphPackage.getKNode_Children()
,
KNode.getParent()
public KNode getParent()
getParent
in interface KNode
KNode.setParent(KNode)
,
KGraphPackage.getKNode_Parent()
,
KNode.getChildren()
public NotificationChain basicSetParent(KNode newParent, NotificationChain msgs)
public void setParent(KNode newParent)
setParent
in interface KNode
newParent
- the new value of the 'Parent' container reference.KNode.getParent()
public EList<KPort> getPorts()
getPorts
in interface KNode
KGraphPackage.getKNode_Ports()
,
KPort.getNode()
public EList<KEdge> getOutgoingEdges()
getOutgoingEdges
in interface KNode
KGraphPackage.getKNode_OutgoingEdges()
,
KEdge.getSource()
public EList<KEdge> getIncomingEdges()
getIncomingEdges
in interface KNode
KGraphPackage.getKNode_IncomingEdges()
,
KEdge.getTarget()
public KLabel getLabel()
getLabel
in interface KNode
KNode.setLabel(KLabel)
,
KGraphPackage.getKNode_Label()
public NotificationChain basicSetLabel(KLabel newLabel, NotificationChain msgs)
public void setLabel(KLabel newLabel)
setLabel
in interface KNode
newLabel
- the new value of the 'Label' containment reference.KNode.getLabel()
public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseAdd
in class EModelElementImpl
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class KGraphElementImpl
public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
eBasicRemoveFromContainerFeature
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class KGraphElementImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class KGraphElementImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class KGraphElementImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class KGraphElementImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |