Package org.xerial.util.graph

graph structure library including adjacency list, automaton, etc.

See:
          Description

Class Summary
AdjacencyList<NodeType,EdgeType> AdjacencyList is a directed graph in which node IDs and edge IDs are automatically assigned to for each node and edge.
DFA<State,Alphabet> Deterministic finite automaton
DFSVisitor<NodeType,EdgeType> Depth first visitor
Edge  
GraphvizHelper Graphvizのdotファイルを出力するためのヘルパークラス
 

Exception Summary
GraphException Exception base class related to Graph package
 

Package org.xerial.util.graph Description

graph structure library including adjacency list, automaton, etc.



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.