Uses of Package
de.dfki.lt.hog

Packages that use de.dfki.lt.hog
de.dfki.lt.hog   
de.dfki.lt.hog.container   
de.dfki.lt.hog.modules   
de.dfki.lt.hog.modules.test   
de.dfki.lt.hog.test   
de.dfki.lt.hog.util   
 

Classes in de.dfki.lt.hog used by de.dfki.lt.hog
Annotation
          Provides methods to handle an annotation during a session.
Application
          An abstract class providing some basic methods an objects for an application.
MoCoMan
          The Module Communication Manager for the DeepThought project.
MoCoManServer
          This is a single threaded server running as an XML-RPC front-end to MoCoMan.
Module
          Module is an abstract class that provides methods for a module to process an XML string or a DOM tree, respectively.
Registry
          Registry provides methods to store and retrieve Modules in a central hashmap.
XmlRpcClientInterface
          This interface provides three basic operation for XML-RPC communication as a client.
XmlRpcServerInterface
          Provides basic operations for XML-RPC communication as a server.
 

Classes in de.dfki.lt.hog used by de.dfki.lt.hog.container
Metadata
          Represents Metadata objects, holding all relevant metadata information.
MoCoMan
          The Module Communication Manager for the DeepThought project.
 

Classes in de.dfki.lt.hog used by de.dfki.lt.hog.modules
Module
          Module is an abstract class that provides methods for a module to process an XML string or a DOM tree, respectively.
 

Classes in de.dfki.lt.hog used by de.dfki.lt.hog.modules.test
Adaptor
          Adaptor is an abstract class which provides methods for a remote module that functions as an XML-RPC server.
Module
          Module is an abstract class that provides methods for a module to process an XML string or a DOM tree, respectively.
XmlRpcClientInterface
          This interface provides three basic operation for XML-RPC communication as a client.
XmlRpcModule
          Encapsulates all methods needed to communicate via XML-RPC with a remote module.
XmlRpcServerInterface
          Provides basic operations for XML-RPC communication as a server.
 

Classes in de.dfki.lt.hog used by de.dfki.lt.hog.test
Application
          An abstract class providing some basic methods an objects for an application.
XmlRpcApplication
          An XmlRpcApplication provides methods and fields for an application which uses the XML-RPC protocol to communicate with MoCoMan.
XmlRpcClientInterface
          This interface provides three basic operation for XML-RPC communication as a client.
 

Classes in de.dfki.lt.hog used by de.dfki.lt.hog.util
MoCoMan
          The Module Communication Manager for the DeepThought project.