isVisited method

bool isVisited()

Implementation

bool isVisited() {
  return _isVisited;
}