Uses of Class
util.collection.Graph
Packages that use Graph
-
Uses of Graph in specialized_checkers.collection
Subclasses with type arguments of type Graph in specialized_checkers.collectionModifier and TypeClassDescriptionclass
CheckerGraph<N,
E extends Number> A specialized checker for validating properties and constraints on graph data structures.Methods in specialized_checkers.collection with parameters of type GraphModifier and TypeMethodDescriptionstatic <N,
E extends Number>
CheckerGraph<N, E> Creates a CheckerGraph for the given graph with a default name.static <N,
E extends Number>
CheckerGraph<N, E> Creates a CheckerGraph for the given graph and assigns a custom name.Constructors in specialized_checkers.collection with parameters of type GraphModifierConstructorDescriptionprotected
CheckerGraph
(Graph<N, E> graph, String name) Constructs a newCheckerGraph
with the specified underlying graph and name.