|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableModelNode
A node in the model tree that can have its children modified
Field Summary |
---|
Fields inherited from interface com.sri.emo.dbobj.model_tree.ModelNode |
---|
NO_CHILDREN, NO_LINK, NO_PARENT |
Method Summary | |
---|---|
void |
addChild(ModelNode newNode)
Add a child node to the given mutable model. |
Iterator |
iterator()
Allows for iteration of the contents of the node, possibly removing them if the iterator supports removal. |
Methods inherited from interface com.sri.emo.dbobj.model_tree.ModelNode |
---|
getAdditionalInfo, getChildren, getLabel, getLink, getModelFillStatus, getNodeCompletionStatus, getParent, getVisitable, setAdditionalInfo |
Method Detail |
---|
void addChild(ModelNode newNode)
newNode
- ModelCompositeNodeIterator iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |