Uses of Enum
org.baseagent.path.Segment.Directionality
Packages that use Segment.Directionality
-
Uses of Segment.Directionality in org.baseagent.path
Methods in org.baseagent.path that return Segment.DirectionalityModifier 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.Methods in org.baseagent.path with parameters of type Segment.DirectionalityModifier and TypeMethodDescriptionstatic Segment
Segment.createSegment
(Network<Segment, PathComponent> network, Segment.Directionality directionality, PathComponent... components) Constructors in org.baseagent.path with parameters of type Segment.DirectionalityModifierConstructorDescriptionSegment
(Segment.Directionality directionality, PathComponent... pathComponents)