|
Drools Planner distribution 6.0.0.Alpha9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.planner.core.score.constraint.ConstraintOccurrence
org.drools.planner.core.score.constraint.IntConstraintOccurrence
public class IntConstraintOccurrence
| Field Summary | |
|---|---|
protected int |
weight
|
| Fields inherited from class org.drools.planner.core.score.constraint.ConstraintOccurrence |
|---|
causes, constraintType, ruleId |
| Constructor Summary | |
|---|---|
IntConstraintOccurrence(String ruleId,
ConstraintType constraintType,
int weight,
Object... causes)
|
|
IntConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
|
|
IntConstraintOccurrence(String ruleId,
int weight,
Object... causes)
|
|
IntConstraintOccurrence(String ruleId,
Object... causes)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
int |
getWeight()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.drools.planner.core.score.constraint.ConstraintOccurrence |
|---|
compareTo, getCauses, getConstraintType, getRuleId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int weight
| Constructor Detail |
|---|
public IntConstraintOccurrence(String ruleId,
Object... causes)
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)
| Method Detail |
|---|
public int getWeight()
public boolean equals(Object o)
equals in class ConstraintOccurrencepublic int hashCode()
hashCode in class ConstraintOccurrencepublic String toString()
toString in class ConstraintOccurrence
|
Drools Planner distribution 6.0.0.Alpha9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||