Class CycleTravelerSchedulerLayer
Provides the scheduling of CycleTraveler utilizing the cycle and the walking modality.
Inheritance
System.Object
CycleTravelerSchedulerLayer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SOHMultimodalModel.Model
Assembly: SOHMultimodalModel.dll
Syntax
public class CycleTravelerSchedulerLayer : SchedulerLayer, ISteppedActiveLayer, ILayer, ITickClient, IModelObject
Constructors
| Improve this Doc View SourceCycleTravelerSchedulerLayer(CycleTravelerLayer)
Provides the scheduling of CycleTraveler utilizing the cycle and the walking modality.
Declaration
public CycleTravelerSchedulerLayer(CycleTravelerLayer travelerLayer)
Parameters
Type | Name | Description |
---|---|---|
CycleTravelerLayer | travelerLayer |
Methods
| Improve this Doc View SourceSchedule(SchedulerEntry)
Provides the scheduling of CycleTraveler utilizing the cycle and the walking modality.
Declaration
protected override void Schedule(SchedulerEntry dataRow)
Parameters
Type | Name | Description |
---|---|---|
SchedulerEntry | dataRow |