Class NoCover
java.lang.Object
fr.inria.rules.integraal.backward_chaining.cover.NoCover
- All Implemented Interfaces:
CoverFunction
Does nothing
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoCover
public NoCover()Creates a cover function that returns queries unchanged.
-
-
Method Details
-
cover
Description copied from interface:CoverFunctionComputes a cover of the given query set.- Specified by:
coverin interfaceCoverFunction- Parameters:
queries- the set of queries to compute the cover of- Returns:
- the cover of the given queries
-