Package myorg.relex.collection
Class Path
- java.lang.Object
-
- myorg.relex.collection.Path
-
-
Constructor Summary
Constructors Constructor Description Path()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Path
addSegment(Segment segment)
int
getId()
String
getName()
List<Segment>
getSegments()
void
setName(String name)
-