Class DockWorker
A dock worker agent is a Traveler<TLayer> that tries to reach his/her goal with the ferry modality
Inheritance
System.Object
DockWorker
Implements
SOHTrainModel.Steering.ITrainPassenger
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 DockWorker : Traveler<DockWorkerLayer>, IAgent<DockWorkerLayer>, IModalCapabilitiesAgent, IAgent, ITickClient, IEntity, IModelObject, IWalkingCapable, ICarSteeringCapable, IBicycleSteeringAndRentalCapable, IBicycleSteeringCapable, ISteeringCapable, IPassengerCapable, IPositionable, ICarRentalCapable, IFerryPassenger, ITrainPassenger
Properties
| Improve this Doc View SourceOnReturn
A dock worker agent is a Traveler<TLayer> that tries to reach his/her goal with the ferry modality
Declaration
public bool OnReturn { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceFindMultimodalRoute()
A dock worker agent is a Traveler<TLayer> that tries to reach his/her goal with the ferry modality
Declaration
protected override MultimodalRoute FindMultimodalRoute()
Returns
Type | Description |
---|---|
MultimodalRoute |
Overrides
SOHMultimodalModel.Model.Traveler<SOHMultimodalModel.Model.DockWorkerLayer>.FindMultimodalRoute()
|
Improve this Doc
View Source
Init(DockWorkerLayer)
A dock worker agent is a Traveler<TLayer> that tries to reach his/her goal with the ferry modality
Declaration
public override void Init(DockWorkerLayer layer)
Parameters
Type | Name | Description |
---|---|---|
DockWorkerLayer | layer |
Overrides
SOHMultimodalModel.Model.Traveler<SOHMultimodalModel.Model.DockWorkerLayer>.Init(SOHMultimodalModel.Model.DockWorkerLayer)
Implements
SOHTrainModel.Steering.ITrainPassenger