data: Added getName() method to Edge

format = EdgeType:fromNode->toNode
This commit is contained in:
Eberhard Graether
2014-07-27 02:22:45 +02:00
parent 473e26f072
commit b0e3cda41e
5 changed files with 56 additions and 17 deletions
+2
View File
@@ -34,6 +34,8 @@ public:
Node* getFrom() const;
Node* getTo() const;
std::string getName() const;
// Token implementation
virtual bool isNode() const;
virtual bool isEdge() const;