data: Added getName() method to Edge
format = EdgeType:fromNode->toNode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user