|
||||||||||
| 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.domain.Domain
ix.icore.plan.PlanAsDomain
public class PlanAsDomain
A plan represented as a domain.
| Field Summary | |
|---|---|
protected java.util.Map<Name,Activity> |
idToActivityMap
|
protected Gensym.Generator |
nameGen
|
protected java.util.Map<Name,ItemVar> |
planVarIdToItemVarMap
|
| Fields inherited from class ix.icore.domain.Domain |
|---|
classNameMap, listeners, name, objectClasses, refinementNameMap, refinements, variableDeclarations |
| Fields inherited from class ix.icore.AbstractAnnotatedObject |
|---|
annotationListeners, annotations |
| Constructor Summary | |
|---|---|
PlanAsDomain()
|
|
PlanAsDomain(Plan plan)
|
|
| 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 |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, 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<Name,Activity> idToActivityMap
protected java.util.Map<Name,ItemVar> planVarIdToItemVarMap
protected Gensym.Generator nameGen
| Constructor Detail |
|---|
public PlanAsDomain()
public PlanAsDomain(Plan plan)
| 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 | |||||||||