Enum Class BlossomVInitializer.Action

java.lang.Object
java.lang.Enum<BlossomVInitializer.Action>
org.jgrapht.alg.matching.blossom.v5.BlossomVInitializer.Action
All Implemented Interfaces:
Serializable, Comparable<BlossomVInitializer.Action>, Constable
Enclosing class:
BlossomVInitializer<V,E>

static enum BlossomVInitializer.Action extends Enum<BlossomVInitializer.Action>
Enum for specifying the primal operation to perform with critical edge during fractional matching initialization
  • Enum Constant Details

  • Constructor Details

    • Action

      private Action()
  • Method Details

    • values

      public static BlossomVInitializer.Action[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BlossomVInitializer.Action valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null