de.dfki.lt.hog.sdlgen
Class chunkiermrs_de

java.lang.Object
  extended by de.dfki.lt.sdl.Modules
      extended by de.dfki.lt.hog.sdlgen.chunkiermrs_de
All Implemented Interfaces:
IModule, java.lang.Runnable

public class chunkiermrs_de
extends Modules
implements IModule, java.lang.Runnable

This is an automatically generated Java file which results from the compilation of a system description located in file /project/quetcorp/attila/systems/fefor/hog/xsl/sdl/chunkiermrs/de/chunkiermrs.sdl; A new system can be generated by calling the constructor for this class: new chunkiermrs_de(); The new system can be invoked by this schematic piece of code: chunkiermrs_de module = new chunkiermrs_de(); Object result = module.run(); Since this class will implement interface de.dfki.lt.sdl.IModule, it can be employed as a new (structured) module in even more complex systems by calling run(_); Furthermore, since this class extends de.dfki.lt.sdl.Modules, the default implementation for methods specified in IModule can be used;

Since:
JDK 1.3

Constructor Summary
chunkiermrs_de()
          the nullary constructor
 
Method Summary
 void run()
          empty run() for Runnable is based on the unary run() directly above
 java.lang.Object run(java.lang.Object input)
          this version of run() is consistent with the specification in de.dfki.lt.sdl.IModule; run() realizes exactly the behavior of system de.dfki.lt.hog.sdlgen.chunkiermrs_de, viz., ( sprout_rmrs_pos + xslt_morph_filter + sprout_rmrs_lex + xslt_nodeid_cat + sprout_rmrs_comp + sprout_rmrs_final + xslt_fsxml2rmrsxml + xslt_reorder )
 
Methods inherited from class de.dfki.lt.sdl.Modules
clear, getInput, getOutput, init, setInput, setOutput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.dfki.lt.sdl.IModule
clear, getInput, getOutput, init, setInput, setOutput
 

Constructor Detail

chunkiermrs_de

public chunkiermrs_de()
               throws ModuleInitError
the nullary constructor

Throws:
ModuleInitError
Method Detail

run

public java.lang.Object run(java.lang.Object input)
                     throws ModuleClearError,
                            ModuleRunError
this version of run() is consistent with the specification in de.dfki.lt.sdl.IModule; run() realizes exactly the behavior of system de.dfki.lt.hog.sdlgen.chunkiermrs_de, viz., ( sprout_rmrs_pos + xslt_morph_filter + sprout_rmrs_lex + xslt_nodeid_cat + sprout_rmrs_comp + sprout_rmrs_final + xslt_fsxml2rmrsxml + xslt_reorder )

Specified by:
run in interface IModule
Overrides:
run in class Modules
Throws:
ModuleClearError
ModuleRunError

run

public void run()
         throws ModuleClearError,
                ModuleRunError
empty run() for Runnable is based on the unary run() directly above

Specified by:
run in interface java.lang.Runnable
Throws:
ModuleClearError
ModuleRunError