Uses of Enum Class
org.jgrapht.alg.matching.blossom.v5.BlossomVNode.Label
Packages that use BlossomVNode.Label
Package
Description
Package for Kolmogorov's Blossom V algorithm
-
Uses of BlossomVNode.Label in org.jgrapht.alg.matching.blossom.v5
Fields in org.jgrapht.alg.matching.blossom.v5 declared as BlossomVNode.LabelModifier and TypeFieldDescription(package private) BlossomVNode.Label
BlossomVNode.label
Current label of this node.Methods in org.jgrapht.alg.matching.blossom.v5 that return BlossomVNode.LabelModifier and TypeMethodDescriptionstatic BlossomVNode.Label
Returns the enum constant of this class with the specified name.static BlossomVNode.Label[]
BlossomVNode.Label.values()
Returns an array containing the constants of this enum class, in the order they are declared.