org.optaplanner.core.impl.score.constraint
@Deprecated public class IntConstraintOccurrence extends ConstraintOccurrence
Modifier and Type | Field and Description |
---|---|
protected int |
weight
Deprecated.
|
causes, constraintType, ruleId
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
int |
getWeight()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
compareTo, getCauses, getConstraintType, getRuleId
public IntConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
public IntConstraintOccurrence(String ruleId, int weight, Object... causes)
public IntConstraintOccurrence(String ruleId, ConstraintType constraintType, int weight, Object... causes)
public int getWeight()
public boolean equals(Object o)
equals
in class ConstraintOccurrence
public int hashCode()
hashCode
in class ConstraintOccurrence
public String toString()
toString
in class ConstraintOccurrence
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.