Package isula.aco

Enum Class DaemonActionType

java.lang.Object
java.lang.Enum<DaemonActionType>
isula.aco.DaemonActionType
All Implemented Interfaces:
Serializable, Comparable<DaemonActionType>, java.lang.constant.Constable

public enum DaemonActionType extends Enum<DaemonActionType>
Types of Daemon Actions. Currently, only two are supported:
  • Before starting constructing solutions.
  • After the end of a construction iteration.
Author:
Carlos G. Gavidia
  • Enum Constant Details

    • INITIAL_CONFIGURATION

      public static final DaemonActionType INITIAL_CONFIGURATION
    • AFTER_ITERATION_CONSTRUCTION

      public static final DaemonActionType AFTER_ITERATION_CONSTRUCTION
  • Method Details

    • values

      public static DaemonActionType[] 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 DaemonActionType 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