Uses of Package
de.unidu.is.pdatalog

Packages that use de.unidu.is.pdatalog
de.unidu.is.pdatalog Provides classes for an pDatalog++ inference engine. 
de.unidu.is.retrieval.pire Provides the PIRE retrieval engine. 
 

Classes in de.unidu.is.pdatalog used by de.unidu.is.pdatalog
EDBComputedRelation
          A class for pDatalog++ relation which is computed on demand.
IDBRelation
          A class for pDatalog++ relation derived by rules (corresponding to an intensional predicate).
Relation
          An abstract pDatalog++ relation.
RelationBase
          A collection of pDatalog++ relations together with methods for inserting facts and applying rules, using a RDBMS system.
 

Classes in de.unidu.is.pdatalog used by de.unidu.is.retrieval.pire
EDBRelation
          A class for pDatalog++ relation whose facts are stored in a database table (corresponding to an extensional predicate).
IDBRelation
          A class for pDatalog++ relation derived by rules (corresponding to an intensional predicate).
Relation
          An abstract pDatalog++ relation.
RelationBase
          A collection of pDatalog++ relations together with methods for inserting facts and applying rules, using a RDBMS system.