Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENGINE_ID |
static EntityType |
OUT_TYPE |
DISABLE_BACKENDS, NO_BACKEND
Constructor and Description |
---|
GaddPropertyExtractor()
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 EntityType OUT_TYPE
public Entity start(java.util.Map<EntityType,Entity> inputs)
Engine