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<String> |
getPackages()
Return set of packages that contain Prolog predicates
|
com.google.common.collect.ImmutableSet<String> getPackages()