HEADER

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.


Fields inherited from class biouml.model.Compartment
SHAPE_ELLIPSE, SHAPE_RECTANGLE, SHAPE_ROUND_RECTANGLE

Fields inherited from class biouml.model.Node
background

Constructor Summary
EquivalentNodeGroup(DataCollection parent, String name)
           

Method Summary
 Base[]getKernels()
          We would like to get access for kernels through the property to display it in property inspector.
 NodegetRepresentative()
           

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 biouml.model.DiagramElement
getComment, getKernel, getRole, getTitle, getView, setComment, setKernel, setRole, setTitle, setView

Methods inherited from class ru.biosoft.access.MutableDataElementSupport
getName, getOrigin, toString

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

Constructor Detail

EquivalentNodeGroup

public EquivalentNodeGroup(DataCollection parent, String name)
Method Detail

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.

FOOTER

BOTTOM