de.unidu.is.pdatalog
Class LessEqualsRelation
java.lang.Object
de.unidu.is.pdatalog.Relation
de.unidu.is.pdatalog.EDBComputedRelation
de.unidu.is.pdatalog.LessEqualsRelation
- public class LessEqualsRelation
- extends EDBComputedRelation
A class for the pDatalog++ less-than relation which is computed on demand.
- Since:
- 2003-10-07
- Version:
- $Revision: 1.6 $, $Date: 2005/03/14 17:33:13 $
- Author:
- Henrik Nottelmann
|
Method Summary |
void |
addProb(Literal literal,
java.util.List prob)
Adds arguments for computing a probability for the literal to the
specified list. |
void |
addWhere(Literal literal,
java.util.List where)
Adds arguments for filtering for the literal to the specified list. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LessEqualsRelation
public LessEqualsRelation(RelationBase base)
- Constructs a new relation, and automatically adds it to the
relation base.
- Parameters:
base - corresponding relation base
addProb
public void addProb(Literal literal,
java.util.List prob)
- Adds arguments for computing a probability for the literal to the
specified list.
- Specified by:
addProb in class EDBComputedRelation
- Parameters:
literal - literal to be handledprob - list of arguments for computing a probability
addWhere
public void addWhere(Literal literal,
java.util.List where)
- Adds arguments for filtering for the literal to the specified list.
- Specified by:
addWhere in class EDBComputedRelation
- Parameters:
literal - literal to be handledwhere - list of arguments for filtering