Class PL_EpsIbmAction

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

public class PL_EpsIbmAction
extends Task

PL_EpsIbmAction.java Created: Mon May 5 22:53:59 1999


Field Summary
(package private) static boolean DEBUG
           
(package private) static java.lang.String em
           
(package private) static java.lang.String loc
           
 
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_EpsIbmAction()
           
 
Method Summary
private  double calculateDuration()
           
static void main(java.lang.String[] args)
           
 ProvisionCell PL_EpsIbmActionRun(LinkedListQ Plist, Agent Local)
           
 
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
 

Field Detail

em

static java.lang.String em

loc

static java.lang.String loc

DEBUG

static boolean DEBUG
Constructor Detail

PL_EpsIbmAction

public PL_EpsIbmAction()
Method Detail

calculateDuration

private double calculateDuration()

PL_EpsIbmActionRun

public ProvisionCell PL_EpsIbmActionRun(LinkedListQ Plist,
                                        Agent Local)

main

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