edu.udo.cs.yale.operator.io
Class ResultWriter

java.lang.Object
  extended by edu.udo.cs.yale.operator.Operator
      extended by edu.udo.cs.yale.operator.io.ResultWriter
All Implemented Interfaces:
ConfigurationListener

public class ResultWriter
extends Operator

This operator can be used at each point in an operator chain. It returns all input it receives without any modification. Every input object which implements the ResultObject interface (which is the case for almost all objects generated by the core Yale operators) will write its results to the file specified by the parameter resultfile of the ExperimentOperator.

Version:
$Id: ResultWriter.java,v 1.14 2006/08/03 14:39:35 ingomierswa Exp $
Author:
Ingo Mierswa

Constructor Summary
ResultWriter(OperatorDescription description)
           
 
Method Summary
 IOObject[] apply()
          Use the ResultService to write the results of all input ResultObjects into the result file.
 java.lang.Class[] getInputClasses()
          Returns an empty array.
 java.lang.Class[] getOutputClasses()
          Returns an empty array.
 
Methods inherited from class edu.udo.cs.yale.operator.Operator
addError, addValue, addWarning, apply, checkDeprecations, checkIO, checkProperties, clearErrorList, cloneOperator, createExperimentTree, createExperimentTree, createFromXML, createMarkedExperimentTree, delete, experimentFinished, experimentStarts, getAddOnlyAdditionalOutput, getApplyCount, getDeliveredOutputClasses, getDeprecationInfo, getDesiredInputClasses, getErrorList, getExperiment, getInnerOperatorsXML, getInput, getInput, getInput, getInputDescription, getIOContainerForInApplyLoopBreakpoint, getName, getNumberOfSteps, getOperatorClassName, getOperatorDescription, getParameter, getParameterAsBoolean, getParameterAsColor, getParameterAsDouble, getParameterAsFile, getParameterAsInt, getParameterAsString, getParameterList, getParameters, getParameterType, getParameterTypes, getParent, getStartTime, getStatus, getUserDescription, getValue, getValues, getXML, hasBreakpoint, hasBreakpoint, hasInput, inApplyLoop, isEnabled, isParameterSet, logMessage, performAdditionalChecks, register, remove, rename, resume, setBreakpoint, setEnabled, setExperiment, setInput, setListParameter, setOperatorParameters, setParameter, setParameters, setParent, setUserDescription, toString, writeXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultWriter

public ResultWriter(OperatorDescription description)
Method Detail

apply

public IOObject[] apply()
Use the ResultService to write the results of all input ResultObjects into the result file.

Specified by:
apply in class Operator


getInputClasses

public java.lang.Class[] getInputClasses()
Returns an empty array.

Specified by:
getInputClasses in class Operator


getOutputClasses

public java.lang.Class[] getOutputClasses()
Returns an empty array.

Specified by:
getOutputClasses in class Operator



Copyright © 2001-2006