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 interface
Weights.Byte
Specific weights of primitive typebyte
.static interface
Weights.Int
Specific weights of primitive typeint
.static interface
Weights.Short
Specific weights of primitive typeshort
.Fields in com.jgalgo.graph declared as WeightFunction.Int Modifier and Type Field Description static WeightFunction.Int
WeightFunction. CardinalityWeightFunction
A weight function that assign a weight of1
to any element.Methods in com.jgalgo.graph that return WeightFunction.Int Modifier and Type Method Description static WeightFunction.Int
IndexIdMaps. idToIndexWeightFunc(WeightFunction.Int w, IndexIdMap map)
Create a weight function that accept elements indices, given a weight function that accept elements IDs.static WeightFunction.Int
WeightFunctions. 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.Int
IndexIdMaps. idToIndexWeightFunc(WeightFunction.Int w, IndexIdMap map)
Create a weight function that accept elements indices, given a weight function that accept elements IDs.static WeightFunction.Int
WeightFunctions. localEdgeWeightFunction(IndexGraph g, WeightFunction.Int w)
Get a 'local' version of a given weight function.
-