org.eclipse.graphiti.mm.pictograms
Interface ContainerShape

All Superinterfaces:
AnchorContainer, GraphicsAlgorithmContainer, PictogramElement, PropertyContainer, Shape
All Known Subinterfaces:
Diagram
All Known Implementing Classes:
ContainerShapeImpl, DiagramImpl

public interface ContainerShape
extends Shape

A representation of the model object 'Container Shape'.

The following features are supported:

See Also:
PictogramsPackage.getContainerShape()

Method Summary
  getChildren()
          Returns the value of the 'Children' containment reference list.
 
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.Shape
getContainer, setContainer
 
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.AnchorContainer
getAnchors
 
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.PictogramElement
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible
 
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer
getProperties
 

Method Detail

getChildren

 getChildren()
Returns the value of the 'Children' containment reference list. The list contents are of type Shape. It is bidirectional and its opposite is 'Container'.

If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Children' containment reference list.
See Also:
PictogramsPackage.getContainerShape_Children(), Shape.getContainer()


Copyright (c) SAP AG 2005, 2012.