Uses of Class
com.jgalgo.graph.GraphFactory.Hint
-
Packages that use GraphFactory.Hint Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of GraphFactory.Hint in com.jgalgo.graph
Methods in com.jgalgo.graph that return GraphFactory.Hint Modifier and Type Method Description static GraphFactory.Hint
GraphFactory.Hint. valueOf(String name)
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.Methods in com.jgalgo.graph with parameters of type GraphFactory.Hint Modifier and Type Method Description GraphFactory<V,E>
GraphFactory. addHint(GraphFactory.Hint hint)
Add a hint to this factory.IndexGraphFactory
IndexGraphFactory. addHint(GraphFactory.Hint hint)
IntGraphFactory
IntGraphFactory. addHint(GraphFactory.Hint hint)
GraphFactory<V,E>
GraphFactory. removeHint(GraphFactory.Hint hint)
Remove a hint from this factory.IndexGraphFactory
IndexGraphFactory. removeHint(GraphFactory.Hint hint)
IntGraphFactory
IntGraphFactory. removeHint(GraphFactory.Hint hint)
-