Class Clause
java.lang.Object
edu.harvard.seas.pl.abcdatalog.ast.Clause
- Direct Known Subclasses:
DatalogValidator.ValidClause
,SemiNaiveClauseAnnotator.SemiNaiveClause
A clause consisting of a head and a body, the latter of which is a list of premises. The standard
interpretation is that the head of a clause is considered to hold if each premise in the body
holds.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
body
-
-
Constructor Details
-
Clause
-
-
Method Details