Class RollingLaneStructure.AnimationAccess
java.lang.Object
org.opentrafficsim.road.gtu.lane.perception.RollingLaneStructure.AnimationAccess
- Enclosing class:
- RollingLaneStructure
public class RollingLaneStructure.AnimationAccess
extends java.lang.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.
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
Modifier and Type Method Description java.util.TreeMap<RelativeLane,RollingLaneStructureRecord>
getCrossSectionRecords()
java.util.Set<RollingLaneStructureRecord>
getDownstreamEdge()
java.util.Set<RollingLaneStructureRecord>
getUpstreamEdge()
-
Constructor Details
-
AnimationAccess
public AnimationAccess()
-
-
Method Details
-
getCrossSectionRecords
- Returns:
- the lane structure records of the cross section
-
getUpstreamEdge
- Returns:
- the upstream edge
-
getDownstreamEdge
- Returns:
- the downstream edge
-