Go to the documentation of this file.
28 #include <VisionX/interface/libraries/SemanticObjectRelations/GraphStorage.h>
61 ,
virtual public armarx::semantic::GraphStorageTopicAndInterface
69 semantic::data::GraphMap
getAll(
const Ice::Current&)
override;
70 void remove(
const std::string&
id,
const Ice::Current&)
override;
71 void removeAll(
const Ice::Current&)
override;
95 std::mutex graphsMutex;
96 semantic::data::GraphMap graphs;
void remove(const std::string &id, const Ice::Current &) override
SemanticGraphStoragePropertyDefinitions(std::string prefix)
virtual void onExitComponent() override
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
virtual armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
semantic::data::GraphMap getAll(const Ice::Current &) override
virtual void onInitComponent() override
virtual void onConnectComponent() override
virtual void onDisconnectComponent() override
void reportGraph(std::string const &id, semantic::data::Graph const &graph, const Ice::Current &) override
boost::subgraph< CloudGraph > Graph
Baseclass for all ArmarX ManagedIceObjects requiring properties.
Default component property definition container.
Brief description of class SemanticGraphStorage.
virtual std::string getDefaultName() const override
void removeAll(const Ice::Current &) override
This file offers overloads of toIce() and fromIce() functions for STL container types.