Package | Description |
---|---|
ptolemy.vergil.actor |
Actor specific GUI packages.
|
ptolemy.vergil.modal |
Finite State Machine Editor.
|
Modifier and Type | Method and Description |
---|---|
Link |
LinkManhattanConnector.getLink()
Return the associated link.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActorGraphModel._removeLink(Link link)
Remove a link from the link set.
|
void |
ActorGraphModel.LinkModel.addNewVertexToLink(java.lang.StringBuffer moml,
java.lang.StringBuffer failmoml,
CompositeEntity container,
Link oldLink,
java.lang.String newRelationName,
double x,
double y)
Generate the moml to add a vertex to an exist link.
|
Constructor and Description |
---|
KielerLayoutConnector(diva.canvas.Site tail,
diva.canvas.Site head,
Link link)
Construct a new connector with the given tail and head for the specified
link.
|
LinkChangeListener(Link link,
CompositeEntity container,
java.lang.StringBuffer failMoML)
Construct a link change listener.
|
LinkManhattanConnector(diva.canvas.Site tail,
diva.canvas.Site head,
Link link)
Construct a new connector with the given tail and head
for the specified link.
|
Modifier and Type | Class and Description |
---|---|
class |
Arc
Deprecated.
Use
Link |