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.- Author:
- Alexander Verbraeck
-
-
Constructor Summary
Constructors Constructor Description AnimationAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.TreeMap<RelativeLane,RollingLaneStructureRecord>
getCrossSectionRecords()
java.util.Set<RollingLaneStructureRecord>
getDownstreamEdge()
java.util.Set<RollingLaneStructureRecord>
getUpstreamEdge()
-
-
-
Method Detail
-
getCrossSectionRecords
public java.util.TreeMap<RelativeLane,RollingLaneStructureRecord> getCrossSectionRecords()
- Returns:
- the lane structure records of the cross section
-
getUpstreamEdge
public java.util.Set<RollingLaneStructureRecord> getUpstreamEdge()
- Returns:
- the upstream edge
-
getDownstreamEdge
public java.util.Set<RollingLaneStructureRecord> getDownstreamEdge()
- Returns:
- the downstream edge
-
-