org.optaplanner.core.api.score.constraint
public abstract class ConstraintMatch extends Object implements Serializable, Comparable<ConstraintMatch>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
justificationList |
Modifier | Constructor and Description |
---|---|
protected |
ConstraintMatch(List<Object> justificationList) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ConstraintMatch other) |
abstract ConstraintMatchTotal |
getConstraintMatchTotal() |
List<Object> |
getJustificationList() |
abstract Number |
getWeightAsNumber() |
String |
toString() |
public abstract ConstraintMatchTotal getConstraintMatchTotal()
public abstract Number getWeightAsNumber()
public int compareTo(ConstraintMatch other)
compareTo
in interface Comparable<ConstraintMatch>
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.