|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IModel
Start Here: this is the top-level interface for the data that defines a commuter model. There is a direct mapping between the objects available from this interface and the component pages in the model data file.
| Method Summary | |
|---|---|
IAssignment |
assignment()
Returns a handle to the currently loaded assignment page. |
IControl |
control()
Returns a handle to the currently loaded control page - traffic control objects, such as phases and plans |
IDemand |
demand()
Returns a handle to the currently loaded demand page. |
IDisplay |
display()
Returns a handle to the currently loaded display page - annotation, symbols, hyperlinks, views, 3-D shapes, etc |
IScenario |
firstActiveScenario()
The (first) active scenario. |
INetwork |
network()
Returns a handle to the currently loaded network page - links, lanes, walkways, zones, areas etc. |
IParameters |
parameters()
Returns a handle to the currently loaded parameters page - terms, restrictions, agent types, divisions etc |
IPlugins |
plugins()
Returns a handle to the currently loaded plugins page |
void |
renewResults()
Create a new set of results |
IReporting |
reporting()
Returns a handle to the currently loaded reporting page |
IResults |
results()
Returns a handle to the results book |
IStore<IScenario> |
scenarios()
Returns a handle to the store of scenarios. |
ISettings |
settings()
Returns a handle to the settings. |
ITrips |
trips()
Returns a handle to the currently loaded trips page - directed and undirected trips for person and vehicle agents |
IValidation |
validation()
Returns a handle to the currently loaded validation page |
| Method Detail |
|---|
IAssignment assignment()
IControl control()
IDemand demand()
IDisplay display()
INetwork network()
IParameters parameters()
IPlugins plugins()
IValidation validation()
IReporting reporting()
ITrips trips()
IResults results()
ISettings settings()
IStore<IScenario> scenarios()
IScenario firstActiveScenario()
void renewResults()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||