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 TypeInterfaceDescriptioninterfaceSpecific weights ofbytefor int graphs.interfaceSpecific weights ofintfor int graphs.interfaceSpecific weights ofshortfor int graphs.Fields in com.jgalgo.graph declared as IWeightFunctionIntModifier and TypeFieldDescriptionstatic final IWeightFunctionIntIWeightFunction.CardinalityWeightFunctionA weight function that assign a weight of1to any element.Methods in com.jgalgo.graph that return IWeightFunctionIntModifier and TypeMethodDescriptionstatic <K> IWeightFunctionIntIndexIdMaps.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 IWeightFunctionIntWeightFunctions.localEdgeWeightFunction(IndexGraph g, IWeightFunctionInt w) Get a 'local' version of a given weight function.static IWeightFunctionIntIWeightFunction.replaceNullWeightFunc(IWeightFunctionInt weightFunc) Replacenullweight function withIWeightFunction.CardinalityWeightFunction.Methods in com.jgalgo.graph with parameters of type IWeightFunctionIntModifier and TypeMethodDescriptionstatic IWeightFunctionIntWeightFunctions.localEdgeWeightFunction(IndexGraph g, IWeightFunctionInt w) Get a 'local' version of a given weight function.static IWeightFunctionIntIWeightFunction.replaceNullWeightFunc(IWeightFunctionInt weightFunc) Replacenullweight function withIWeightFunction.CardinalityWeightFunction.