|
OptaPlanner core 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optaplanner.core.api.score.constraint.ConstraintMatch
org.optaplanner.core.api.score.constraint.primlong.LongConstraintMatch
public class LongConstraintMatch
Field Summary | |
---|---|
protected long |
weight
|
Fields inherited from class org.optaplanner.core.api.score.constraint.ConstraintMatch |
---|
constraintName, constraintPackage, justificationList, scoreLevel |
Constructor Summary | |
---|---|
LongConstraintMatch(String constraintPackage,
String constraintName,
int scoreLevel,
List<Object> justificationList,
long weight)
|
Method Summary | |
---|---|
long |
getWeight()
|
Number |
getWeightAsNumber()
|
Methods inherited from class org.optaplanner.core.api.score.constraint.ConstraintMatch |
---|
compareTo, getConstraintName, getConstraintPackage, getIdentificationString, getJustificationList, getScoreLevel, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final long weight
Constructor Detail |
---|
public LongConstraintMatch(String constraintPackage, String constraintName, int scoreLevel, List<Object> justificationList, long weight)
Method Detail |
---|
public long getWeight()
public Number getWeightAsNumber()
getWeightAsNumber
in class ConstraintMatch
|
OptaPlanner core 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |