Class NoCover

java.lang.Object
fr.inria.rules.integraal.backward_chaining.cover.NoCover
All Implemented Interfaces:
CoverFunction

public class NoCover extends Object implements CoverFunction
Does nothing
  • Constructor Details

    • NoCover

      public NoCover()
      Creates a cover function that returns queries unchanged.
  • Method Details

    • cover

      public Set<FOQuery<? extends FOFormula>> cover(Set<FOQuery<? extends FOFormula>> queries)
      Description copied from interface: CoverFunction
      Computes a cover of the given query set.
      Specified by:
      cover in interface CoverFunction
      Parameters:
      queries - the set of queries to compute the cover of
      Returns:
      the cover of the given queries