Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.port80.graph

Interface Summary
IArrow Graph edge arrow interface.
IDFVertexVisitor For depth first search, this visitor have an additional previsit() method that is called during the downward transversal while visit() is called during the backtrace transversal.
IEdge Graph edge interface.
IEdgeFactory Factory class that produce valid edges and destroy edges only if removal of the edge do not violate the factory constraints.
IEdgeVisitor Graph vertex visitor interface.
IGraph Graph interface.
IGraphElement Interface applies to all graph objects (Vertex,Edge,Graph) .
IGraphElementFactory Factory class that produce GraphElement and provide access to attribute registry and default attribute table.
IGraphElementVisitor Graph element visitor interface for transversing a graph recursively.
IGraphFactory Factory class that produce a graphs.
IGraphListener Graph listener interface.
IGraphRenderer Graph object renderer interface.
IGraphShape Graph shape interface.
IGraphStroke Graph stroke interface.
IVertex graph vertex interface.
IVertexFactory Factory class that produce valid vertex.
IVertexPort graph vertex port interface.
IVertexVisitor Graph vertex visitor interface.
 

Class Summary
Test Test driver for the graph package.
 

Exception Summary
GraphException Graph exceptions.