|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelFillStatus | |
---|---|
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 ModelFillStatus in com.sri.emo.dbobj.model_tree |
---|
Fields in com.sri.emo.dbobj.model_tree declared as ModelFillStatus | |
---|---|
static ModelFillStatus |
ModelFillStatus.COMPLETE
All slots in the model (Parts) have values. |
static ModelFillStatus |
ModelFillStatus.EMPTY
No slots in the model have values. |
static ModelFillStatus |
ModelFillStatus.PARTIALLY_FILLED
Some slots in the model have values. |
Methods in com.sri.emo.dbobj.model_tree that return ModelFillStatus | |
---|---|
ModelFillStatus |
NoParentNode.getModelFillStatus()
Default implementation of fill status. |
ModelFillStatus |
ModelNode.getModelFillStatus()
Contains status about the node itself -- are all parts and subparts completely filled? |
ModelFillStatus |
DefaultModelNode.getModelFillStatus()
Contains status about the node itself -- are all parts and subparts completely filled? |
ModelFillStatus |
ModelFillStatus.intersect(ModelFillStatus other)
Since ModelStatus represents a completion. |
Methods in com.sri.emo.dbobj.model_tree with parameters of type ModelFillStatus | |
---|---|
ModelFillStatus |
ModelFillStatus.intersect(ModelFillStatus other)
Since ModelStatus represents a completion. |
void |
DefaultModelNode.setModelFilledStatus(ModelFillStatus newStatus)
Set the model status in terms of 'filled parts'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |