concepts.benchmark.blocksworld.blocksworld.Block
-
class Block[source]
Bases: object
Methods
Attributes
-
__init__(index, father=None)[source]
-
__new__(**kwargs)
-
add_to(other)[source]
-
remove_from_father()[source]
-
children: List[Block]
-
father: Block | None
-
index: int
-
property is_ground
-
property moveable
-
property placeable