biouml.model
Class EquivalentNodeGroup
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.model.DiagramElement
|
+--biouml.model.Node
|
+--biouml.model.Compartment
|
+--biouml.model.EquivalentNodeGroup
- public class EquivalentNodeGroup
- extends Compartment
Group of equivalent nodes. In view mode they are represented by one node image,
in design mode they look likes compartment.
| Methods inherited from class biouml.model.Compartment |
addDataCollectionListener, clone, close, contains, contains, containsKernel, findNode, get, getCompleteName, getDataElementType, getInfo, getKernelNodes, getNameList, getShapeColor, getShapeType, getSize, init, isMutable, iterator, moveNodes, propagateElementChanged, propagateElementWillChange, put, release, remove, removeDataCollectionListener, setNotificationEnabled, setPropagationEnabled, setShapeColor, setShapeType |
| Methods inherited from class biouml.model.Node |
addEdge, edgeIterator, findCommonOrigin, getBackground, getEdges, getImage, getLocation, getShapeSize, isBackgroundHidden, isFixed, isNotResizable, removeEdge, setBackground, setFixed, setImage, setLocation, setLocation, setRelativeLocation, setShapeSize |
| Methods inherited from class biouml.model.DiagramElement |
getComment, getKernel, getRole, getTitle, getView, isKernelHidden, isRoleHidden, setComment, setKernel, setRole, setTitle, setView |
EquivalentNodeGroup
public EquivalentNodeGroup(DataCollection parent, String name)
getKernels
public Base[] getKernels()
- We would like to get access for kernels through the property to display it
in property inspector.
getRepresentative
public Node getRepresentative()
- returns a node that represetns all group in view mode.
BOTTOM