data: saving and retrieving access components from and to Storage again
This commit is contained in:
@@ -33,6 +33,7 @@ public:
|
||||
int addSourceLocation(Id elementId, Id fileNodeId, uint startLine, uint startCol, uint endLine, uint endCol, bool isScope);
|
||||
Id addNameHierarchyElement(const std::string& name);
|
||||
Id addNameHierarchyElement(const std::string& name, Id parentId);
|
||||
Id addComponentAccess(Id memberEdgeId, int type);
|
||||
|
||||
void removeElement(Id id);
|
||||
void removeNameHierarchyElement(Id id);
|
||||
@@ -79,6 +80,8 @@ public:
|
||||
|
||||
Id getElementIdByLocationId(Id locationId) const;
|
||||
|
||||
StorageComponentAccess getComponentAccessByMemberEdgeId(Id memberEdgeId) const;
|
||||
|
||||
int getNodeCount() const;
|
||||
int getEdgeCount() const;
|
||||
int getNameHierarchyElementCount() const;
|
||||
|
||||
Reference in New Issue
Block a user