org.quilt.graph
Class Entry

java.lang.Object
  |
  +--org.quilt.graph.Vertex
        |
        +--org.quilt.graph.Entry

public class Entry
extends Vertex

The entry vertex in a directed graph.

Author:
< a href="jddixon@users.sourceforge.net">Jim Dixon

Field Summary
 
Fields inherited from class org.quilt.graph.Vertex
connector, graph, index, label_
 
Constructor Summary
Entry(Directed g)
           
 
Method Summary
 Connector getConnector()
           
 Edge getEdge()
           
 Vertex getTarget()
           
 void setTarget(Vertex v)
           
 java.lang.String toString()
           
 
Methods inherited from class org.quilt.graph.Vertex
above, checkForNull, getGraph, getIndex, getLabel, makeBinary, makeComplex, makeMulti, setConnector, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entry

public Entry(Directed g)
Method Detail

getConnector

public Connector getConnector()
Overrides:
getConnector in class Vertex

getEdge

public Edge getEdge()
Overrides:
getEdge in class Vertex

getTarget

public Vertex getTarget()
Overrides:
getTarget in class Vertex

setTarget

public void setTarget(Vertex v)

toString

public java.lang.String toString()
Overrides:
toString in class Vertex
Returns:
A String in parent-index:my-index form.


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.