Class SetOf.SetOfPredicate
- java.lang.Object
-
- org.projog.core.predicate.builtin.compound.AbstractCollectionOf
-
- org.projog.core.predicate.builtin.compound.SetOf.SetOfPredicate
-
- All Implemented Interfaces:
Predicate
- Enclosing class:
- SetOf
private static final class SetOf.SetOfPredicate extends AbstractCollectionOf
-
-
Constructor Summary
Constructors Modifier Constructor Description privateSetOfPredicate(PredicateFactory pf, Term template, Term goal, Term bag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadd(java.util.List<Term> list, Term newTerm)"setof" excludes duplicates and orders elements usingTermComparator.-
Methods inherited from class org.projog.core.predicate.builtin.compound.AbstractCollectionOf
couldReevaluationSucceed, evaluate
-
-
-
-
Constructor Detail
-
SetOfPredicate
private SetOfPredicate(PredicateFactory pf, Term template, Term goal, Term bag)
-
-
Method Detail
-
add
protected void add(java.util.List<Term> list, Term newTerm)
"setof" excludes duplicates and orders elements usingTermComparator.- Specified by:
addin classAbstractCollectionOf
-
-