public class ManualAndInnerHeuristic extends java.lang.Object implements FieldCheckHeuristic
| Constructor and Description |
|---|
ManualAndInnerHeuristic(TypeManager tm,
int maxPasses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
runNewPass()
Update the heuristic for another pass of the algorithm.
|
boolean |
validateMatchesForField(SparkField field) |
boolean |
validFromBothEnds(SparkField field) |
public ManualAndInnerHeuristic(TypeManager tm, int maxPasses)
public boolean runNewPass()
FieldCheckHeuristicrunNewPass in interface FieldCheckHeuristicpublic boolean validateMatchesForField(SparkField field)
validateMatchesForField in interface FieldCheckHeuristicpublic boolean validFromBothEnds(SparkField field)
validFromBothEnds in interface FieldCheckHeuristic