Uses of Interface
com.jgalgo.graph.IWeightFunctionInt
-
Packages that use IWeightFunctionInt Package Description com.jgalgo.graph Graphs object are the fundamental building blocks of the JGAlgo library. -
-
Uses of IWeightFunctionInt in com.jgalgo.graph
Subinterfaces of IWeightFunctionInt in com.jgalgo.graph Modifier and Type Interface Description interface
IWeightsByte
Specific weights ofbyte
for int graphs.interface
IWeightsInt
Specific weights ofint
for int graphs.interface
IWeightsShort
Specific weights ofshort
for int graphs.Fields in com.jgalgo.graph declared as IWeightFunctionInt Modifier and Type Field Description static IWeightFunctionInt
IWeightFunction. CardinalityWeightFunction
A weight function that assign a weight of1
to any element.Methods in com.jgalgo.graph that return IWeightFunctionInt Modifier and Type Method Description static <K> IWeightFunctionInt
IndexIdMaps. idToIndexWeightFunc(WeightFunctionInt<K> w, IndexIdMap<K> map)
Create an integer weight function that accept elements indices, given a weight function that accept elements IDs.static IWeightFunctionInt
WeightFunctions. localEdgeWeightFunction(IndexGraph g, IWeightFunctionInt w)
Get a 'local' version of a given weight function.static IWeightFunctionInt
IWeightFunction. replaceNullWeightFunc(IWeightFunctionInt weightFunc)
Replacenull
weight function withIWeightFunction.CardinalityWeightFunction
.Methods in com.jgalgo.graph with parameters of type IWeightFunctionInt Modifier and Type Method Description static IWeightFunctionInt
WeightFunctions. localEdgeWeightFunction(IndexGraph g, IWeightFunctionInt w)
Get a 'local' version of a given weight function.static IWeightFunctionInt
IWeightFunction. replaceNullWeightFunc(IWeightFunctionInt weightFunc)
Replacenull
weight function withIWeightFunction.CardinalityWeightFunction
.
-