Interface IWalkingRoadUser
TODO docu
Assembly: SOHMultimodalModel.dll
Syntax
public interface IWalkingRoadUser
Properties
Bearing
Declaration
double Bearing { get; set; }
Property Value
Type |
Description |
System.Double |
|
Context
Declaration
ISimulationContext Context { get; }
Property Value
Type |
Description |
ISimulationContext |
|
PerceptionInMeter
Declaration
double PerceptionInMeter { get; }
Property Value
Type |
Description |
System.Double |
|
PreferredSpeed
Declaration
double PreferredSpeed { get; }
Property Value
Type |
Description |
System.Double |
|
Velocity
Declaration
double Velocity { get; set; }
Property Value
Type |
Description |
System.Double |
|
WalkingShoes
Declaration
WalkingShoes WalkingShoes { get; }
Property Value
Type |
Description |
WalkingShoes |
|