Uses of Interface
org.opentrafficsim.kpi.interfaces.LaneData
-
Packages that use LaneData Package Description org.opentrafficsim.kpi.interfaces org.opentrafficsim.kpi.sampling Classes for sampling simulation data. -
-
Uses of LaneData in org.opentrafficsim.kpi.interfaces
Classes in org.opentrafficsim.kpi.interfaces with type parameters of type LaneData Modifier and Type Interface Description interfaceLinkData<L extends LaneData>Represents a link for sampling. -
Uses of LaneData in org.opentrafficsim.kpi.sampling
Classes in org.opentrafficsim.kpi.sampling with type parameters of type LaneData Modifier and Type Class Description classQuery<G extends GtuData,L extends LaneData>A query defines which subset of trajectory information should be included.classSampler<G extends GtuData,L extends LaneData>Sampler is the highest level organizer for sampling.classSpaceTimeRegion<L extends LaneData>Defines a rectangular region over space and time on a lane.Methods in org.opentrafficsim.kpi.sampling that return LaneData Modifier and Type Method Description LaneDataTrajectoryGroup. getLane()Returns the lane.LaneDataLanePosition. getLaneData()Retrieve the lane.Methods in org.opentrafficsim.kpi.sampling that return types with arguments of type LaneData Modifier and Type Method Description Set<LaneData>SamplerData. getLanes()Returns the set of lane directions.Methods in org.opentrafficsim.kpi.sampling with parameters of type LaneData Modifier and Type Method Description booleanSamplerData. contains(LaneData lane)Returns whether there is data for the give lane.TrajectoryGroup<G>SamplerData. getTrajectoryGroup(LaneData lane)Returns the trajectory group of given lane.protected voidSamplerData. putTrajectoryGroup(LaneData lane, TrajectoryGroup<G> trajectoryGroup)Stores a trajectory group with the lane direction.Constructors in org.opentrafficsim.kpi.sampling with parameters of type LaneData Constructor Description LanePosition(LaneData lane, Length position)Construct a new LanePosition.Trajectory(GtuData gtu, Map<FilterDataType<?>,Object> filterData, Set<ExtendedDataType<?,?,?,G>> extendedData, LaneData lane)TrajectoryGroup(Time startTime, Length startPosition, Length endPosition, LaneData lane)TrajectoryGroup(Time startTime, LaneData lane)Constructor without length specification.
-