Uses of Class
edu.uky.ai.planning.pg.SubgraphSpaceNode
Packages that use SubgraphSpaceNode
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 SubgraphSpaceNode in edu.uky.ai.planning.pg
Subclasses of SubgraphSpaceNode in edu.uky.ai.planning.pgModifier and TypeClassDescriptionclassA special subclass ofSubgraphSpaceNoderepresenting the root node of the search space.Fields in edu.uky.ai.planning.pg declared as SubgraphSpaceNodeMethods in edu.uky.ai.planning.pg that return SubgraphSpaceNodeModifier and TypeMethodDescriptionCreates a child subgraph space node (a node for which this node is the parent) with the given subgraph.protected abstract SubgraphSpaceNodeSubgraphSearch.findSubgraph()Searches the space ofSubgraphSpaceNodes until a node which represents a solution is found.