JGraph
v5.13.0.4


Uses of Package
com.jgraph.algebra

Packages that use com.jgraph.algebra
com.jgraph.algebra JGraphLayout algebra package which contains graph algorithms and datastructures. 
com.jgraph.layout JGraphLayout's topmost package which contains the basic layout classes and interfaces. 
 

Classes in com.jgraph.algebra used by com.jgraph.algebra
JGraphAlgebra
          A singleton class that provides algorithms for graphs.
JGraphFibonacciHeap
          This class implements a priority queue.
JGraphFibonacciHeap.Node
          Implements a node of the Fibonacci heap.
JGraphUnionFind
          Implements a union find structure that uses union by rank and path compression.
JGraphUnionFind.Node
          A class that defines the identity of a set.
 

Classes in com.jgraph.algebra used by com.jgraph.layout
JGraphAlgebra
          A singleton class that provides algorithms for graphs.
JGraphUnionFind
          Implements a union find structure that uses union by rank and path compression.
 


JGraph
v5.13.0.4


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.