Interface | Description |
---|---|
PrinterEngine |
The interface for engines that print something to the file.
|
Simulated |
AN interface for components that simulate models.
|
Class | Description |
---|---|
AtomicTestGenerator |
The class representing an atomic test generator, that is, test generator operating at the
sequence-level instead of test-level.
|
GraphMlPrinterEngine |
Abstract GraphML printer engine.
|
GraphMlUtils |
GraphML utils.
|
ModelWalkerEngine |
The basic engine that applies several walkers on the target model.
|
PrinterWalkerEngine |
Abstract engine that walks model and prints the result in some format.
|
SimulationSnapshot |
The snapshot of simulation.
|
Simulator<T extends DecStatement> |
The class representing an abstract simulator.
|
SimulatorEngine |
The abstract class for engines of the simulator type.
|
TestGenerator |
The class representing an abstract test generator.
|
TestGeneratorEngine |
The abstract class for engines of the test generator type.
|