Uses of Class
org.opentrafficsim.draw.graphs.GraphCrossSection
-
Packages that use GraphCrossSection Package Description org.opentrafficsim.draw.graphs Various graphs that function on generic meta-data (like which path) and data structures.org.opentrafficsim.draw.graphs.road Basic graphs for traffic simulation. -
-
Uses of GraphCrossSection in org.opentrafficsim.draw.graphs
Methods in org.opentrafficsim.draw.graphs with parameters of type GraphCrossSection Modifier and Type Method Description static FundamentalDiagram.FdSource
FundamentalDiagram. sourceFromSampler(Sampler<?> sampler, GraphCrossSection<KpiLaneDirection> crossSection, boolean aggregateLanes, Duration aggregationTime, boolean harmonic)
Creates aSource
from a sampler and positions. -
Uses of GraphCrossSection in org.opentrafficsim.draw.graphs.road
Methods in org.opentrafficsim.draw.graphs.road that return GraphCrossSection Modifier and Type Method Description static GraphCrossSection<KpiLaneDirection>
GraphLaneUtil. createCrossSection(String name, DirectedLanePosition lanePosition)
Creates a cross section at the provided lane and position.static GraphCrossSection<KpiLaneDirection>
GraphLaneUtil. createCrossSection(List<String> names, List<KpiLaneDirection> lanes, List<Length> positions, Speed speed)
Creates a cross section.static GraphCrossSection<KpiLaneDirection>
GraphLaneUtil. createCrossSection(List<String> names, DirectedLinkPosition linkPosition)
Creates a cross section at the provided link and position.
-