biouml.model
Class Edge
java.lang.Object
|
+--com.beanexplorer.swing.table.Option
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.model.DiagramElement
|
+--biouml.model.Edge
- public class Edge
- extends DiagramElement
Edge is directed relation between two diagram nodes, called "input" and "output".
- pending notifications for inPort & outPort
| 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 |
Edge
public Edge(DataCollection parent, String id, Base kernel, Node input, Node output)
Edge
public Edge(DataCollection parent, Base kernel, Node input, Node output)
clone
public DiagramElement clone(Compartment newParent, String newName)
getInPort
public Point getInPort()
getInput
public Node getInput()
getOutPort
public Point getOutPort()
getOutput
public Node getOutput()
setInPort
public void setInPort(Point inPort)
setOutPort
public void setOutPort(Point outPort)
to Class biouml.model.Node
to Class biouml.model.Node
to Class java.awt.Point
to Class java.awt.Point
BOTTOM