public class ALDProcessingDAG extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ALDProcessingDAG.HistoryType
Type of the processing history to be generated.
|
| Modifier and Type | Field and Description |
|---|---|
static char |
idSeparator
Character separating graphId prefix from rest
|
| Constructor and Description |
|---|
ALDProcessingDAG() |
| Modifier and Type | Method and Description |
|---|---|
org.graphdrawing.graphml.xmlns.GraphmlDocument |
createGraphmlDocument(Object sourceObjOfHistory)
Create the processing history for
sourceObjOfHistory and convert to graphml object. |
org.graphdrawing.graphml.xmlns.GraphmlDocument |
createGraphmlDocument(Object sourceObjOfHistory,
ALDProcessingDAG.HistoryType historyType)
Create the processing history for
sourceObjOfHistory and convert to graphml object. |
org.graphdrawing.graphml.xmlns.GraphmlDocument |
createGraphmlDocument(Object sourceObjOfHistory,
ALDProcessingDAG.HistoryType historyType,
boolean ignoreHiding)
Create the processing history for
sourceObjOfHistory and convert to graphml object. |
static boolean |
getDebug()
Return the debug state
|
static void |
setDebug(boolean value)
Set the debug state
|
public static final char idSeparator
public static void setDebug(boolean value)
value - New debug statepublic static boolean getDebug()
public org.graphdrawing.graphml.xmlns.GraphmlDocument createGraphmlDocument(Object sourceObjOfHistory) throws ALDProcessingDAGException
sourceObjOfHistory and convert to graphml object.
The complete history according is created. This method is
equivalent to createGraphmlDocument( sourceObjOfHistory, HistoryType.COMPLETE, false).sourceObjOfHistory - for which the processing history to be created.ALDProcessingDAGExceptionpublic org.graphdrawing.graphml.xmlns.GraphmlDocument createGraphmlDocument(Object sourceObjOfHistory, ALDProcessingDAG.HistoryType historyType) throws ALDProcessingDAGException
sourceObjOfHistory and convert to graphml object.
This method is equivalent to createGraphmlDocument( sourceObjOfHistory, historyType, false).sourceObjOfHistory - for which the processing history to be written.historyType - type/moude of history to be created.ALDProcessingDAGExceptionpublic org.graphdrawing.graphml.xmlns.GraphmlDocument createGraphmlDocument(Object sourceObjOfHistory, ALDProcessingDAG.HistoryType historyType, boolean ignoreHiding) throws ALDProcessingDAGException
sourceObjOfHistory and convert to graphml object.sourceObjOfHistory - for which the processing history to be written.historyType - type/mode of history to be created.ignoreHiding - if true hiding of opnodes is ignores, i.e. all opnodes
added to the history.ALDProcessingDAGExceptionCopyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.