Uses of Interface
com.jgalgo.graph.IWeightFunctionInt
Packages that use IWeightFunctionInt
Package
Description
Graphs object are the fundamental building blocks of the JGAlgo library.
-
Uses of IWeightFunctionInt in com.jgalgo.graph
Subinterfaces of IWeightFunctionInt in com.jgalgo.graphModifier and TypeInterfaceDescriptioninterface
Specific weights ofbyte
for int graphs.interface
Specific weights ofint
for int graphs.interface
Specific weights ofshort
for int graphs.Fields in com.jgalgo.graph declared as IWeightFunctionIntModifier and TypeFieldDescriptionstatic final IWeightFunctionInt
IWeightFunction.CardinalityWeightFunction
A weight function that assign a weight of1
to any element.Methods in com.jgalgo.graph that return IWeightFunctionIntModifier 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
.Methods in com.jgalgo.graph with parameters of type IWeightFunctionIntModifier 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
.