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 Partial
    Modifier and Type
    Class
    Description
    class 
    A causal link describes how the effect of an earlier step (the tail) satisfied the precondition of a later step (the head).
    class 
    A flaw is something that prevents a partial plan from being a solution to its problem.
    class 
    An open precondition flaw indicates that a partial plan has not yet guaranteed that some precondition of some step will be satisfied.
    class 
    This class represents a step in a partial plan.
    class 
    This class represents an specific partial plan in a plan-space search.
    class 
    A special subclass of PlanSpaceNode representing the root node of the search space.
    class 
    An 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.