knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <CurrentGraph.h>
Public Member Functions | |
CurrentGraph (const std::string_view &name) | |
bool | operator== (const CurrentGraph &other) const |
const auto & | name () const |
const auto & | directImports () const |
const auto & | imports () const |
CurrentGraph (const std::string_view &name) | |
bool | operator== (const CurrentGraph &other) const |
const auto & | name () const |
const auto & | directImports () const |
const auto & | imports () const |
Protected Attributes | |
const std::string | name_ |
std::set< CurrentGraph * > | directImports_ |
std::set< CurrentGraph * > | imports_ |
Friends | |
class | ImportHierarchy |
A named graph currently defined in a knowledge graph.
Definition at line 17 of file CurrentGraph.h.
|
inlineexplicit |
Definition at line 19 of file CurrentGraph.h.
|
inlineexplicit |
Definition at line 19 of file CurrentGraph.h.
|
inline |
Definition at line 38 of file CurrentGraph.h.
|
inline |
|
inline |
Definition at line 43 of file CurrentGraph.h.
|
inline |
Definition at line 43 of file CurrentGraph.h.
|
inline |
|
inline |
|
inline |
other | another graph |
Definition at line 26 of file CurrentGraph.h.
|
inline |
other | another graph |
Definition at line 26 of file CurrentGraph.h.
|
friend |
Definition at line 50 of file CurrentGraph.h.
|
protected |
Definition at line 47 of file CurrentGraph.h.
|
protected |
Definition at line 48 of file CurrentGraph.h.
|
protected |
Definition at line 46 of file CurrentGraph.h.