Uses of Class
org.baseagent.path.Segment
Packages that use Segment
-
Uses of Segment in org.baseagent.path
Methods in org.baseagent.path that return SegmentModifier and TypeMethodDescriptionPathNetwork.createSegment(PathComponent... components) static SegmentSegment.createSegment(Network<Segment, PathComponent> network, PathComponent... components) static SegmentSegment.createSegment(Network<Segment, PathComponent> network, Segment.Directionality directionality, PathComponent... components) HasPathPosition.deterimeNextSegment(Intersection intersection) HasPathPosition.getCurrentSegment()HasPathPosition.getNextSegment()Methods in org.baseagent.path with parameters of type SegmentMethod parameters in org.baseagent.path with type arguments of type SegmentModifier and TypeMethodDescriptionstatic SegmentSegment.createSegment(Network<Segment, PathComponent> network, PathComponent... components) static SegmentSegment.createSegment(Network<Segment, PathComponent> network, Segment.Directionality directionality, PathComponent... components) Constructors in org.baseagent.path with parameters of type Segment -
Uses of Segment in org.baseagent.sim
Methods in org.baseagent.sim that return SegmentModifier and TypeMethodDescriptionPathAgent.deterimeNextSegment(Intersection intersection) PathAgent.getCurrentSegment()PathAgent.getNextSegment()Methods in org.baseagent.sim with parameters of type Segment