Uses of Enum
org.baseagent.path.Segment.Directionality
-
Uses of Segment.Directionality in org.baseagent.path
Modifier and TypeMethodDescriptionstatic Segment.Directionality
Returns the enum constant of this type with the specified name.static Segment.Directionality[]
Segment.Directionality.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic Segment
Segment.createSegment
(Network<Segment, PathComponent> network, Segment.Directionality directionality, PathComponent... components) ModifierConstructorDescriptionSegment
(Segment.Directionality directionality, PathComponent... pathComponents)