| Package | Description |
|---|---|
| org.scribble.trace.model | |
| org.scribble.trace.simulation |
| Modifier and Type | Method and Description |
|---|---|
void |
MonitorRoleSimulator.close(SimulatorContext context)
This method closes the role simulator.
|
abstract void |
RoleSimulator.close(SimulatorContext context)
This method closes the role simulator.
|
void |
MonitorRoleSimulator.init(SimulatorContext context)
This method initializes the role simulator.
|
abstract void |
RoleSimulator.init(SimulatorContext context)
This method initializes the role simulator.
|
boolean |
MonitorRoleSimulator.receive(SimulatorContext context,
Message mesg,
String fromRole)
This method simulates the receiving of a message.
|
abstract boolean |
RoleSimulator.receive(SimulatorContext context,
Message mesg,
String fromRole)
This method simulates the receiving of a message.
|
boolean |
MonitorRoleSimulator.send(SimulatorContext context,
Message mesg,
String toRole)
This method simulates the sending of a message.
|
abstract boolean |
RoleSimulator.send(SimulatorContext context,
Message mesg,
String toRole)
This method simulates the sending of a message.
|
boolean |
MessageTransfer.simulate(SimulatorContext context,
Map<String,RoleSimulator> roleSimulators)
This method simulates the step against the supplied
role simulators, taking into account whether the step
is expected to succeed.
|
abstract boolean |
Step.simulate(SimulatorContext context,
Map<String,RoleSimulator> roleSimulators)
This method simulates the step against the supplied
role simulators, taking into account whether the step
is expected to succeed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSimulatorContext
This class provides the default context support implementation for the simulator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Simulator.simulate(SimulatorContext context,
Trace trace)
This method initiates the simulation of a supplied trace.
|
Copyright © 2014. All Rights Reserved.