org.kite9.diagram.primitives
Interface CompositionalDiagramElement
- All Superinterfaces:
- Comparable<DiagramElement>, DiagramElement
- All Known Subinterfaces:
- Label
- All Known Implementing Classes:
- Key, TextLine
public interface CompositionalDiagramElement
- extends DiagramElement
This type of diagram element is a composite part of another element.
Compare with IdentifiableDiagramElement. This means that only a single (compositional)
reference is held to this object.
This is used to simplify xml serialization.
- Author:
- robmoffat
getParent
Object getParent()
setParent
void setParent(Object de)
- This must be called by the parent object when the composition is created.
Copyright © 2011. All Rights Reserved.