|
||||||||||
| 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.AbstractRefinement
public abstract class AbstractRefinement
| Field Summary | |
|---|---|
protected Name |
expands
|
protected Name |
id
|
| Fields inherited from class ix.icore.AbstractAnnotatedObject |
|---|
annotationListeners, annotations |
| Constructor Summary | |
|---|---|
AbstractRefinement()
|
|
| Method Summary | |
|---|---|
Name |
getExpands()
|
Name |
getId()
|
abstract java.util.List |
getSubitems()
|
void |
setExpands(Name expands)
|
void |
setId(Name id)
|
abstract void |
setSubitems(java.util.List subitems)
|
| 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 Name id
protected Name expands
| Constructor Detail |
|---|
public AbstractRefinement()
| Method Detail |
|---|
public Name getId()
public void setId(Name id)
public Name getExpands()
public void setExpands(Name expands)
public abstract java.util.List getSubitems()
public abstract void setSubitems(java.util.List subitems)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||