|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.indiana.iucbrf.domain.Domain
edu.indiana.iucbrf.examples.quadrant.QuadrantDomain
public class QuadrantDomain
This class extends the standard Domain class, so that a custom reference method can be created for the Quadrant system. See introductory paper for details on reference methods.
| Field Summary |
|---|
| Fields inherited from class edu.indiana.iucbrf.domain.Domain |
|---|
booleanSolutionCutoff, caseTitleBase, componentFactory, dbInfo, featureKeyFactory, filename, haveBooleanSolutionCutoff, haveReferenceSolution, minAcceptableQuality, problemDifferentiator, problemEquivalenceClasses, problemFeatureSpecCollection, problemSpace, problemTitle, rdbCollectionIDFactory, retrievedCasesTitle, solutionFeatureSpecCollection, solutionTitle, title |
| Constructor Summary | |
|---|---|
QuadrantDomain()
|
|
| Method Summary | |
|---|---|
SolutionQuality |
determineSolutionQuality(Problem p,
Solution s,
Solution expectedSolution)
Overrides Domain.determineSolutionQuality(), to have very strict ratings requirements. |
Solution |
getReferenceSolution(Problem p)
This method overrides the one involving equivalence classes in Domain. |
void |
prepareReferenceSolution(FeatureKey xKey,
FeatureKey yKey)
Prepare the reference solution for use. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QuadrantDomain()
| Method Detail |
|---|
public void prepareReferenceSolution(FeatureKey xKey,
FeatureKey yKey)
public Solution getReferenceSolution(Problem p)
getReferenceSolution in class Domain
public SolutionQuality determineSolutionQuality(Problem p,
Solution s,
Solution expectedSolution)
determineSolutionQuality in class Domain
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||