Package cdc.graphs
package cdc.graphs
-
ClassDescriptionEnumeration of possible edge directions (OUTGOING, INGOING).Mask of EdgeDirections.Enumeration of possible edge tips.GraphAdapter<N,
E> Interface giving access to a heavy graph, where nodes and edges are represented as objects.GraphEdge<N>Basic interface for graph edges.Enumeration of element kinds.Basic interface for graph heavy nodes.Enumeration of possible node connectivities.Enumeration of possible relative position of 2 nodes in a directed graph.Interface implemented by objects that are partially comparable.Enumeration of possible relationships of two elements in a partial order.Enumeration of possible matching strictness.Enumeration of possible methods (DEPTH_FIRST or BREADTH_FIRST) used to traverse a graph.Enumeration possible orders (PRE_ORDER or POST_ORDER) used to traverse a graph.TreeAdapter<N>Interface giving access to a lightweight directed tree.Enumeration of possible node positions in a tree.