| Package | Description |
|---|---|
| de.thaw.comb |
The main Combiner package.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Segment
An ordered tuple of two defined points in the euclidian plane.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractSegment
Implements the common structure and behaviour shared by all
Segments in this project. |
(package private) static class |
AbstractSegment.Fragment
A
Segment implementation representing incomplete
fragments of segments read from source data. |
class |
NodeMatch
A match of two opposite nodes of parallel segments.
|
class |
SourceSegment
A
Segment implementation representing segments as read from
the source data. |