31#include <VisionX/interface/libraries/SemanticObjectRelations/GraphStorage.h>
58 virtual public armarx::semantic::GraphStorageTopicAndInterface
66 semantic::data::GraphMap
getAll(
const Ice::Current&)
override;
67 void remove(
const std::string&
id,
const Ice::Current&)
override;
68 void removeAll(
const Ice::Current&)
override;
72 semantic::data::Graph
const& graph,
73 const Ice::Current&)
override;
93 std::mutex graphsMutex;
94 semantic::data::GraphMap graphs;
Default component property definition container.
Baseclass for all ArmarX ManagedIceObjects requiring properties.
std::string prefix
Prefix of the properties such as namespace, domain, component name, etc.
SemanticGraphStoragePropertyDefinitions(std::string prefix)
Brief description of class SemanticGraphStorage.
virtual void onInitComponent() override
void remove(const std::string &id, const Ice::Current &) override
void reportGraph(std::string const &id, semantic::data::Graph const &graph, const Ice::Current &) override
virtual void onDisconnectComponent() override
virtual armarx::PropertyDefinitionsPtr createPropertyDefinitions() override
void removeAll(const Ice::Current &) override
virtual void onConnectComponent() override
static std::string GetDefaultName()
semantic::data::GraphMap getAll(const Ice::Current &) override
virtual void onExitComponent() override
std::string getDefaultName() const override
Retrieve default name of component.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< class PropertyDefinitionContainer > PropertyDefinitionsPtr
PropertyDefinitions smart pointer type.