Class NoScheduler
java.lang.Object
fr.inria.rules.integraal.query_evaluation.conjunction.backtrack.legacy.NoScheduler
- All Implemented Interfaces:
Scheduler
-
Constructor Summary
ConstructorsConstructorDescriptionNoScheduler(FOQuery<? extends FOFormulaConjunction> query) Creates a new scheduler over the given query -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext(int level) Indicates whether another formula remains to evaluate at the supplied level.next(int level, Substitution currentSolution) Returns the next formula to evaluate at the supplied level.
-
Constructor Details
-
NoScheduler
Creates a new scheduler over the given query- Parameters:
query- the query to schedule
-
-
Method Details