Package org.drools.core.command.impl
Class FireAllRulesInterceptor
- java.lang.Object
-
- org.drools.core.fluent.impl.PseudoClockRunner
-
- org.drools.core.command.impl.AbstractInterceptor
-
- org.drools.core.command.impl.FireAllRulesInterceptor
-
- All Implemented Interfaces:
ChainableRunner,InternalLocalRunner,org.kie.api.runtime.CommandExecutor,org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
public class FireAllRulesInterceptor extends AbstractInterceptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.core.runtime.InternalLocalRunner
InternalLocalRunner.SingleBatchExecutable, InternalLocalRunner.SingleCommandExecutable
-
-
Constructor Summary
Constructors Constructor Description FireAllRulesInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.api.runtime.RequestContextexecute(org.kie.api.runtime.Executable executable, org.kie.api.runtime.RequestContext ctx)protected booleanrequiresFireAllRules(InternalExecutable executable)protected booleanrequiresFireAllRules(org.kie.api.command.Command command)-
Methods inherited from class org.drools.core.command.impl.AbstractInterceptor
executeNext, getNext, setNext
-
Methods inherited from class org.drools.core.fluent.impl.PseudoClockRunner
createContext
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.core.runtime.InternalLocalRunner
execute, execute, execute
-
-
-
-
Method Detail
-
execute
public org.kie.api.runtime.RequestContext execute(org.kie.api.runtime.Executable executable, org.kie.api.runtime.RequestContext ctx)- Specified by:
executein interfaceorg.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>- Overrides:
executein classPseudoClockRunner
-
requiresFireAllRules
protected boolean requiresFireAllRules(InternalExecutable executable)
-
requiresFireAllRules
protected boolean requiresFireAllRules(org.kie.api.command.Command command)
-
-