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

Packages that use ModuleRunError
de.dfki.lt.hog.sdlgen   
de.dfki.lt.sdl   
de.dfki.lt.sdl.xslt   
 

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

Methods in de.dfki.lt.hog.sdlgen that throw ModuleRunError
 void chunkiermrs_de.run()
          empty run() for Runnable is based on the unary run() directly above
 void chunkiermrs_en.run()
          empty run() for Runnable is based on the unary run() directly above
 void rmrsmerge.run()
          empty run() for Runnable is based on the unary run() directly above
 java.lang.Object chunkiermrs_de.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 )
 java.lang.Object chunkiermrs_en.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_en, viz., ( sprout_rmrs_pos + xslt_morph_filter + sprout_rmrs_lex + xslt_nodeid_cat + sprout_rmrs_comp + sprout_rmrs_final + xslt_fsxml2rmrsxml + xslt_reorder )
 java.lang.Object rmrsmerge.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.rmrsmerge, viz., ( rmrs_ep_rargs2rels + adjust_nespans + merge_ne_to_petrasp + rmrs_rels2ep_rargs + reorder_rmrs_dtrs )
 

Uses of ModuleRunError in de.dfki.lt.sdl
 

Methods in de.dfki.lt.sdl that throw ModuleRunError
 java.lang.Object IModule.run(java.lang.Object input)
          run(_) MUST realize the computation of the module; this unary method must be distinguished from the nullary method run() in the Runnable interface; note that run(_) is NOT forced to set its input nor its output field and should usually avoid this!!
 

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

Methods in de.dfki.lt.sdl.xslt that throw ModuleRunError
 java.lang.Object XsltModulesDocumentNode.run(java.lang.Object input)
          Calls XSLT transformer on the input org.w3c.dom.Node; output is an instance of class org.w3c.dom.Node
 java.lang.Object XsltModulesDomDomEncapsulated.run(java.lang.Object input)
          Calls XSLT transformer on the input org.w3c.dom.Node; output is an instance of class org.w3c.dom.Node
 java.lang.Object XsltModulesDomStringEncapsulated.run(java.lang.Object input)
          Calls XSLT transformer on the input org.w3c.dom.Node; output is an instance of class org.w3c.dom.Node
 java.lang.Object XsltModulesSourceString.run(java.lang.Object input)
          Calls transformer on the input javax.xml.transform.Source; output is a String.
 java.lang.Object XsltModulesStringDomEncapsulated.run(java.lang.Object input)
          Calls transformer on the input XML String using the configured stylesheet; output is a String.
 java.lang.Object XsltModulesStringString.run(java.lang.Object input)
          Calls transformer on the input XML String using the configured stylesheet; output is a String.
 java.lang.Object XsltModulesStringStringEncapsulated.run(java.lang.Object input)
          Calls transformer on the input XML String using the configured stylesheet; output is a String.