Uses of Class
de.dfki.lt.sdl.Modules

Packages that use Modules
de.dfki.lt.hog.sdlgen   
de.dfki.lt.sdl.sprout   
de.dfki.lt.sdl.xslt   
 

Uses of Modules in de.dfki.lt.hog.sdlgen
 

Subclasses of Modules in de.dfki.lt.hog.sdlgen
 class chunkiermrs_de
          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;
 class chunkiermrs_en
          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/en/chunkiermrs.sdl; A new system can be generated by calling the constructor for this class: new chunkiermrs_en(); The new system can be invoked by this schematic piece of code: chunkiermrs_en module = new chunkiermrs_en(); 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;
 class rmrsmerge
          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/rmrsmerge/rmrsmerge.sdl; A new system can be generated by calling the constructor for this class: new rmrsmerge(); The new system can be invoked by this schematic piece of code: rmrsmerge module = new rmrsmerge(); 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;
 

Uses of Modules in de.dfki.lt.sdl.sprout
 

Subclasses of Modules in de.dfki.lt.sdl.sprout
 class SproutModules
          this abstract class extends Modules for the purpose of interfacing SProUT with SDL; SproutModules wraps an InterpreterTest object (= empty SProUT) and initializes this interpreter with a SProUT config file, using the init() method
 class SproutModulesDomDomEncapsulated
          this class extends SproutModules by defining the run() method and assuming that the input value is a DOM node.
 class SproutModulesText
          this abstract class extends SproutModules by defining the run() method and assuming that the input value is string that has to be analyzed
 class SproutModulesTextDomEncapsulated
          this class extends SproutModules by defining the run() method and assuming that the input value is a text string that has to be analyzed
 class SproutModulesTextFile
          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
 class SproutModulesTextXml
          this abstract class extends SproutModules by defining the run() method and assuming that the input value is string that has to be analyzed
 class SproutModulesTextXmlEncapsulated
          this class extends SproutModules by defining the run() method and assuming that the input value is a text string that has to be analyzed
 class SproutModulesXml
          this abstract class extends SproutModules by defining the run() method and assuming that the input value is an XML string that has to be analyzed
 class SproutModulesXmlFile
          this abstract class extends SproutModules by defining the run() method and assuming that the input value is a file whose content, an XML TFS representation, has to be analyzed
 class SproutModulesXmlXml
          this abstract class extends SproutModules by defining the run() method and assuming that the input value is an XML string that has to be analyzed
 class SproutModulesXmlXmlEncapsulated
          this class extends SproutModules by defining the run() method and assuming that the input value is an XML string that has to be analyzed
 

Uses of Modules in de.dfki.lt.sdl.xslt
 

Subclasses of Modules in de.dfki.lt.sdl.xslt
 class XsltModules
          XSLT transformation Module for HoG
 class XsltModulesDocumentNode
          Transforms input org.w3c.dom.Node to a org.w3c.dom.Node using the configured stylesheet.
 class XsltModulesDomDomEncapsulated
          Transforms input org.w3c.dom.Node to a org.w3c.dom.Node using the configured stylesheet.
 class XsltModulesDomStringEncapsulated
          Transforms input org.w3c.dom.Node to a String using the configured stylesheet.
 class XsltModulesSourceString
          Transforms input javax.xml.transform.Source to a String using the configured stylesheet.
 class XsltModulesStringDomEncapsulated
          Transforms input XML String to an output String using the configured stylesheet.
 class XsltModulesStringString
          Transforms input XML String to an output String using the configured stylesheet.
 class XsltModulesStringStringEncapsulated
          Transforms input XML String to an output String using the configured stylesheet.