Interface PredicateExpr
- All Known Implementing Classes:
PredicateExprDefaultImpl,PredicateTerm
public interface PredicateExpr
-
Method Summary
-
Method Details
-
getConjunction
PConjunction getConjunction() -
getTerms
List<PredicateTerm> getTerms()
-