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 intcompareTo(ConstraintMatch other)booleanequals(Object o)StringgetConstraintId()StringgetConstraintName()StringgetConstraintPackage()StringgetIdentificationString()List<Object>getJustificationList()ScoregetScore()inthashCode()StringtoString() 
 - 
 
- 
- 
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:
 compareToin interfaceComparable<ConstraintMatch>
 
 - 
 
 -