Interface ITripSavingAgent
Has a TripsCollection that stores all trips.
Namespace: SOHMultimodalModel.Output.Trips
Assembly: SOHMultimodalModel.dll
Syntax
public interface ITripSavingAgent
Properties
| Improve this Doc View SourceStableId
Uniquely identifies this agent.
Declaration
int StableId { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
TripsCollection
Contains all trip information.
Declaration
TripsCollection TripsCollection { get; }
Property Value
Type | Description |
---|---|
TripsCollection |