Package com.mastfrog.graph
-
Interface Summary Interface Description IntGraph IntGraphVisitor Visitor interface for BitSetGraph, a graph which maps integer nodes to other integer nodes.ObjectGraph<T> ObjectGraphVisitor<T> Visitor interface for traversing graphs.StringGraph -
Class Summary Class Description BitSetUtils IntGraphBuilder Builder for graphs.IntPath A path through a graph.ObjectPath<T> One path in an object graph.PairSet Tracks a set of pairs of coordinates in a coordinate space that have been visited.PairSet.ObjectPairSet<T>