| Package | Description |
|---|---|
| ptolemy.moml |
Modeling Markup Language classes.
|
| Modifier and Type | Method and Description |
|---|---|
Vertex |
Vertex.getLinkedVertex()
Return the other vertex to which there is a path from this vertex, or
null if there is none.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.setLinkedVertex(Vertex vertex)
Set the other vertex to which there is a path from this vertex.
|