Uses of Package
de.dfki.lt.sdl

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

Classes in de.dfki.lt.sdl used by de.dfki.lt.hog.sdlgen
IModule
          this is the interface which every module (may it be global or local composite) MUST fulfill!!
ModuleClearError
          instances of this class might be thrown during the clearing phase of a module, caused by the calling clear()
ModuleInitError
          instances of this class might be thrown during the initialization phase of a module, caused by the calling init()
ModuleRunError
          instances of this class might be thrown during the running/computation phase of a module, caused by the calling run()
Modules
          the abstract superclass of all modules, implementing some default functionality which can be inherited by a concrete implementation; default implementation is given for o clear() o init() o getInput() o setInput() o getOutput() o setOutput() NO useful implementation is given for the unary method o run() only an UnsupportedOperationException is thrown
 

Classes in de.dfki.lt.sdl used by de.dfki.lt.sdl
IMediator
          this is the interface which every mediator must fulfill!!
IModule
          this is the interface which every module (may it be global or local composite) MUST fulfill!!
ModuleClearError
          instances of this class might be thrown during the clearing phase of a module, caused by the calling clear()
ModuleInitError
          instances of this class might be thrown during the initialization phase of a module, caused by the calling init()
ModuleRunError
          instances of this class might be thrown during the running/computation phase of a module, caused by the calling run()
SdlError
          this abstract class serves as the abstract superclass for the three error classes possible in SDL
 

Classes in de.dfki.lt.sdl used by de.dfki.lt.sdl.sprout
IModule
          this is the interface which every module (may it be global or local composite) MUST fulfill!!
Modules
          the abstract superclass of all modules, implementing some default functionality which can be inherited by a concrete implementation; default implementation is given for o clear() o init() o getInput() o setInput() o getOutput() o setOutput() NO useful implementation is given for the unary method o run() only an UnsupportedOperationException is thrown
 

Classes in de.dfki.lt.sdl used by de.dfki.lt.sdl.xslt
IModule
          this is the interface which every module (may it be global or local composite) MUST fulfill!!
ModuleInitError
          instances of this class might be thrown during the initialization phase of a module, caused by the calling init()
ModuleRunError
          instances of this class might be thrown during the running/computation phase of a module, caused by the calling run()
Modules
          the abstract superclass of all modules, implementing some default functionality which can be inherited by a concrete implementation; default implementation is given for o clear() o init() o getInput() o setInput() o getOutput() o setOutput() NO useful implementation is given for the unary method o run() only an UnsupportedOperationException is thrown