edu.cmu.cs.coral.icf.plan_based.planners
Class PlannerGoal

java.lang.Object
  |
  +--edu.cmu.cs.coral.icf.plan_based.planners.PartialState
        |
        +--edu.cmu.cs.coral.icf.plan_based.planners.PlannerGoal

public class PlannerGoal
extends PartialState
implements Goal

Represents a goal in the planning problem.

Since:
ICF 0.0
Version:
$Id$

Fields inherited from class edu.cmu.cs.coral.icf.plan_based.planners.PartialState
literals
 
Constructor Summary
PlannerGoal()
           
 
Methods inherited from class edu.cmu.cs.coral.icf.plan_based.planners.PartialState
addLiteral, clone, getLiterals, removeLiteral
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PlannerGoal

public PlannerGoal()