public class GaddGraphMlPrinter extends Engine implements PrinterEngine
GaddModel
model to GraphML format.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENGINE_ID
The engine identifier.
|
static Parameter |
OUT_FILE_NAME
The parameter that keeps the name for the generated GraphML file.
|
static EntityType |
OUT_TYPE
The engine output entity type.
|
DISABLE_BACKENDS, NO_BACKEND
Constructor and Description |
---|
GaddGraphMlPrinter()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultFileName()
Returns the default name for file is created by the printer.
|
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 static final Parameter OUT_FILE_NAME
public Entity start(java.util.Map<EntityType,Entity> inputs)
Engine
public java.lang.String getDefaultFileName()
PrinterEngine
getDefaultFileName
in interface PrinterEngine