public interface PredicateProvider
Each Java class defining a Prolog predicate must be in one of the provided packages and its
name must apply to the 'PRED_[functor]_[arity]' format. In addition it must extend Predicate
.
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<java.lang.String> |
getPackages()
Return set of packages that contain Prolog predicates
|