public class ConflictXmlPrinter extends Engine
EfsmConflictExtractor
to an XML file.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ENGINE_ID |
static Parameter |
FILE_NAME |
static EntityType |
OUT_TYPE |
Constructor and Description |
---|
ConflictXmlPrinter() |
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, getInputTypes, getLogger, getOutputType, getParameters, hasBackends, hashCode, parseCommandLine, runBackends, setOutputType, setProgress, start, toString, uses
public static final java.lang.String ENGINE_ID
public static final EntityType OUT_TYPE
public static final Parameter FILE_NAME
public Entity start(java.util.Map<EntityType,Entity> inputs)
Engine