Uses of Package
jlink.flowchart.graph

Packages that use jlink.flowchart.graph
jlink.example Collections of example programs which demonstrate the usage of JLink and all of its features. 
jlink.flowchart This package contains the major components of the JLink library. 
jlink.flowchart.graph Collection of classes to form a model of a graph structure. 
 

Classes in jlink.flowchart.graph used by jlink.example
JLGraph
          Implementaion of a graph structure.
 

Classes in jlink.flowchart.graph used by jlink.flowchart
JLGraph
          Implementaion of a graph structure.
 

Classes in jlink.flowchart.graph used by jlink.flowchart.graph
DuplicateJLEdgeException
           
DuplicateJLVertexException
          Occasionally when using methods that add a JLVertex to a JLGraph (which is the same as adding a JLVertex to inside a JLVertexSet), the calling program may have accidentally duplicated an addition of a vertex.
IncompleteJLEdgeException
           
JLEdge
           
JLEdgeSet
          The complete set of edges used in a JLGraph is modelled using this class.
JLVertex
           
JLVertexPair
           
JLVertexSet
          The complete set of vertices used in a JLGraph is modelled using this class.