public interface Analyser
| Modifier and Type | Method and Description |
|---|---|
int |
compare(double value,
double bestValue) |
double |
distance(Segment s1,
Segment s2)
The geometric distance between two segments (DISTANZ).
|
double |
evaluateLeft(Segment currentPart,
Segment otherPart) |
double |
evaluateRight(Segment currentPart,
Segment otherPart) |
boolean |
shouldEvaluate(Segment currentPart,
Segment otherPart) |
double |
worstResult() |
double distance(Segment s1, Segment s2)
s1 and s2NullPointerException - if s1 or s2 are
nullint compare(double value,
double bestValue)
double worstResult()