public class GaddHlddTransformer extends Engine
Modifier and Type | Field and Description |
---|---|
static Parameter |
COLLECT_USEDEF |
static Parameter |
DELETE_UNUSED
Delete unused variables parameter.
|
static java.lang.String |
ENGINE_ID
The engine identifier.
|
static Parameter |
FORMULA_BASED
Use formula based visitor parameter.
|
DISABLE_BACKENDS, NO_BACKEND
Constructor and Description |
---|
GaddHlddTransformer()
Constructs a new engine.
|
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 DELETE_UNUSED
public static final Parameter FORMULA_BASED
public static final Parameter COLLECT_USEDEF
public Entity start(java.util.Map<EntityType,Entity> inputs)
Engine