Package de.unidu.is.pdatalog

Provides classes for an pDatalog++ inference engine.

See:
          Description

Class Summary
DoubleParser A parser class for double values which can handle null objects.
EDBComputedRelation A class for pDatalog++ relation which is computed on demand.
EDBRelation A class for pDatalog++ relation whose facts are stored in a database table (corresponding to an extensional predicate).
EqualsRelation A class for the pDatalog++ equals relation which is computed on demand.
GreaterEqualsRelation A class for the pDatalog++ greater-equals relation which is computed on demand.
GreaterThanRelation A class for the pDatalog++ greater-than relation which is computed on demand.
IDBRelation A class for pDatalog++ relation derived by rules (corresponding to an intensional predicate).
LessEqualsRelation A class for the pDatalog++ less-than relation which is computed on demand.
LessThanRelation A class for the pDatalog++ less-than relation which is computed on demand.
PDatalogSQLFormatter An formatter for pDatalog++ into SQL statements.
Relation An abstract pDatalog++ relation.
RelationBase A collection of pDatalog++ relations together with methods for inserting facts and applying rules, using a RDBMS system.
StartsWithRelation A class for the pDatalog++ startswith relation which is computed on demand.
VagueLessThanRelation A class for the pDatalog++ vague less-than relation which is computed on demand.
 

Package de.unidu.is.pdatalog Description

Provides classes for an pDatalog++ inference engine.