Uses of Enum
com.jgalgo.graph.GraphFactory.Hint
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of GraphFactory.Hint in com.jgalgo.graph
Modifier and TypeMethodDescriptionstatic GraphFactory.Hint
Returns 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.Modifier 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)