|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILiteral
A literal (a subgoal) is either an atomic formula or a negated atomic formula:
p(A1,...An) or not p(A1,...An)
This interface is used to promote modularity of the inference engine.
$Id: ILiteral.java,v 1.6 2007-10-30 10:35:40 poettler_ric Exp $
| Method Summary | |
|---|---|
IAtom |
getAtom()
Returns the atom of this literal. |
boolean |
isPositive()
Checks whether the literal is a positive atomic formula or a negated atomic formula. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
boolean isPositive()
Checks whether the literal is a positive atomic formula or a negated atomic formula.
IAtom getAtom()
Returns the atom of this literal.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||