| |
|
| java.lang.Object org.quilt.graph.Vertex org.quilt.graph.Exit
Exit | public class Exit extends Vertex (Code) | | An exit vertex in a directed graph. This vertex always has an
index of 1.
author: Jim Dixon |
Constructor Summary | |
protected | Exit(Directed g) Constructor for the exit vertex for a Quilt directed graph.
This may be a subgraph. |
Exit | protected Exit(Directed g)(Code) | | Constructor for the exit vertex for a Quilt directed graph.
This may be a subgraph. Only the entry vertex should use
this constructor.
Parameters: g - Reference to the parent Directed graph. |
getConnector | public Connector getConnector()(Code) | | Get the connection, back to the entry vertex in a top-level
graph. XXX Perhaps we don't want to implement this.
|
getEdge | public Edge getEdge()(Code) | | Get the outgoing edge.
|
setTarget | public void setTarget(Vertex v)(Code) | | Set its target.
|
|
|
|