Uses of Enum Class
org.jgrapht.alg.matching.SparseEdmondsMaximumCardinalityMatching.Algorithm.Label
Packages that use SparseEdmondsMaximumCardinalityMatching.Algorithm.Label
-
Uses of SparseEdmondsMaximumCardinalityMatching.Algorithm.Label in org.jgrapht.alg.matching
Subclasses with type arguments of type SparseEdmondsMaximumCardinalityMatching.Algorithm.Label in org.jgrapht.alg.matchingModifier and TypeClassDescriptionprivate static enumEven, odd and unlabeled labels.Fields in org.jgrapht.alg.matching declared as SparseEdmondsMaximumCardinalityMatching.Algorithm.LabelMethods in org.jgrapht.alg.matching that return SparseEdmondsMaximumCardinalityMatching.Algorithm.LabelModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SparseEdmondsMaximumCardinalityMatching.Algorithm.Label.values()Returns an array containing the constants of this enum class, in the order they are declared.