public class Segment extends Object
Modifier and Type | Field and Description |
---|---|
EndPoint |
end |
String |
id |
String |
region |
EndPoint |
start |
Constructor and Description |
---|
Segment() |
Modifier and Type | Method and Description |
---|---|
void |
checkHasPositions() |
void |
checkResolved(HashMap<String,Segment> segmentHM) |
EndPoint |
getEnd() |
String |
getID() |
EndPoint |
getStart() |
void |
resolve(HashMap<String,Segment> segmentHM) |
Copyright © 2017. All rights reserved.