Uses of Class
com.semedy.reasoner.reasoning.processes.SimpleSemaphore
Packages that use SimpleSemaphore
Package
Description
-
Uses of SimpleSemaphore in com.semedy.reasoner.api.builtin
Methods in com.semedy.reasoner.api.builtin with parameters of type SimpleSemaphoreModifier and TypeMethodDescriptionvoid
SensorBuiltin.setSemaphore
(SimpleSemaphore semaphore) A semaphore is used to continue evaluation after a new value for a sensor has been arrivedConstructors in com.semedy.reasoner.api.builtin with parameters of type SimpleSemaphore -
Uses of SimpleSemaphore in com.semedy.reasoner.reasoning
Methods in com.semedy.reasoner.reasoning with parameters of type SimpleSemaphoreModifier and TypeMethodDescriptionvoid
ReasonerThreadedFactsPartitioning.register
(InterruptFlag interruptFlag, List<EventResultReceiver> receiver, CoreReadLock edbReadLock, SimpleSemaphore semaphore) void
ReasonerThreadedFactsPartitioning.register
(InterruptFlag interruptFlag, List<EventResultReceiver> receiver, SimpleSemaphore semaphore) void
ReasonerThreadedRulesPartitioning.register
(InterruptFlag interruptFlag, List<EventResultReceiver> receiver, CoreReadLock edbReadLock, SimpleSemaphore semaphore) void
ReasonerThreadedRulesPartitioning.register
(InterruptFlag interruptFlag, List<EventResultReceiver> receiver, SimpleSemaphore semaphore) Constructors in com.semedy.reasoner.reasoning with parameters of type SimpleSemaphoreModifierConstructorDescriptionReasonerNotThreaded
(InterruptFlag interruptFlag, SymbolTable symboltable, BuiltinProvider builtinFactory, ReasoningMonitor monitor, boolean skipAnswers, long maxNumberOfResults, SimpleSemaphore semaphorForSensors, boolean cepReasoning, boolean cepReasoningWithRetracts, String tempDir, boolean swapping, Properties builtinProperties) -
Uses of SimpleSemaphore in com.semedy.reasoner.reasoning.processes
Methods in com.semedy.reasoner.reasoning.processes with parameters of type SimpleSemaphoreModifier and TypeMethodDescriptionvoid
ProcessExecutor.evaluate
(InterruptFlag interruptFlag, SimpleSemaphore semaphoreForSensors, CoreReadLock edbReadlock, Set<String> predicates) Constructors in com.semedy.reasoner.reasoning.processes with parameters of type SimpleSemaphoreModifierConstructorDescriptionRuleCompiler
(InterruptFlag interruptflag, ReasoningMonitor monitor, SystemMonitor smonitor, IntensionalDB idb, Options options, SymbolTable symboltable, BuiltinProvider builtinFactory, ExtensionalDB[] sharedEDBs, boolean streamReasoning, boolean streamReasoningWithRetracts, SimpleSemaphore semaphorForSensors, String tempDir, boolean swapping, boolean skipAnswers, Properties builtinProperties)