Uses of Interface
com.jgalgo.graph.IWeightFunctionInt
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of IWeightFunctionInt in com.jgalgo.graph
Modifier and TypeInterfaceDescriptioninterface
Specific weights ofbyte
for int graphs.interface
Specific weights ofint
for int graphs.interface
Specific weights ofshort
for int graphs.Modifier and TypeFieldDescriptionstatic final IWeightFunctionInt
IWeightFunction.CardinalityWeightFunction
A weight function that assign a weight of1
to any element.Modifier and TypeMethodDescriptionstatic <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
.Modifier and TypeMethodDescriptionstatic 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
.