| Package | Description |
|---|---|
| dataModels |
Contains the Singleton classes used as memory for parameters
that are set using UI elements and data that relate to the
generator’s and simulator’s execution.
|
| operations |
Contains all implementations of the
SimOperation abstract class. |
| simulator |
The Simulator module
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Integer,SimOperation> |
SimulatorModel.simOperationInstances |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.Integer,SimOperation> |
SimulatorModel.getSimOperationInstances() |
| Modifier and Type | Class and Description |
|---|---|
class |
SetReputationValue
SimOperation for setting a user's Reputation to a specific value |
class |
SetScenario_sEvaluationPoints
SimOperation for defining important steps in a scenario's action sequence for the Evaluation module |
class |
SimpleDirectionalRate
SimOperation for applying the scenario's ratings
according to a selected ReputationModel implementation |
| Modifier and Type | Field and Description |
|---|---|
private SimOperation |
Simulator.currentOperation |
| Modifier and Type | Method and Description |
|---|---|
private SimOperation |
Simulator.createDesignatedOperation(int OpCode) |