|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDProcessingDAG
public class ALDProcessingDAG
This class handles the construction of a processing DAG from opNode instances and writing this processing history as extended graphml to file.
Nested Class Summary | |
---|---|
static class |
ALDProcessingDAG.HistoryType
Type of the processing history to be generated. |
Field Summary | |
---|---|
static char |
idSeparator
Character separating graphId prefix from rest |
Constructor Summary | |
---|---|
ALDProcessingDAG()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final char idSeparator
Constructor Detail |
---|
public ALDProcessingDAG()
Method Detail |
---|
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.
ALDProcessingDAGException
public 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.
ALDProcessingDAGException
public 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.
ALDProcessingDAGException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |