knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <ReasonerEvent.h>
Public Types | |
enum | Type { Assertion , Retraction , Replacement , Invalidation , Assertion , Retraction , Replacement , Invalidation } |
enum | Type { Assertion , Retraction , Replacement , Invalidation , Assertion , Retraction , Replacement , Invalidation } |
Public Member Functions | |
Event (Type eventType) | |
Type | eventType () const |
Event (Type eventType) | |
Type | eventType () const |
Protected Attributes | |
const Type | eventType_ |
An event that is emitted by a reasoner.
Definition at line 18 of file ReasonerEvent.h.
The type of the event.
Definition at line 23 of file ReasonerEvent.h.
The type of the event.
Definition at line 23 of file ReasonerEvent.h.
|
inlineexplicit |
Definition at line 42 of file ReasonerEvent.h.
|
inlineexplicit |
Definition at line 42 of file ReasonerEvent.h.
|
inline |
|
inline |
|
protected |
Definition at line 50 of file ReasonerEvent.h.