Uses of Enum
com.jgalgo.graph.GraphFactory.Hint
Packages that use GraphFactory.Hint
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of GraphFactory.Hint in com.jgalgo.graph
Subclasses with type arguments of type GraphFactory.Hint in com.jgalgo.graphMethods in com.jgalgo.graph that return GraphFactory.HintModifier and TypeMethodDescriptionstatic GraphFactory.HintReturns the enum constant of this type with the specified name.static GraphFactory.Hint[]GraphFactory.Hint.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jgalgo.graph with parameters of type GraphFactory.HintModifier and TypeMethodDescriptionGraphFactory.addHint(GraphFactory.Hint hint) Add a hint to this factory.IndexGraphFactory.addHint(GraphFactory.Hint hint) IntGraphFactory.addHint(GraphFactory.Hint hint) GraphFactory.removeHint(GraphFactory.Hint hint) Remove a hint from this factory.IndexGraphFactory.removeHint(GraphFactory.Hint hint) IntGraphFactory.removeHint(GraphFactory.Hint hint)