Uses of Class
com.luchersol.core.util.collection.Graph
Packages that use Graph
Package
Description
Specialized checkers for Java collection types.
-
Uses of Graph in com.luchersol.core.specialized_checkers.collection
Subclasses with type arguments of type Graph in com.luchersol.core.specialized_checkers.collectionModifier and TypeClassDescriptionclassCheckerGraph<N,E extends Number> A specialized checker for validating properties and constraints on graph data structures.Methods in com.luchersol.core.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 com.luchersol.core.specialized_checkers.collection with parameters of type GraphModifierConstructorDescriptionprotectedCheckerGraph(Graph<N, E> graph, String name) Constructs a newCheckerGraphwith the specified underlying graph and name.