|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Node | +--Task | +--Action
A primitive Task that will never have any subgoals. Invokes actions directly.
Field Summary | |
(package private) java.util.Hashtable |
dummyOutcomes
|
(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 | |
Action(java.lang.String name,
java.lang.String type)
Constructor. |
Method Summary | |
Predicate |
getDummyInstantiatedPredicate(Predicate p)
|
void |
propagateAttributes()
The Attributes of an Action are the Attributes of the preconditions and those of the Action itself, ANDed. |
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 |
|
Field Detail |
java.util.Hashtable dummyOutcomes
static java.lang.String loc
Constructor Detail |
public Action(java.lang.String name, java.lang.String type)
Method Detail |
public Predicate getDummyInstantiatedPredicate(Predicate p)
public void propagateAttributes()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |