Class RollingLaneStructure.AnimationAccess
- java.lang.Object
-
- org.opentrafficsim.road.gtu.lane.perception.RollingLaneStructure.AnimationAccess
-
- Enclosing class:
- RollingLaneStructure
public class RollingLaneStructure.AnimationAccess extends Object
AnimationAccess provides access to a number of private fields in the structure, which should only be used read-only!
Copyright (c) 2003-2020 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl. The source code and binary code of this software is proprietary information of Delft University of Technology.- Author:
- Alexander Verbraeck
-
-
Constructor Summary
Constructors Constructor Description AnimationAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeMap<RelativeLane,RollingLaneStructureRecord>
getCrossSectionRecords()
Set<RollingLaneStructureRecord>
getDownstreamEdge()
Set<RollingLaneStructureRecord>
getUpstreamEdge()
-
-
-
Method Detail
-
getCrossSectionRecords
public TreeMap<RelativeLane,RollingLaneStructureRecord> getCrossSectionRecords()
- Returns:
- the lane structure records of the cross section
-
getUpstreamEdge
public Set<RollingLaneStructureRecord> getUpstreamEdge()
- Returns:
- the upstream edge
-
getDownstreamEdge
public Set<RollingLaneStructureRecord> getDownstreamEdge()
- Returns:
- the downstream edge
-
-