biouml.model
Class EquivalentNodeGroup
java.lang.Object
|
+--com.beanexplorer.swing.table.Option
|
+--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, clone, close, contains, contains, findNode, get, getCompleteName, getDataElementType, getInfo, getNameList, getShapeColor, getShapeSize, getShapeType, getSize, init, isMutable, iterator, propagateElementChanged, propagateElementWillChange, put, remove, removeDataCollectionListener, setShapeColor, setShapeSize, setShapeType |
| Methods inherited from class biouml.model.Node |
addEdge, edgeIterator, findCommonOrigin, getBackground, getImage, getLocation, removeEdge, setBackground, setImage, setLocation, setLocation |
| Methods inherited from class com.beanexplorer.swing.table.Option |
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
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