Class PL_StartTask

java.lang.Object
  |
  +--Node
        |
        +--Task
              |
              +--PL_StartTask

public class PL_StartTask
extends Task

PL_StartTask.java Created: Wed Aug 17 2000


Field Summary
(package private) static boolean DEBUG
           
private static int uniqueID
           
 
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_StartTask()
           
PL_StartTask(java.lang.String pssp, java.lang.String pvp, java.lang.String ossp, java.lang.String ovp, java.lang.String prep, java.lang.String sosp)
           
 
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, main, 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
 

Field Detail

uniqueID

private static int uniqueID

DEBUG

static boolean DEBUG
Constructor Detail

PL_StartTask

public PL_StartTask()

PL_StartTask

public PL_StartTask(java.lang.String pssp,
                    java.lang.String pvp,
                    java.lang.String ossp,
                    java.lang.String ovp,
                    java.lang.String prep,
                    java.lang.String sosp)