AbstractHeadwayGTU(String id,
GTUType gtuType,
Length distance,
boolean facingSameDirection,
Length length,
Length width,
Speed speed,
Acceleration acceleration,
Speed desiredSpeed,
GTUStatus... gtuStatus) |
Construct a new Headway information object, for a moving GTU ahead of us or behind us.
|
AbstractHeadwayGTU(String id,
GTUType gtuType,
Length distance,
boolean facingSameDirection,
Length length,
Length width,
Speed desiredSpeed,
GTUStatus... gtuStatus) |
Construct a new Headway information object, for a non-moving GTU ahead of us or behind us.
|
AbstractHeadwayGTU(String id,
GTUType gtuType,
Length overlapFront,
Length overlap,
Length overlapRear,
boolean facingSameDirection,
Length length,
Length width,
Speed speed,
Acceleration acceleration,
Speed desiredSpeed,
GTUStatus... gtuStatus) |
Construct a new Headway information object, for a moving GTU parallel with us.
|
AbstractHeadwayGTU(String id,
GTUType gtuType,
Length overlapFront,
Length overlap,
Length overlapRear,
boolean facingSameDirection,
Length length,
Length width,
Speed desiredSpeed,
GTUStatus... gtuStatus) |
Construct a new Headway information object, for a non-moving GTU parallel with us.
|
HeadwayGTUSimple(String id,
GTUType gtuType,
Length overlapFront,
Length overlap,
Length overlapRear,
Length length,
Length width,
Speed speed,
Acceleration acceleration,
Speed desiredSpeed,
GTUStatus... gtuStatus) |
Construct a new Headway information object, for a moving GTU parallel with us.
|
HeadwayGTUSimple(String id,
GTUType gtuType,
Length overlapFront,
Length overlap,
Length overlapRear,
Length length,
Length width,
Speed desiredSpeed,
GTUStatus... gtuStatus) |
Construct a new Headway information object, for a non-moving GTU parallel with us.
|
HeadwayGTUSimple(String id,
GTUType gtuType,
Length distance,
Length length,
Length width,
Speed speed,
Acceleration acceleration,
Speed desiredSpeed,
GTUStatus... gtuStatus) |
Construct a new Headway information object, for a moving GTU ahead of us or behind us.
|
HeadwayGTUSimple(String id,
GTUType gtuType,
Length distance,
Length length,
Length width,
Speed desiredSpeed,
GTUStatus... gtuStatus) |
Construct a new Headway information object, for a non-moving GTU ahead of us or behind us.
|
HeadwayGTUType(String id,
GTUType gtuType,
GTUTypeAssumptions gtuTypeAssumptions,
Length distance,
Length length,
Length width,
Speed speed,
Acceleration acceleration,
Speed desiredSpeed,
GTUStatus... gtuStatus) |
Construct a new Headway information object, for a moving GTU ahead of us or behind us.
|