Uses of Class
de.unidu.is.expressions.StringExpression

Packages that use StringExpression
de.unidu.is.pdatalog Provides classes for an pDatalog++ inference engine. 
de.unidu.is.pdatalog.ds Provides data structures for the pDatalog++ inference engine. 
 

Uses of StringExpression in de.unidu.is.pdatalog
 

Methods in de.unidu.is.pdatalog with parameters of type StringExpression
 void EDBRelation.add(StringExpression[] args)
          Adds the specified fact to the knowledge base.
 void EDBRelation.add(double prob, StringExpression[] args)
          Adds the specified fact to the knowledge base.
 

Uses of StringExpression in de.unidu.is.pdatalog.ds
 

Subclasses of StringExpression in de.unidu.is.pdatalog.ds
 class Constant
          A pDatalog++ constant.