public class CfgInterfaceExtractor extends Engine
Engine that extracts CfgInterface
interface
from CfgModel
control flow graph model.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENGINE_ID
The engine identifier.
|
Constructor and Description |
---|
CfgInterfaceExtractor()
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, defines, equals, getId, getInputEntity, getInputTypes, getLogger, getOptionalInputEntity, getOutputType, getParameters, hashCode, parseCommandLine, setOutputType, start, toString
public static final java.lang.String ENGINE_ID
public Entity start(java.util.Map<EntityType,Entity> inputs)
Engine