| Package | Description |
|---|---|
| org.scribble.trace.model | |
| org.scribble.trace.simulation |
| Modifier and Type | Class and Description |
|---|---|
class |
MonitorRoleSimulator
This abstract class represents a simulator associated with a
role in a message trace.
|
| Modifier and Type | Method and Description |
|---|---|
RoleSimulator |
Role.getSimulator()
This method returns the optional simulator for the role.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
Role.setSimulator(RoleSimulator simulator)
This method sets the optional simulator for the role.
|
| Modifier and Type | Method and Description |
|---|---|
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 | Method and Description |
|---|---|
static Class<? extends RoleSimulator> |
RoleSimulatorManager.getRoleSimulatorType(String name)
This method returns the role simulator type associated with the supplied name.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
RoleSimulatorManager.registerRoleSimulator(String name,
Class<? extends RoleSimulator> type)
This method registers a role simulator class against a name.
|
Copyright © 2014. All Rights Reserved.