Uses of Interface
edu.uky.ai.planning.ps.Partial
Packages that use Partial
Package
Description
Contains objects for representing plan space search and plan space planners.
-
Uses of Partial in edu.uky.ai.planning.ps
Classes in edu.uky.ai.planning.ps that implement PartialModifier and TypeClassDescriptionclassA causal link describes how the effect of an earlier step (the tail) satisfied the precondition of a later step (the head).classA flaw is something that prevents a partial plan from being a solution to its problem.classAn open precondition flaw indicates that a partial plan has not yet guaranteed that some precondition of some step will be satisfied.classThis class represents a step in a partial plan.classThis class represents an specific partial plan in a plan-space search.classA special subclass ofPlanSpaceNoderepresenting the root node of the search space.classAn threatened causal link flaw indicates that a partial plan contains a causal link such that the effect of its tail step might be undone by some other step in the plan (the threat) before it is used by the causal link's tail step.