|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPredicate
A predicate is either a relation or the boolean-valued function that amounts to the characteristic function or the indicator function of such a relation.
A predicate is characterized by a predicate symbol and an arity of the predicate.
$Id: IPredicate.java,v 1.7 2007-07-25 08:16:56 poettler_ric Exp $
| Method Summary | |
|---|---|
int |
getArity()
Returns the arity of the predicate. |
String |
getPredicateSymbol()
Returns the predicate symbol. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getPredicateSymbol()
Returns the predicate symbol.
int getArity()
Returns the arity of the predicate.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||