Return true if this element has a node graph string.
| 98 | |
| 99 | /// Return true if this element has a node graph string. |
| 100 | bool hasNodeGraphString() const |
| 101 | { |
| 102 | return hasAttribute(NODE_GRAPH_ATTRIBUTE); |
| 103 | } |
| 104 | |
| 105 | /// Return the node graph string of this element. |
| 106 | const string& getNodeGraphString() const |
no test coverage detected