|
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.bigdecimal.BigDecimalConstraintMatch
public class BigDecimalConstraintMatch
Field Summary | |
---|---|
protected BigDecimal |
weight
|
Fields inherited from class org.optaplanner.core.api.score.constraint.ConstraintMatch |
---|
constraintName, constraintPackage, justificationList, scoreLevel |
Constructor Summary | |
---|---|
BigDecimalConstraintMatch(String constraintPackage,
String constraintName,
int scoreLevel,
List<Object> justificationList,
BigDecimal weight)
|
Method Summary | |
---|---|
BigDecimal |
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 BigDecimal weight
Constructor Detail |
---|
public BigDecimalConstraintMatch(String constraintPackage, String constraintName, int scoreLevel, List<Object> justificationList, BigDecimal weight)
Method Detail |
---|
public BigDecimal 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 |