|
OptaPlanner core 6.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optaplanner.core.impl.score.constraint.ConstraintOccurrence
@Deprecated public abstract class ConstraintOccurrence
Will be removed in version 6.1.0.Beta1.
Field Summary | |
---|---|
protected Object[] |
causes
Deprecated. |
protected ConstraintType |
constraintType
Deprecated. |
protected String |
ruleId
Deprecated. |
Constructor Summary | |
---|---|
ConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
Deprecated. |
|
ConstraintOccurrence(String ruleId,
Object... causes)
Deprecated. |
Method Summary | |
---|---|
int |
compareTo(ConstraintOccurrence other)
Deprecated. |
boolean |
equals(Object o)
Deprecated. |
Object[] |
getCauses()
Deprecated. |
ConstraintType |
getConstraintType()
Deprecated. |
String |
getRuleId()
Deprecated. |
int |
hashCode()
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String ruleId
protected ConstraintType constraintType
protected Object[] causes
Constructor Detail |
---|
public ConstraintOccurrence(String ruleId, Object... causes)
public ConstraintOccurrence(String ruleId, ConstraintType constraintType, Object... causes)
Method Detail |
---|
public String getRuleId()
public ConstraintType getConstraintType()
public Object[] getCauses()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public int compareTo(ConstraintOccurrence other)
compareTo
in interface Comparable<ConstraintOccurrence>
public String toString()
toString
in class Object
|
OptaPlanner core 6.0.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |