Package com.azalient.api.a.model

This package provides interfaces to components in the model: Parameters, Network, Control, etc

See:
          Description

Interface Summary
IAssignment A handle to data associated with the Assignment component
IControl A handle to the objects associated with the Control component
IDemand A handle to the currently active page of objects associated with the Demand component
IDisplay A handle to the objects associated with the Display component
INamedValue A simple name-value object
INetwork A handle to data associated with the Network component.
IParameters A handle to the data associated with the Parameters component.
IPlugins This is a handle to the page of data associated with the Plugins component.

The plugins component allows you to store any number of tables containing name/value pairs.
IReporting A handle to the data associated with the Reporting component
IResults A handle to a set of results, frequently the current, or most recently created set of results.
IScenario A handle to a Scenario object.
ISettings The Settings object holds model-specific settings, such as password and last-save version number.
ISettingsKey The Settings object holds a number of key-value properties: this is the interface to that table of properties
ITrips A handle to the data associated with a Trips Page.
IValidation A handle to the Validation Component page.
 

Enum Summary
ISettingsKey.NameKey To add a new field in the network-specific settings, add an entry in the NameKey enum, with a standard value.
 

Package com.azalient.api.a.model Description

This package provides interfaces to components in the model: Parameters, Network, Control, etc