Interface IMultimodalLayer
Provides access to relevant resources within a multimodal context.
Inherited Members
Namespace: SOHMultimodalModel.Multimodal
Assembly: SOHMultimodalModel.dll
Syntax
public interface IMultimodalLayer : ILayer, IModelObject, IMultimodalRouteFinder
Properties
| Improve this Doc View SourceContext
Holds the simulation specific time and progress context.
Declaration
ISimulationContext Context { get; }
Property Value
Type | Description |
---|---|
ISimulationContext |
UnregisterAgent
Gets the unregister handle to deactivate an ITickClients at the runtime system to prevent
any execution and stop the observation.
Declaration
UnregisterAgent UnregisterAgent { get; }
Property Value
Type | Description |
---|---|
UnregisterAgent |