Uses of Class
dpvis.output.OutputElement

Packages that use OutputElement
dpvis.dpProcessor   
dpvis.output   
 

Uses of OutputElement in dpvis.dpProcessor
 

Methods in dpvis.dpProcessor that return types with arguments of type OutputElement
 java.util.List<OutputElement> DPProcessor.getOutput()
          Provides the (human readable) output of the processor as list of OutputElements, see class OutputElement for Details
 

Uses of OutputElement in dpvis.output
 

Method parameters in dpvis.output with type arguments of type OutputElement
 void OutputWriter.printOutput(java.io.OutputStream unBufWriter, java.util.List<OutputElement> output)
          This method is supposed to write the output for the given output element to the given Outputstream.