Uses of Package
de.unidu.is.util

Packages that use de.unidu.is.util
de.unidu.is.pdatalog Provides classes for an pDatalog++ inference engine. 
de.unidu.is.retrieval Provides a unique interface for interacting an with XML retrieval engines. 
de.unidu.is.retrieval.hyrex Provides classes for interacting with the HyREX XML retrieval engine. 
de.unidu.is.retrieval.pire Provides the PIRE retrieval engine. 
de.unidu.is.retrieval.pire.examples Examples for PIRE. 
de.unidu.is.sql Provides classes for abstract SQL statements. 
de.unidu.is.util Provides usefuly utility classes. 
 

Classes in de.unidu.is.util used by de.unidu.is.pdatalog
DB
          This class encapsulates a RDBMS (using JDBC), where connections are managed by a connection pool.
PropertyMap
          A map which provides convenient setXYZ() and getXYZ() methods for setting and returning values of type XYZ, given String keys.
 

Classes in de.unidu.is.util used by de.unidu.is.retrieval
AsyncCallResponseListener
          Interface for the Query Responses
PropertyMap
          A map which provides convenient setXYZ() and getXYZ() methods for setting and returning values of type XYZ, given String keys.
 

Classes in de.unidu.is.util used by de.unidu.is.retrieval.hyrex
PropertyMap
          A map which provides convenient setXYZ() and getXYZ() methods for setting and returning values of type XYZ, given String keys.
 

Classes in de.unidu.is.util used by de.unidu.is.retrieval.pire
DB
          This class encapsulates a RDBMS (using JDBC), where connections are managed by a connection pool.
PropertyMap
          A map which provides convenient setXYZ() and getXYZ() methods for setting and returning values of type XYZ, given String keys.
 

Classes in de.unidu.is.util used by de.unidu.is.retrieval.pire.examples
DB
          This class encapsulates a RDBMS (using JDBC), where connections are managed by a connection pool.
 

Classes in de.unidu.is.util used by de.unidu.is.sql
DB
          This class encapsulates a RDBMS (using JDBC), where connections are managed by a connection pool.
StreamPropertyMap
          A PropertyMap which can be loaded from and saved into a stream.
 

Classes in de.unidu.is.util used by de.unidu.is.util
AcceptFilter
          A filter which can accept or reject values.
AsyncCallResponseEvent
           
DB
          This class encapsulates a RDBMS (using JDBC), where connections are managed by a connection pool.
DelegatedPropertyMap
          This class delegates all calls to another map.
Function
          The abstract super-class of (parametrisable) functions.
IOUtilities.FileHandler
          An interface whose instances can handle a file (for arbitrary usage).
ISOReader
          A reader using using the ISO-8859-1 encoding.
ISOWriter
          A writer using using the ISO-8859-1 encoding.
LearnableFunction
          A function whose parameters can be learned via regression.
PropertyMap
          A map which provides convenient setXYZ() and getXYZ() methods for setting and returning values of type XYZ, given String keys.
StreamPropertyMap
          A PropertyMap which can be loaded from and saved into a stream.