knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
GraphTerm.h File Reference
#include <iostream>
#include <knowrob/terms/Bindings.h>
Include dependency graph for GraphTerm.h:

Go to the source code of this file.

Classes

class  knowrob::GraphTerm
 

Namespaces

 knowrob
 

Enumerations

enum class  knowrob::GraphTermType {
  knowrob::Sequence , knowrob::Union , knowrob::Pattern , knowrob::Builtin ,
  knowrob::Sequence , knowrob::Union , knowrob::Pattern , knowrob::Builtin
}
 

Functions

std::shared_ptr< GraphTermknowrob::applyBindings (const std::shared_ptr< GraphTerm > &term, const Bindings &bindings)
 
std::shared_ptr< GraphTermknowrob::operator& (const std::shared_ptr< GraphTerm > &a, const std::shared_ptr< GraphTerm > &b)
 
std::shared_ptr< GraphTermknowrob::operator| (const std::shared_ptr< GraphTerm > &a, const std::shared_ptr< GraphTerm > &b)