de.dfki.lt.sdl.sprout
Class SproutModulesTextFile

java.lang.Object
  extended by de.dfki.lt.sdl.Modules
      extended by de.dfki.lt.sdl.sprout.SproutModules
          extended by de.dfki.lt.sdl.sprout.SproutModulesTextFile
All Implemented Interfaces:
IModule

public class SproutModulesTextFile
extends SproutModules

this abstract class extends SproutModules by defining the run() method and assuming that the input value is a file whose content has to be analyzed

Since:
JDK 1.3

Field Summary
 
Fields inherited from class de.dfki.lt.sdl.sprout.SproutModules
annotationName, sprout
 
Constructor Summary
SproutModulesTextFile()
          nothing to do here
 
Method Summary
 java.lang.Object run(java.lang.Object input)
          calls SProUT on the input text file; output is an instance of class MatchWriterImpl
 
Methods inherited from class de.dfki.lt.sdl.sprout.SproutModules
init
 
Methods inherited from class de.dfki.lt.sdl.Modules
clear, getInput, getOutput, setInput, setOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SproutModulesTextFile

public SproutModulesTextFile()
nothing to do here

Method Detail

run

public java.lang.Object run(java.lang.Object input)
calls SProUT on the input text file; output is an instance of class MatchWriterImpl

Specified by:
run in interface IModule
Overrides:
run in class Modules