OptaPlanner core 6.0.0.CR2

Uses of Class
org.optaplanner.core.impl.score.constraint.ConstraintType

Packages that use ConstraintType
org.optaplanner.core.impl.score.constraint   
 

Uses of ConstraintType in org.optaplanner.core.impl.score.constraint
 

Fields in org.optaplanner.core.impl.score.constraint declared as ConstraintType
protected  ConstraintType ConstraintOccurrence.constraintType
          Deprecated.  
 

Methods in org.optaplanner.core.impl.score.constraint that return ConstraintType
 ConstraintType ConstraintOccurrence.getConstraintType()
          Deprecated.  
static ConstraintType ConstraintType.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static ConstraintType[] ConstraintType.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.optaplanner.core.impl.score.constraint with parameters of type ConstraintType
ConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
          Deprecated.  
DoubleConstraintOccurrence(String ruleId, ConstraintType constraintType, double weight, Object... causes)
          Deprecated.  
DoubleConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
          Deprecated.  
IntConstraintOccurrence(String ruleId, ConstraintType constraintType, int weight, Object... causes)
          Deprecated.  
IntConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
          Deprecated.  
LongConstraintOccurrence(String ruleId, ConstraintType constraintType, long weight, Object... causes)
          Deprecated.  
LongConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
          Deprecated.  
UnweightedConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
          Deprecated.  
 


OptaPlanner core 6.0.0.CR2

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.