public class CfgGaddTransformer extends Engine
Modifier and Type | Field and Description |
---|---|
static Parameter |
CLV_NAME
The 'clock variable name' command line parameter.
|
static java.lang.String |
ENGINE_ID
The engine identifier.
|
DISABLE_BACKENDS, NO_BACKEND
Constructor and Description |
---|
CfgGaddTransformer()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
Entity |
start(java.util.Map<EntityType,Entity> inputs)
Processes entities of the input types and produces an entity of the output type.
|
addBackend, addInputType, addParameter, deactivateBackends, debugWrite, debugWrite, defines, disableAllBackends, enableAllBackends, equals, getBackends, getId, getInputEntity, getInputTypes, getLogger, getOptionalInputEntity, getOutputType, getParameters, hashCode, isDebugMode, parseCommandLine, setDebugMode, setOutputType, start, toString
public static final java.lang.String ENGINE_ID
public static final Parameter CLV_NAME
public Entity start(java.util.Map<EntityType,Entity> inputs)
Engine