Uses of Class
edu.uky.ai.planning.ps.Flaw

Packages that use Flaw
Package
Description
Contains objects for representing plan space search and plan space planners.
  • Uses of Flaw in edu.uky.ai.planning.ps

    Subclasses of Flaw in edu.uky.ai.planning.ps
    Modifier and Type
    Class
    Description
    class 
    An open precondition flaw indicates that a partial plan has not yet guaranteed that some precondition of some step will be satisfied.
    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.
    Fields in edu.uky.ai.planning.ps with type parameters of type Flaw
    Modifier and Type
    Field
    Description
    PlanSpaceNode.flaws
    A list of flaws (if any) that prevent this plan from being a solution