Package | Description |
---|---|
org.opentrafficsim.road.gtu.lane.perception.headway |
Copyright (c) 2013-2016 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Method and Description |
---|---|
HeadwayConflict.ConflictRule |
HeadwayConflict.getConflictRule()
Returns the conflict rule.
|
static HeadwayConflict.ConflictRule |
HeadwayConflict.ConflictRule.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeadwayConflict.ConflictRule[] |
HeadwayConflict.ConflictRule.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
HeadwayConflict(HeadwayConflict.ConflictType conflictType,
HeadwayConflict.ConflictRule conflictRule,
String id,
org.djunits.value.vdouble.scalar.Length distance,
org.djunits.value.vdouble.scalar.Length length,
org.djunits.value.vdouble.scalar.Length conflictingLength,
SortedSet<AbstractHeadwayGTU> upstreamConflictingGTUs,
SortedSet<AbstractHeadwayGTU> downstreamConflictingGTUs,
org.djunits.value.vdouble.scalar.Length conflictingVisibility,
org.djunits.value.vdouble.scalar.Speed conflictingSpeedLimit)
Constructor without stop lines.
|
HeadwayConflict(HeadwayConflict.ConflictType conflictType,
HeadwayConflict.ConflictRule conflictRule,
String id,
org.djunits.value.vdouble.scalar.Length distance,
org.djunits.value.vdouble.scalar.Length length,
org.djunits.value.vdouble.scalar.Length conflictingLength,
SortedSet<AbstractHeadwayGTU> upstreamConflictingGTUs,
SortedSet<AbstractHeadwayGTU> downstreamConflictingGTUs,
org.djunits.value.vdouble.scalar.Length conflictingVisibility,
org.djunits.value.vdouble.scalar.Speed conflictingSpeedLimit,
HeadwayStopLine stopLine,
HeadwayStopLine conflictingStopLine)
Constructor.
|
Copyright © 2014–2016 Delft University of Technology. All rights reserved.