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 interfaceIWeightsByteSpecific weights ofbytefor int graphs.interfaceIWeightsIntSpecific weights ofintfor int graphs.interfaceIWeightsShortSpecific weights ofshortfor int graphs.Fields in com.jgalgo.graph declared as IWeightFunctionInt Modifier and Type Field Description static IWeightFunctionIntIWeightFunction. CardinalityWeightFunctionA weight function that assign a weight of1to any element.Methods in com.jgalgo.graph that return IWeightFunctionInt Modifier and Type Method Description static <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.Methods in com.jgalgo.graph with parameters of type IWeightFunctionInt Modifier and Type Method Description static IWeightFunctionIntWeightFunctions. localEdgeWeightFunction(IndexGraph g, IWeightFunctionInt w)Get a 'local' version of a given weight function.
-