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. |
reputationModels |
Contains all implementations of the
ReputationModel abstract class. |
Modifier and Type | Field and Description |
---|---|
private static SimulatorModel |
SimulatorModel.simModel |
Modifier and Type | Method and Description |
---|---|
static SimulatorModel |
SimulatorModel.getInstance()
Method for synchronized access to the
SimulatorModel 's instance |
Modifier and Type | Method and Description |
---|---|
void |
SimpleDirectionalRate.executeOperation(SimUser protagonist,
SimUser[] cast,
float[] act,
SimulatorPanel simulatorPanel,
SimulatorModel simulatorModel,
ReputationModel reputationModel,
Evaluator evaluator)
Implementation of the
SimOperation.executeOperation(SimUser, SimUser[], float[], SimulatorPanel, SimulatorModel, ReputationModel, Evaluator)
for applying a rating submitted from a source to a target SimUser |
abstract void |
SimOperation.executeOperation(SimUser protagonist,
SimUser[] cast,
float[] act,
SimulatorPanel simulatorPanel,
SimulatorModel simulatorModel,
ReputationModel reputationModel,
Evaluator evaluator)
A generic method, provided with all possibly needed data,
in which any kind of operation towards one or more users,
can be carried out.
|
void |
SetScenario_sEvaluationPoints.executeOperation(SimUser protagonist,
SimUser[] cast,
float[] act,
SimulatorPanel simulatorPanel,
SimulatorModel simulatorModel,
ReputationModel reputationModel,
Evaluator evaluator)
|
void |
SetReputationValue.executeOperation(SimUser protagonist,
SimUser[] cast,
float[] act,
SimulatorPanel simulatorPanel,
SimulatorModel simulatorModel,
ReputationModel reputationModel,
Evaluator evaluator)
|
private SimUser |
SimpleDirectionalRate.getTargetByID(SimulatorModel simulatorModel,
int id) |
private SimUser |
SetReputationValue.getTargetByID(SimulatorModel simulatorModel,
int id)
Method for getting the Operation's target by Id
|
Modifier and Type | Method and Description |
---|---|
void |
Simple_eBayMetric.addChartSeries(SimulatorModel simulatorModel,
SimulatorPanel simulatorPanel) |
abstract void |
ReputationModel.addChartSeries(SimulatorModel simulatorModel,
SimulatorPanel simulatorPanel)
Method, called at the start of the simulation, to add or clear
all the series within the Chart Datasets (XYSeriesCollection),
that are used from the reputation model.
|
void |
ProposedSystem.addChartSeries(SimulatorModel simulatorModel,
SimulatorPanel simulatorPanel) |
void |
PeerTrust_TVM_Adaptive.addChartSeries(SimulatorModel simulatorModel,
SimulatorPanel simulatorPanel) |
void |
PeerTrust_TVM.addChartSeries(SimulatorModel simulatorModel,
SimulatorPanel simulatorPanel) |
void |
AVG.addChartSeries(SimulatorModel simulatorModel,
SimulatorPanel simulatorPanel) |