Package org.api4.java.datastructure.graph.implicit
-
Interface Summary Interface Description IGraphGenerator<N,A> A graph can be implicitly represented by a (set of) source node(s), called the root(s), and a function that generates the successor nodes for any given node.ILazySuccessorGenerator<N,A> Lazy successor generators are able to produce successor nodes step by step.INewNodeDescription<N,A> Describes a new node and the edge to it that are to be added to an explicit graph model.IRootGenerator<N> Creates the root node(s) for a graph.ISingleRootGenerator<N> This is a root generator for implicit graphs with just one source.ISuccessorGenerator<N,A> Creates the descriptions of successor nodes and the edges to them.