Class BagOf.BagOfPredicate

java.lang.Object
org.projog.core.predicate.builtin.compound.AbstractCollectionOf
org.projog.core.predicate.builtin.compound.BagOf.BagOfPredicate
All Implemented Interfaces:
Predicate
Enclosing class:
BagOf

private static final class BagOf.BagOfPredicate extends AbstractCollectionOf
  • Constructor Details

  • Method Details

    • add

      protected void add(List<Term> l, Term t)
      "bagof" returns all elements (including duplicates) in the order they were found.
      Specified by:
      add in class AbstractCollectionOf