Uses of Class
edu.uky.ai.planning.ps.PlanSpaceNode
Packages that use PlanSpaceNode
Package
Description
Contains objects for representing plan space search and plan space planners.
-
Uses of PlanSpaceNode in edu.uky.ai.planning.ps
Subclasses of PlanSpaceNode in edu.uky.ai.planning.psModifier and TypeClassDescriptionclassA special subclass ofPlanSpaceNoderepresenting the root node of the search space.Fields in edu.uky.ai.planning.ps declared as PlanSpaceNodeModifier and TypeFieldDescriptionfinal PlanSpaceNodePlanSpaceNode.parentThis node's parent (the node of which this node is a refinement)Methods in edu.uky.ai.planning.ps that return PlanSpaceNodeModifier and TypeMethodDescriptionPlanSpaceNode.expand(ImmutableList<PartialStep> steps, Bindings bindings, DirectedAcyclicGraph<PartialStep> orderings, ImmutableList<CausalLink> causalLinks, ImmutableList<Flaw> flaws) Creates a child partial plan node (a node for this this node is the parent) with the given steps, bindings, orderings, causal links, and flaws.