| 
||||||||||
| 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.PlanVariable
public class PlanVariable
A variable that can appear in patterns in a plan.
PlanVariableDeclaration, 
Serialized Form| Field Summary | |
|---|---|
protected  Name | 
id
 | 
protected  Symbol | 
name
 | 
| Fields inherited from class ix.icore.AbstractAnnotatedObject | 
|---|
annotationListeners, annotations | 
| Constructor Summary | |
|---|---|
PlanVariable()
 | 
|
PlanVariable(Name id,
             Symbol name)
 | 
|
| Method Summary | |
|---|---|
 Name | 
getId()
 | 
 Symbol | 
getName()
 | 
 void | 
setId(Name id)
 | 
 void | 
setName(Symbol name)
 | 
 java.lang.String | 
toString()
 | 
| 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, wait, wait, wait | 
| Methods inherited from interface ix.icore.Annotated | 
|---|
addAnnotationListener, clearAnnotations, fireSetAnnotation, getAnnotation, getAnnotations, removeAnnotation, setAnnotation, setAnnotations, takeAnnotations | 
| Field Detail | 
|---|
protected Name id
protected Symbol name
| Constructor Detail | 
|---|
public PlanVariable()
public PlanVariable(Name id,
                    Symbol name)
| Method Detail | 
|---|
public Name getId()
public void setId(Name id)
public Symbol getName()
public void setName(Symbol name)
public java.lang.String toString()
toString in class java.lang.Object
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||