|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.umich.soar.hpp.HPPScript
public class HPPScript
A script is an action sequence that is consistent with a hierarchical-probabilistic plan (HPP).
| Constructor Summary | |
|---|---|
HPPScript(HPPlan plan,
java.lang.String agentLocation,
java.lang.Integer rngSeed)
Creates the script given an HPPlan, Soar agent location, and optional random seed |
|
| Method Summary | |
|---|---|
HPPKnowledgeBase |
getKB()
Supports read-only access to produced kb |
java.util.Iterator<java.lang.String> |
getScript()
Supports read-only access to produced script |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HPPScript(HPPlan plan,
java.lang.String agentLocation,
java.lang.Integer rngSeed)
plan - script structureagentLocation - file-system location of scripter.soarrngSeed - random seed with which to initialize Soar's RNG, or null to ignore| Method Detail |
|---|
public HPPKnowledgeBase getKB()
public java.util.Iterator<java.lang.String> getScript()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||