Package com.qfs.graph
-
Interface Summary Interface Description IConcurrentDirectedGraph<K,V,E> AIDirectedGraphproviding thread safety and atomicity guarantees.IDirectedGraph<K,V,E> Represent a mutable directed graph.IDirectedGraphVisitor<K,V,E> Implement this interface to traverse a directed graph following the direction of the edges.IDirectedMultiGraph<K,V,E> Represent a mutabledirected graphthat can have multiple edges between two vertices.ITree<K,V,E> Represent a tree. -
Enum Summary Enum Description IDirectedGraphVisitor.VisitDirection Given a directed graph.