Package org.quilt.graph

Interface Summary
Visitor Methods for visiting a Quilt directed graph.
 

Class Summary
BinaryConnector A Connector holding two edges.
ComplexConnector A Connector holding a single edge plus a fixed size array of edges.
Connector Connector holding one or more edges.
Directed A graph consisting of vertices connected by directed, weighted edges.
Edge An edge in a Quilt graph.
Entry The entry vertex in a directed graph.
Exit An exit vertex in a directed graph.
MultiConnector A Connector holding a array of edges, where the array has at least one member.
UnaryConnector A Connector holding a single edge.
Vertex A vertex in a directed graph.
Walker Walks a Visitor through a Quilt directed graph, visiting each vertex and edge once and only once.
 



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