Uses of Class
edu.uky.ai.planning.pg.SubgraphSpaceRoot
Packages that use SubgraphSpaceRoot
Package
Description
Contains objects for representing plan graphs and planners that search for a
solution by finding a valid subgraph of a plan graph.
-
Uses of SubgraphSpaceRoot in edu.uky.ai.planning.pg
Fields in edu.uky.ai.planning.pg declared as SubgraphSpaceRootModifier and TypeFieldDescriptionprotected final SubgraphSpaceRootSubgraphSearch.rootThe root node of the search spaceMethods in edu.uky.ai.planning.pg that return SubgraphSpaceRootModifier and TypeMethodDescriptionSubgraphSpaceNode.getRoot()Returns the root node of this search space.