|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectix.icore.AbstractAnnotatedObject
ix.icore.AbstractIXObject
ix.icore.plan.PlanObject
ix.icore.plan.Plan
ix.icore.plan.DomainAsPlan
public class DomainAsPlan
A plan constructed from a domain that's meant to represent a plan.
The domain must follow some of the conventions used by
PlanAsDomain.
| Nested Class Summary | |
|---|---|
static class |
DomainAsPlan.InvalidPlanDomain
|
| Field Summary | |
|---|---|
protected Gensym.Generator |
nameGen
|
protected java.util.Map<Symbol,PlanVariable> |
nameToPlanVarMap
|
protected java.util.Map<Name,NodeSpec> |
nodeIdToNodeSpecMap
|
protected java.util.Map<Name,Refinement> |
nodeIdToRefinementMap
|
| Fields inherited from class ix.icore.plan.Plan |
|---|
constraints, planIssueRefinements, planIssues, planNodes, planRefinements, planVariableDeclarations, worldState |
| Fields inherited from class ix.icore.AbstractAnnotatedObject |
|---|
annotationListeners, annotations |
| Constructor Summary | |
|---|---|
DomainAsPlan()
|
|
DomainAsPlan(Domain domain)
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] argv)
|
| Methods inherited from class ix.icore.AbstractAnnotatedObject |
|---|
addAnnotationListener, annMap, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, getComments, makeAnnMap, removeAnnotation, setAnnotation, setAnnotations, setComments, takeAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ix.icore.Annotated |
|---|
addAnnotationListener, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, removeAnnotation, setAnnotation, setAnnotations, takeAnnotations |
| Field Detail |
|---|
protected java.util.Map<Symbol,PlanVariable> nameToPlanVarMap
protected java.util.Map<Name,NodeSpec> nodeIdToNodeSpecMap
protected java.util.Map<Name,Refinement> nodeIdToRefinementMap
protected Gensym.Generator nameGen
| Constructor Detail |
|---|
public DomainAsPlan()
public DomainAsPlan(Domain domain)
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||