BamBirds 2021
rebound.search.Node Class Reference
Inheritance diagram for rebound.search.Node:
Collaboration diagram for rebound.search.Node:

Public Member Functions

def __init__ (self, State state, parent)
 
def all_children_visited (self)
 
def print_non_visited_children (self)
 

Public Attributes

 children
 
 state
 
 parent
 
 visited
 

Detailed Description

Wrapper node for a state tree

Arguments:
    state {State} -- State of the node
    parent {Node} -- parent node

Member Function Documentation

◆ all_children_visited()

def rebound.search.Node.all_children_visited (   self)
Returns if all children have been visited

Returns:
    bool -- if all children have been visited

◆ print_non_visited_children()

def rebound.search.Node.print_non_visited_children (   self)
Print not visited children

The documentation for this class was generated from the following file: