| Package | Description |
|---|---|
| org.scribble.trace.model | |
| org.scribble.trace.simulation | |
| org.scribble.trace.simulation.junit | |
| org.scribble.trace.util |
| Modifier and Type | Method and Description |
|---|---|
Trace |
Trace.setDescription(String description)
This method sets the description of the trace.
|
Trace |
Trace.setName(String name)
This method sets the name of the trace.
|
Trace |
Trace.setRoles(List<Role> roles)
This method sets the roles.
|
Trace |
Trace.setSteps(List<Step> steps)
This method sets the trace steps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationListener.failed(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been unsuccessful.
|
boolean |
Simulator.simulate(SimulatorContext context,
Trace trace)
This method initiates the simulation of a supplied trace.
|
void |
SimulationListener.start(Trace trace)
This method identifies when a trace simulation has started.
|
void |
SimulationListener.start(Trace trace,
Step step)
This method identifies when the simulation of trace step has
started.
|
void |
SimulationListener.stop(Trace trace)
This method identifies when a trace simulation has stopped.
|
void |
SimulationListener.successful(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been successful.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JUnitSimulator.JUnitSimulationListener.failed(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been unsuccessful.
|
void |
JUnitSimulator.JUnitSimulationListener.start(Trace trace)
This method identifies when a trace simulation has started.
|
void |
JUnitSimulator.JUnitSimulationListener.start(Trace trace,
Step step)
This method identifies when the simulation of trace step has
started.
|
void |
JUnitSimulator.JUnitSimulationListener.stop(Trace trace)
This method identifies when a trace simulation has stopped.
|
void |
JUnitSimulator.JUnitSimulationListener.successful(Trace trace,
Step step)
This method identifies when the simulation of trace step has
been successful.
|
| Modifier and Type | Method and Description |
|---|---|
static Trace |
TraceUtil.deserializeTrace(byte[] trace)
This method returns the simulation list for a supplied JSON representation.
|
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
TraceUtil.serializeTrace(Trace trace)
This method returns the JSON representation of a trace.
|
Copyright © 2014. All Rights Reserved.