Interface PredicateFactory
- All Known Implementing Classes:
DefaultPredicateFactory
public interface PredicateFactory
Factory for creating predicate instances in both the integraal and graal APIs.
- Author:
- Clément Sipieter (INRIA) <clement@6pi.fr>
-
Method Summary
-
Method Details
-
create
-
create2
Creates a graal predicate.- Parameters:
identifier- the predicate identifierarity- the predicate arity- Returns:
- the created predicate
-