| Interface | Description |
|---|---|
| IModel |
This interface represents the model we use in our system
An example of a model is a normal model or a playback differential model.
|
| IModelEventListener |
Event Listener of a model should implement this interface.
|
| IModelFactory<T> |
Guice Interface to create a model type
|
| IModelListener |
A more detailed interface for model listener for a predefined set of events.
|
| IModelType<T> |
Represent types of models.
|
| Class | Description |
|---|---|
| IModelData |
This is the parent class of all the model data that we want to write out.
|
| IModelModule | |
| IModelModuleConfig | |
| IModelTypeRepo |
Provide a way to get the model type from a string
|
| Exception | Description |
|---|---|
| NoFactoryDefException | |
| UnknownOrderTypeException |