getRootNode method

IMindMapNode getRootNode()

Implementation

IMindMapNode getRootNode() {
  if (_rootNode.getMindMap() == null) {
    _rootNode.setMindMap(this);
  }
  return _rootNode;
}