Uses of Interface
com.jgalgo.graph.WeightFunction.Int
-
Packages that use WeightFunction.Int Package Description com.jgalgo.graph -
-
Uses of WeightFunction.Int in com.jgalgo.graph
Subinterfaces of WeightFunction.Int in com.jgalgo.graph Modifier and Type Interface Description static interfaceWeights.ByteSpecific weights of primitive typebyte.static interfaceWeights.IntSpecific weights of primitive typeint.static interfaceWeights.ShortSpecific weights of primitive typeshort.Fields in com.jgalgo.graph declared as WeightFunction.Int Modifier and Type Field Description static WeightFunction.IntWeightFunction. CardinalityWeightFunctionA weight function that assign a weight of1to any element.Methods in com.jgalgo.graph that return WeightFunction.Int Modifier and Type Method Description static WeightFunction.IntIndexIdMaps. idToIndexWeightFunc(WeightFunction.Int w, IndexIdMap map)Create a weight function that accept elements indices, given a weight function that accept elements IDs.static WeightFunction.IntWeightFunctions. localEdgeWeightFunction(IndexGraph g, WeightFunction.Int w)Get a 'local' version of a given weight function.Methods in com.jgalgo.graph with parameters of type WeightFunction.Int Modifier and Type Method Description static WeightFunction.IntIndexIdMaps. idToIndexWeightFunc(WeightFunction.Int w, IndexIdMap map)Create a weight function that accept elements indices, given a weight function that accept elements IDs.static WeightFunction.IntWeightFunctions. localEdgeWeightFunction(IndexGraph g, WeightFunction.Int w)Get a 'local' version of a given weight function.
-