Class CarLayer
Implements
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: SOHCarModel.Model
Assembly: SOHCarModel.dll
Syntax
public class CarLayer : AbstractActiveLayer, ISteppedActiveLayer, ITickClient, ICarLayer, IModalLayer, ISpatialGraphLayer, ILayer, IModelObject
Constructors
| Improve this Doc View SourceCarLayer(ISpatialGraphEnvironment, ICarParkingLayer)
Declaration
public CarLayer(ISpatialGraphEnvironment environment = null, ICarParkingLayer carParkingLayer = null)
Parameters
Type | Name | Description |
---|---|---|
ISpatialGraphEnvironment | environment | |
ICarParkingLayer | carParkingLayer |
Properties
| Improve this Doc View SourceCarParkingLayer
Declaration
public ICarParkingLayer CarParkingLayer { get; set; }
Property Value
Type | Description |
---|---|
ICarParkingLayer |
Driver
Gets all car driver entities of this layer
Declaration
public IDictionary<Guid, IAgent> Driver { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.Guid, IAgent> |
Environment
The car graph environment for all CarDriver
Declaration
public ISpatialGraphEnvironment Environment { get; set; }
Property Value
Type | Description |
---|---|
ISpatialGraphEnvironment |
ModalChoice
Declaration
public ModalChoice ModalChoice { get; }
Property Value
Type | Description |
---|---|
ModalChoice |
Methods
| Improve this Doc View SourceInitLayer(LayerInitData, RegisterAgent, UnregisterAgent)
Declaration
public override bool InitLayer(LayerInitData layerInitData, RegisterAgent registerAgentHandle = null, UnregisterAgent unregisterAgent = null)
Parameters
Type | Name | Description |
---|---|---|
LayerInitData | layerInitData | |
RegisterAgent | registerAgentHandle | |
UnregisterAgent | unregisterAgent |
Returns
Type | Description |
---|---|
System.Boolean |