Uses of Class
de.unihalle.informatik.Alida.operator.ALDProcessingDAG.HistoryType

Packages that use ALDProcessingDAG.HistoryType
de.unihalle.informatik.Alida.operator Contains the core of Alida, i.e. the operator concept and processing graph stuff. 
 

Uses of ALDProcessingDAG.HistoryType in de.unihalle.informatik.Alida.operator
 

Methods in de.unihalle.informatik.Alida.operator that return ALDProcessingDAG.HistoryType
static ALDProcessingDAG.HistoryType ALDProcessingDAG.HistoryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ALDProcessingDAG.HistoryType[] ALDProcessingDAG.HistoryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.unihalle.informatik.Alida.operator with parameters of type ALDProcessingDAG.HistoryType
 org.graphdrawing.graphml.xmlns.GraphmlDocument ALDProcessingDAG.createGraphmlDocument(Object sourceObjOfHistory, ALDProcessingDAG.HistoryType historyType)
          Create the processing history for sourceObjOfHistory and convert to graphml object.
 org.graphdrawing.graphml.xmlns.GraphmlDocument ALDProcessingDAG.createGraphmlDocument(Object sourceObjOfHistory, ALDProcessingDAG.HistoryType historyType, boolean ignoreHiding)
          Create the processing history for sourceObjOfHistory and convert to graphml object.
protected  void ALDPortHashAccess.writeHistory(Object obj, String filename, ALDProcessingDAG.HistoryType historyType)
          Deprecated.  
static void ALDOperator.writeHistory(Object obj, String filename, ALDProcessingDAG.HistoryType historyType)
          Write the processing history if any to a graphml file.
protected  void ALDPortHashAccess.writeHistory(Object obj, String filename, ALDProcessingDAG.HistoryType historyType, boolean ignoreHiding)
          Write the processing history (if available) to a graphml file.
static void ALDOperator.writeHistory(Object obj, String filename, ALDProcessingDAG.HistoryType historyType, boolean ignoreHiding)
          Write the processing history if any to a graphml file.
 



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.