Uses of Class
com.semedy.reasoner.reasoning.processes.ProcessExecutor
Packages that use ProcessExecutor
-
Uses of ProcessExecutor in com.semedy.reasoner.reasoning.processes
Methods in com.semedy.reasoner.reasoning.processes that return ProcessExecutorModifier and TypeMethodDescriptionRuleCompiler.compileRules()
compile all rules and create a process netRuleCompiler.compileRules
(int[] partsVector) compile all rules and create a process graphRuleCompiler.prepareCompilation()
preparation steps for compilationMethods in com.semedy.reasoner.reasoning.processes with parameters of type ProcessExecutorModifier and TypeMethodDescriptionvoid
EmptyStore.setDataFlowGraph
(ProcessExecutor processExecutor) void
Evaluable.setDataFlowGraph
(ProcessExecutor processExecutor) void
Process.setDataFlowGraph
(ProcessExecutor processExecutor) set the executor for this processvoid
ProcessImp.setDataFlowGraph
(ProcessExecutor processExecutor) Constructors in com.semedy.reasoner.reasoning.processes with parameters of type ProcessExecutorModifierConstructorDescriptionBufferedStore
(InterruptFlag interruptFlag, ReasoningMonitor monitor, int arity, String predicate, boolean cepReasoning, boolean cepReasoningWithRetracts, ProcessExecutor executor, boolean sorted) BufferedStore
(InterruptFlag interruptFlag, ReasoningMonitor monitor, int arity, String predicate, boolean cepReasoning, boolean cepReasoningWithRetracts, String tempDir, boolean swapping, ProcessExecutor executor, boolean sorted) RuleEvaluator
(InterruptFlag interruptFlag, ReasoningMonitor monitor, Rule rule, Rule originalRule, Literal[] originalBodies, boolean extensional, boolean streamReasoning, ProcessExecutor pE, Schemas schemas) SynchronizedBufferedStore
(InterruptFlag interruptFlag, ReasoningMonitor monitor, int arity, String predicate, boolean cepReasoning, boolean cepReasoningWithRetracts, String tempDir, boolean swapping, ProcessExecutor executor, boolean sorted) TopDown
(InterruptFlag interruptflag, int[] mapping, long[] groundterms, int[] groundpositions, int destarity, Literal topLiteral, Literal magic, ProcessExecutor executor, ReasoningMonitor monitor) TopDownBufferedStore
(InterruptFlag interruptFlag, ReasoningMonitor monitor, int arity, String predicate, boolean cepReasoning, boolean cepReasoningWithRetracts, String tempDir, boolean swapping, ProcessExecutor executor, boolean sorted) TopDownUnbufferedStore
(InterruptFlag interruptFlag, ReasoningMonitor monitor, int arity, String predicate, boolean not, boolean cepReasoning, boolean cepReasoningWithRetracts, String tempDir, boolean swapping, ProcessExecutor executor, boolean sorted) UnbufferedStore
(InterruptFlag interruptflag, ReasoningMonitor monitor, int arity, String predicate, boolean not, boolean cepReasoning, boolean cepReasoningWithRetracts, String tempDir, boolean swapping, ProcessExecutor executor, boolean sorted)