Class PL_MotivateActByGoalTask

java.lang.Object
  |
  +--Node
        |
        +--Task
              |
              +--DiscourseTask
                    |
                    +--PL_MotivateActByGoalTask

public class PL_MotivateActByGoalTask
extends DiscourseTask

PL_MotivateActByGoalTask Created: Tue May 30 10:47:35 2000


Fields inherited from class Task
available, circularityCount, DEBUG, em, expectedProvisionsCount, loc, myPlan, outcomes, outcomeSpecs, outcomeVars, parameterSpecs, parent, preconditions, preconditionSpecs, predicatesAddressed, provisionSpecs, provisionVars, subObjectives, subObjectiveSpecs, varMapString, wm
 
Fields inherited from class Node
ac, em, loc, peData
 
Constructor Summary
PL_MotivateActByGoalTask()
          Input is a list of actions that the system wants to recommend to the reader.
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class Task
addOutcomeVariable, addPredicatesAddressed, addPredicatesAddressed, addressesPredicate, addToOutcomeVars, addToProvisionSpecs, addToProvisionVars, clone, equals, getName, getOutcomeSpecs, getOutcomeVars, getParent, getPreconditions, getPredicatesAddressed, getProvisionNames, getProvisions, getProvisionSpecs, getSpecificationOfVariable, getSubObjectives, getSubObjectiveSpecs, getTopicVarsFromPredVector, getUnAddressedProvisionsSpecs, getVarMapString, makeOutcome, makeProvidesForProvisions, makeProvidesFromOtherOutcomesToProvisions, makeProvidesFromOutcomesToParent, makeTask, nextMakeProvidesForProvisions, print, propagateAttributes, setParent, setProvisions, setVarMapString, vectorsShareVariables
 
Methods inherited from class Node
checkAttributes, convertAttributes, getAttributeCell, getAttributeFeatureAverage, getAttributeFeatureNames, getAttributeNames, getCost, getDuration, getNodeChildren, getQuality, makeAttribute, setCost, setDuration, setQuality, updateAttributeFeature
 
Methods inherited from class java.lang.Object
, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PL_MotivateActByGoalTask

public PL_MotivateActByGoalTask()
Input is a list of actions that the system wants to recommend to the reader.
Method Detail

main

public static void main(java.lang.String[] args)