if right_neighbors is not None and len(right_neighbors) > 0:
      for neighbor in right_neighbors:
        self.add_right_neighbor(neighbor)