adams.flow.processor
Class FixDeprecatedStringToSpreadSheet

java.lang.Object
  extended by adams.core.ConsoleObject
      extended by adams.core.option.AbstractOptionHandler
          extended by adams.flow.processor.AbstractActorProcessor
              extended by adams.flow.processor.AbstractModifyingProcessor
                  extended by adams.flow.processor.FixDeprecatedStringToSpreadSheet
All Implemented Interfaces:
Debuggable, Destroyable, OptionHandler, ShallowCopySupporter<AbstractActorProcessor>, SizeOfHandler, CleanUpProcessor, ModifyingProcessor, Serializable, Comparable

public class FixDeprecatedStringToSpreadSheet
extends AbstractModifyingProcessor
implements CleanUpProcessor

Replaces the StringToSpreadSheet transformer with a Convert transformer using the StringToSpreadSheet conversion scheme.

Version:
$Revision: 5940 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class adams.flow.processor.AbstractModifyingProcessor
m_Modified, m_ModifiedActor
 
Fields inherited from class adams.flow.processor.AbstractActorProcessor
m_Errors
 
Fields inherited from class adams.core.option.AbstractOptionHandler
m_DebugLevel, m_OptionManager
 
Constructor Summary
FixDeprecatedStringToSpreadSheet()
           
 
Method Summary
 String globalInfo()
          Returns a string describing the object.
protected  void processActor(AbstractActor actor)
          Performs the actual processing.
 
Methods inherited from class adams.flow.processor.AbstractModifyingProcessor
getModifiedActor, isModified, process
 
Methods inherited from class adams.flow.processor.AbstractActorProcessor
addError, addError, checkData, compareTo, equals, forCommandLine, forName, getErrors, getProcessors, hasErrors, initialize, reset, shallowCopy, shallowCopy
 
Methods inherited from class adams.core.option.AbstractOptionHandler
cleanUpOptions, debug, debug, debugLevelTipText, defineOptions, destroy, finishInit, getDebugLevel, getOptionManager, isDebugOn, newOptionManager, setDebugLevel, toCommandLine, toString
 
Methods inherited from class adams.core.ConsoleObject
getDebugging, getSystemErr, getSystemOut, sizeOf
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface adams.flow.processor.ModifyingProcessor
getModifiedActor, isModified
 

Constructor Detail

FixDeprecatedStringToSpreadSheet

public FixDeprecatedStringToSpreadSheet()
Method Detail

globalInfo

public String globalInfo()
Returns a string describing the object.

Specified by:
globalInfo in class AbstractOptionHandler
Returns:
a description suitable for displaying in the gui

processActor

protected void processActor(AbstractActor actor)
Performs the actual processing.

Specified by:
processActor in class AbstractActorProcessor
Parameters:
actor - the actor to process (is a copy of original for processors implementing ModifyingProcessor)
See Also:
ModifyingProcessor


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.