Class ConstraintMatch
- java.lang.Object
-
- org.optaplanner.core.api.score.constraint.ConstraintMatch
-
- All Implemented Interfaces:
Serializable
,Comparable<ConstraintMatch>
public final class ConstraintMatch extends Object implements Serializable, Comparable<ConstraintMatch>
Retrievable fromConstraintMatchTotal.getConstraintMatchSet()
.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(ConstraintMatch other)
boolean
equals(Object o)
String
getConstraintId()
String
getConstraintName()
String
getConstraintPackage()
String
getIdentificationString()
List<Object>
getJustificationList()
Score
getScore()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getConstraintPackage
public String getConstraintPackage()
-
getConstraintName
public String getConstraintName()
-
getScore
public Score getScore()
-
getConstraintId
public String getConstraintId()
-
getIdentificationString
public String getIdentificationString()
-
compareTo
public int compareTo(ConstraintMatch other)
- Specified by:
compareTo
in interfaceComparable<ConstraintMatch>
-
-