Package com.qfs.graph
package com.qfs.graph
-
ClassDescriptionIConcurrentDirectedGraph<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.Given a directed graph.IDirectedMultiGraph<K,V, E> Represent a mutabledirected graphthat can have multiple edges between two vertices.ITree<K,V, E> Represent a tree.