Class ScoreInformation
- java.lang.Object
-
- org.optaplanner.workbench.screens.guidedrule.model.ScoreInformation
-
@Portable public final class ScoreInformation extends Object
-
-
Constructor Summary
Constructors Constructor Description ScoreInformation()ScoreInformation(Collection<String> scoreHolderFqnTypeFqns, Collection<BendableScoreLevelsWrapper> bendableScoreLevelsWrappers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<BendableScoreLevelsWrapper>getBendableScoreLevelsWrappers()Collection<String>getScoreHolderFqnTypeFqns()inthashCode()
-
-
-
Constructor Detail
-
ScoreInformation
public ScoreInformation()
-
ScoreInformation
public ScoreInformation(Collection<String> scoreHolderFqnTypeFqns, Collection<BendableScoreLevelsWrapper> bendableScoreLevelsWrappers)
-
-
Method Detail
-
getScoreHolderFqnTypeFqns
public Collection<String> getScoreHolderFqnTypeFqns()
-
getBendableScoreLevelsWrappers
public Collection<BendableScoreLevelsWrapper> getBendableScoreLevelsWrappers()
-
-