Uses of Class
com.jgalgo.graph.GraphFactory.Hint
-
Packages that use GraphFactory.Hint Package Description com.jgalgo.graph -
-
Uses of GraphFactory.Hint in com.jgalgo.graph
Methods in com.jgalgo.graph that return GraphFactory.Hint Modifier and Type Method Description static GraphFactory.HintGraphFactory.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 GraphFactoryGraphFactory. addHint(GraphFactory.Hint hint)Add a hint to this factory.IndexGraphFactoryIndexGraphFactory. addHint(GraphFactory.Hint hint)Add a hint to this factory.GraphFactoryGraphFactory. removeHint(GraphFactory.Hint hint)Remove a hint from this factory.IndexGraphFactoryIndexGraphFactory. removeHint(GraphFactory.Hint hint)Remove a hint from this factory.
-