|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MutableModelNode | |
---|---|
com.sri.emo.dbobj.model_tree | This package allows assembling of Emo nodes into a tree hierarchy where related nodes, attributes, parts, etc are loaded into this tree. |
Uses of MutableModelNode in com.sri.emo.dbobj.model_tree |
---|
Classes in com.sri.emo.dbobj.model_tree that implement MutableModelNode | |
---|---|
class |
AbstractModelNode
Simple base class of all the mutable nodes. |
class |
DefaultModelNode
Default Model node used for nesting ModelVisitable data. |
Constructors in com.sri.emo.dbobj.model_tree with parameters of type MutableModelNode | |
---|---|
AbstractModelNode(MutableModelNode nodeParent)
Constructor for when we want to attach to a parent. |
|
DefaultModelNode(ModelVisitable data,
MutableModelNode nodeParent)
Constructor to indicate a nested node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |