| Package | Description | 
|---|---|
| org.opentrafficsim.road.gtu.lane.perception.headway | 
 
 Copyright (c) 2013-2017 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static HeadwayConflict.Width | 
HeadwayConflict.Width.linear(org.djunits.value.vdouble.scalar.Length startWidth,
      org.djunits.value.vdouble.scalar.Length endWidth)
Returns a linear width progression. 
 | 
| Constructor and Description | 
|---|
HeadwayConflict(ConflictType conflictType,
               ConflictPriority conflictPriority,
               Class<? extends ConflictRule> conflictRuleType,
               String id,
               org.djunits.value.vdouble.scalar.Length distance,
               org.djunits.value.vdouble.scalar.Length length,
               org.djunits.value.vdouble.scalar.Length conflictingLength,
               PerceptionCollectable<HeadwayGTU,LaneBasedGTU> upstreamConflictingGTUs,
               PerceptionCollectable<HeadwayGTU,LaneBasedGTU> downstreamConflictingGTUs,
               org.djunits.value.vdouble.scalar.Length conflictingVisibility,
               org.djunits.value.vdouble.scalar.Speed conflictingSpeedLimit,
               CrossSectionLink conflictingLink,
               HeadwayConflict.Width width)
Constructor without stop lines. 
 | 
HeadwayConflict(ConflictType conflictType,
               ConflictPriority conflictPriority,
               Class<? extends ConflictRule> conflictRuleType,
               String id,
               org.djunits.value.vdouble.scalar.Length distance,
               org.djunits.value.vdouble.scalar.Length length,
               org.djunits.value.vdouble.scalar.Length conflictingLength,
               PerceptionCollectable<HeadwayGTU,LaneBasedGTU> upstreamConflictingGTUs,
               PerceptionCollectable<HeadwayGTU,LaneBasedGTU> downstreamConflictingGTUs,
               org.djunits.value.vdouble.scalar.Length conflictingVisibility,
               org.djunits.value.vdouble.scalar.Speed conflictingSpeedLimit,
               CrossSectionLink conflictingLink,
               HeadwayConflict.Width width,
               HeadwayStopLine stopLine,
               HeadwayStopLine conflictingStopLine)
Constructor. 
 | 
Copyright © 2014–2018 Delft University of Technology. All rights reserved.