Uses of Interface
com.semedy.reasoner.reasoning.processes.Process
Package
Description
-
Uses of Process in com.semedy.reasoner.api.core
Modifier and TypeClassDescriptionclass
A receiver for results caused by eventsclass
Stores results during materialization in edb
Single events are buffered until reasoning is finished.class
Stores results during materialization in edb
Single events are buffered until reasoning is finished. -
Uses of Process in com.semedy.reasoner.core
-
Uses of Process in com.semedy.reasoner.reasoning.processes
Modifier and TypeClassDescriptionclass
class
Stores intermediate results: results between two rule bodies or results of rule evaluations
For recursive rules or recursion cycles results must be buffered.class
An empty store, i.E. all incoming tuples are thrown awayclass
a cap for a dead end in the data flow graphclass
class
class
class
class
class
class
class
class
Represents a process in the operator net.class
class
class
class
class
Stores intermediate results: results between two rule bodies or results of rule evaluations
For recursive rules or recursion cycles results must be buffered.class
class
propagates intermediate results top downclass
class
triggers bottom-up evaluation of ruleclass
class
A store with an unbuffered input.class
Modifier and TypeMethodDescriptionabstract Process
BodyPattern.getProcess
(List<Literal> remainingLiterals) Modifier and TypeMethodDescriptionvoid
ProcessExecutor.addDataSource
(Process task) void
ProcessExecutor.addProcess
(Process task) boolean
ProcessExecutor.influenceOn
(Process p) void
ProcessExecutor.queueForEvaluation
(Process task) void
ProcessExecutor.queueForEvaluationUnrestricted
(Process task) void
ProcessExecutor.removeOperator
(Process task) void
RuleEvaluator.setOperator
(Process p, int index) set the body operator for body literal at index