Uses of Class
edu.uky.ai.planning.ss.BackwardNode
Packages that use BackwardNode
Package
Description
Contains objects for representing forward and backward state space
search and state space planners.
-
Uses of BackwardNode in edu.uky.ai.planning.ss
Subclasses of BackwardNode in edu.uky.ai.planning.ssModifier and TypeClassDescriptionclassA specialBackwardNodethat represents the root of the backward search space and holds a pointer to the problem object and the search budget.Fields in edu.uky.ai.planning.ss declared as BackwardNodeModifier and TypeFieldDescriptionfinal BackwardNodeBackwardNode.parentThis node's parent node (i.e.Methods in edu.uky.ai.planning.ss that return BackwardNodeModifier and TypeMethodDescriptionBackwardNode.expand(Conjunction goal, Step step) Expands the child node that would be generated if the given step were the first one to be taken.Methods in edu.uky.ai.planning.ss with parameters of type BackwardNode