Interface | Description |
---|---|
EngineEventHandler |
This is an engine event handler interface.
|
Class | Description |
---|---|
Arguments |
This class represents command line parameters and implements command line parsing.
|
Arguments.ExtendedGnuParser |
This class implements a command line parser on the base of Apache Commons CLI.
|
Backend |
Backend is a component that should be executed
as a component of
Engine engine
after its main method. |
Configuration |
This class implements tool
Retrascope configuration. |
Engine |
This is a base class of an engine (tool) that transforms one
Entity entity to another. |
EngineRegistry |
This class implements an
Engine engine registry. |
Entity |
This is a base class of an entity, which is a collection of data that can be processed by some
Engine engine(s). |
EntityType |
This class represents an entity identifier.
|
FileCreator |
This class implements utility methods for creating files (with engine results).
|
FileNames |
This class represents a collection of file names.
|
Parameter |
This class represents a specification of a command line parameter.
|
Parameters |
This class represents a specification of command line parameters.
|
ToolChain |
This class implements a tool chain, which is an
Engine engine composed of smaller ones. |
VerilogTestbench |
The representation of a Verilog testbench.
|
VhdlTestbench |
The representation of a VHDL testbench.
|
Void |
This class represents a void entity.
|