|
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.LongConstraintOccurrence
public class LongConstraintOccurrence
| Field Summary | |
|---|---|
protected long |
weight
|
| Fields inherited from class org.drools.planner.core.score.constraint.ConstraintOccurrence |
|---|
causes, constraintType, ruleId |
| Constructor Summary | |
|---|---|
LongConstraintOccurrence(String ruleId,
ConstraintType constraintType,
long weight,
Object... causes)
|
|
LongConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
|
|
LongConstraintOccurrence(String ruleId,
long weight,
Object... causes)
|
|
LongConstraintOccurrence(String ruleId,
Object... causes)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
long |
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 long weight
| Constructor Detail |
|---|
public LongConstraintOccurrence(String ruleId,
Object... causes)
public LongConstraintOccurrence(String ruleId,
ConstraintType constraintType,
Object... causes)
public LongConstraintOccurrence(String ruleId,
long weight,
Object... causes)
public LongConstraintOccurrence(String ruleId,
ConstraintType constraintType,
long weight,
Object... causes)
| Method Detail |
|---|
public long 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 | |||||||||