Class | Description |
---|---|
Route |
This class saves a found route.
|
RoutingArray |
class representing the routing grid
array value
=0 free field
=Integer.MIN_VALUE field blocked
>0 field used while Lee-More algorithm
=-1 starting field
=-2 ending field
|
Tupel |
This object is a point in our routing array.
|