Uses of Class
edu.uky.ai.planning.pg.Subgraph
Packages that use Subgraph
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 Subgraph in edu.uky.ai.planning.pg
Fields in edu.uky.ai.planning.pg declared as SubgraphModifier and TypeFieldDescriptionSubgraph.restThe rest of the subgraphfinal SubgraphSubgraphSpaceNode.subgraphA subset of nodes from the plan graphMethods in edu.uky.ai.planning.pg that return SubgraphModifier and TypeMethodDescriptionSubgraph.add(NodeInstance instance) Returns a new subgraph which contains a given node at a given level.Returns a new subgraph which contains a given node at a given level.Subgraph.remove(NodeInstance instance) Returns a new subgraph which does not contain a given node at a given level.Returns a new subgraph which does not contain a given node at a given level.Methods in edu.uky.ai.planning.pg with parameters of type SubgraphModifier and TypeMethodDescriptionCreates a child subgraph space node (a node for which this node is the parent) with the given subgraph.Constructors in edu.uky.ai.planning.pg with parameters of type SubgraphModifierConstructorDescriptionSubgraphSearch(PlanGraph graph, SearchBudget budget, Subgraph nodes) Constructs a new subgraph space search process for the given plan graph and starting with the given subset of nodes from that graph.