OptaPlanner core 6.0.0.Beta3

org.optaplanner.core.impl.score.constraint
Class IntConstraintOccurrence

java.lang.Object
  extended by org.optaplanner.core.impl.score.constraint.ConstraintOccurrence
      extended by org.optaplanner.core.impl.score.constraint.IntConstraintOccurrence
All Implemented Interfaces:
Serializable, Comparable<ConstraintOccurrence>

Deprecated.

@Deprecated
public class IntConstraintOccurrence
extends ConstraintOccurrence

See Also:
Serialized Form

Field Summary
protected  int weight
          Deprecated.  
 
Fields inherited from class org.optaplanner.core.impl.score.constraint.ConstraintOccurrence
causes, constraintType, ruleId
 
Constructor Summary
IntConstraintOccurrence(String ruleId, ConstraintType constraintType, int weight, Object... causes)
          Deprecated.  
IntConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
          Deprecated.  
IntConstraintOccurrence(String ruleId, int weight, Object... causes)
          Deprecated.  
IntConstraintOccurrence(String ruleId, Object... causes)
          Deprecated.  
 
Method Summary
 boolean equals(Object o)
          Deprecated.  
 int getWeight()
          Deprecated.  
 int hashCode()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class org.optaplanner.core.impl.score.constraint.ConstraintOccurrence
compareTo, getCauses, getConstraintType, getRuleId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

weight

protected int weight
Deprecated. 
Constructor Detail

IntConstraintOccurrence

public IntConstraintOccurrence(String ruleId,
                               Object... causes)
Deprecated. 

IntConstraintOccurrence

public IntConstraintOccurrence(String ruleId,
                               ConstraintType constraintType,
                               Object... causes)
Deprecated. 

IntConstraintOccurrence

public IntConstraintOccurrence(String ruleId,
                               int weight,
                               Object... causes)
Deprecated. 

IntConstraintOccurrence

public IntConstraintOccurrence(String ruleId,
                               ConstraintType constraintType,
                               int weight,
                               Object... causes)
Deprecated. 
Method Detail

getWeight

public int getWeight()
Deprecated. 

equals

public boolean equals(Object o)
Deprecated. 
Overrides:
equals in class ConstraintOccurrence

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class ConstraintOccurrence

toString

public String toString()
Deprecated. 
Overrides:
toString in class ConstraintOccurrence

OptaPlanner core 6.0.0.Beta3

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