org.drools.planner.config.localsearch.decider.acceptor
Enum AcceptorConfig.AcceptorType
java.lang.Object
java.lang.Enum<AcceptorConfig.AcceptorType>
org.drools.planner.config.localsearch.decider.acceptor.AcceptorConfig.AcceptorType
- All Implemented Interfaces:
- Serializable, Comparable<AcceptorConfig.AcceptorType>
- Enclosing class:
- AcceptorConfig
public static enum AcceptorConfig.AcceptorType
- extends Enum<AcceptorConfig.AcceptorType>
PLANNING_ENTITY_TABU
public static final AcceptorConfig.AcceptorType PLANNING_ENTITY_TABU
PLANNING_VALUE_TABU
public static final AcceptorConfig.AcceptorType PLANNING_VALUE_TABU
MOVE_TABU
public static final AcceptorConfig.AcceptorType MOVE_TABU
UNDO_MOVE_TABU
public static final AcceptorConfig.AcceptorType UNDO_MOVE_TABU
SOLUTION_TABU
public static final AcceptorConfig.AcceptorType SOLUTION_TABU
SIMULATED_ANNEALING
public static final AcceptorConfig.AcceptorType SIMULATED_ANNEALING
GREAT_DELUGE
public static final AcceptorConfig.AcceptorType GREAT_DELUGE
LATE_ACCEPTANCE
public static final AcceptorConfig.AcceptorType LATE_ACCEPTANCE
values
public static AcceptorConfig.AcceptorType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (AcceptorConfig.AcceptorType c : AcceptorConfig.AcceptorType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static AcceptorConfig.AcceptorType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (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 type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.