knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
knowrob::ObserverJob::Node Struct Reference

#include <ObserverJob.h>

Public Attributes

std::shared_ptr< GraphPatternpattern
 
std::vector< std::shared_ptr< GraphBuiltin > > builtins
 
std::vector< std::shared_ptr< Node > > children
 
std::vector< Node * > parents
 
std::map< size_t, BindingsPtrsolutions
 

Detailed Description

Definition at line 60 of file ObserverJob.h.

Member Data Documentation

◆ builtins

std::vector< std::shared_ptr< GraphBuiltin > > knowrob::ObserverJob::Node::builtins

Definition at line 62 of file ObserverJob.h.

◆ children

std::vector< std::shared_ptr< Node > > knowrob::ObserverJob::Node::children

Definition at line 63 of file ObserverJob.h.

◆ parents

std::vector< Node * > knowrob::ObserverJob::Node::parents

Definition at line 64 of file ObserverJob.h.

◆ pattern

std::shared_ptr< GraphPattern > knowrob::ObserverJob::Node::pattern

Definition at line 61 of file ObserverJob.h.

◆ solutions

std::map< size_t, BindingsPtr > knowrob::ObserverJob::Node::solutions

Definition at line 65 of file ObserverJob.h.


The documentation for this struct was generated from the following file: