org.eclipse.graphiti.mm.pictograms.impl
Class ContainerShapeImpl
java.lang.Object
EObjectImpl
org.eclipse.graphiti.mm.impl.PropertyContainerImpl
org.eclipse.graphiti.mm.impl.GraphicsAlgorithmContainerImpl
org.eclipse.graphiti.mm.pictograms.impl.PictogramElementImpl
org.eclipse.graphiti.mm.pictograms.impl.AnchorContainerImpl
org.eclipse.graphiti.mm.pictograms.impl.ShapeImpl
org.eclipse.graphiti.mm.pictograms.impl.ContainerShapeImpl
- All Implemented Interfaces:
- GraphicsAlgorithmContainer, AnchorContainer, ContainerShape, PictogramElement, Shape, PropertyContainer
- Direct Known Subclasses:
- DiagramImpl
public class ContainerShapeImpl
- extends ShapeImpl
- implements ContainerShape
An implementation of the model object 'Container Shape'.
The following features are implemented:
|
Field Summary |
protected |
children
The cached value of the 'Children' containment reference list. |
|
Method Summary |
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)
|
|
getChildren()
|
| Methods inherited from class org.eclipse.graphiti.mm.pictograms.impl.PictogramElementImpl |
basicGetGraphicsAlgorithm, basicGetLink, basicSetGraphicsAlgorithm, basicSetLink, getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible, toString |
children
protected children
- The cached value of the '
Children' containment reference list.
- See Also:
getChildren()
ContainerShapeImpl
protected ContainerShapeImpl()
-
eStaticClass
protected EClass eStaticClass()
-
- Overrides:
eStaticClass in class ShapeImpl
getChildren
public getChildren()
-
- Specified by:
getChildren in interface ContainerShape
- Returns:
- the value of the 'Children' containment reference list.
- See Also:
PictogramsPackage.getContainerShape_Children(),
Shape.getContainer()
eInverseAdd
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseAdd in class ShapeImpl
eInverseRemove
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
-
- Overrides:
eInverseRemove in class ShapeImpl
eGet
public Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Overrides:
eGet in class ShapeImpl
eSet
public void eSet(int featureID,
Object newValue)
-
- Overrides:
eSet in class ShapeImpl
eUnset
public void eUnset(int featureID)
-
- Overrides:
eUnset in class ShapeImpl
eIsSet
public boolean eIsSet(int featureID)
-
- Overrides:
eIsSet in class ShapeImpl
Copyright (c) SAP AG 2005, 2012.