Uses of Class
edu.uky.ai.planning.pg.PlanGraph
Packages that use PlanGraph
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 PlanGraph in edu.uky.ai.planning.pg
Fields in edu.uky.ai.planning.pg declared as PlanGraphModifier and TypeFieldDescriptionprotected final PlanGraphLevel.graphThe graph to which this level belongsprotected final PlanGraphNode.graphThe graph to which this node belongsfinal PlanGraphSubgraphSpaceRoot.graphThe plan graph being searchedMethods in edu.uky.ai.planning.pg with parameters of type PlanGraphModifier and TypeMethodDescriptionprotected abstract SubgraphSearchPlanGraphPlanner.makeSearch(PlanGraph graph, SearchBudget budget) Creates aSubgraphSearchfor the second phase of the planner's search process.Constructors in edu.uky.ai.planning.pg with parameters of type PlanGraphModifierConstructorDescriptionprotectedConstructs a new level object.protectedLiteralNode(PlanGraph graph, Literal literal) Constructs a new literal node for the given literal in the given plan graph.protectedConstructs a new node object in the given plan graph.protectedConstructs a dummy persistence step for a given literal (i.e.protectedConstructs a new step node for the given literal in the given plan graph.SubgraphSearch(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.