public class ExecutionSchemas
extends java.lang.Object
Constructor and Description |
---|
ExecutionSchemas() |
Modifier and Type | Method and Description |
---|---|
static ExecutionSchema |
createIncQueryExecutionSchema(IncQueryEngine engine,
Scheduler.ISchedulerFactory schedulerFactory)
Creates a new execution schema that is initialized over the given
IncQueryEngine, creates an executor and agenda without rules and
prepares a scheduler using the provided factory.
|
static ExecutionSchema |
createIncQueryExecutionSchema(IncQueryEngine engine,
Scheduler.ISchedulerFactory schedulerFactory,
java.util.Set<RuleSpecification<?>> specifications)
Creates a new execution schema that is initialized over the given
IncQueryEngine, creates an executor and agenda with the given
rule specifications and prepares a scheduler using the provided factory.
|
public static ExecutionSchema createIncQueryExecutionSchema(IncQueryEngine engine, Scheduler.ISchedulerFactory schedulerFactory, java.util.Set<RuleSpecification<?>> specifications)
engine
- schedulerFactory
- specifications
- public static ExecutionSchema createIncQueryExecutionSchema(IncQueryEngine engine, Scheduler.ISchedulerFactory schedulerFactory)
engine
- schedulerFactory
-