|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NodeCompletionStatus | |
|---|---|
| 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 NodeCompletionStatus in com.sri.emo.dbobj.model_tree |
|---|
| Fields in com.sri.emo.dbobj.model_tree declared as NodeCompletionStatus | |
|---|---|
static NodeCompletionStatus |
NodeCompletionStatus.COMPLETE_NODE
Instance representing a complete node. |
static NodeCompletionStatus |
NodeCompletionStatus.TRUNCATED_NODE
Instance representing a truncated node. |
static NodeCompletionStatus |
NodeCompletionStatus.UNDEFINED_STATUS
Instance representing an undefined status. |
| Methods in com.sri.emo.dbobj.model_tree that return NodeCompletionStatus | |
|---|---|
NodeCompletionStatus |
NoParentNode.getNodeCompletionStatus()
Returns a node completion status which represents whether the factory was able to build a non-recursive complete model for the given node in question or |
NodeCompletionStatus |
ModelNode.getNodeCompletionStatus()
Returns a node completion status which represents whether the factory was able to build a non-recursive complete model for the given node in question or |
NodeCompletionStatus |
DefaultModelNode.getNodeCompletionStatus()
Returns a node completion status which represents whether the factory was able to build a non-recursive complete model for the given node in question or |
| Methods in com.sri.emo.dbobj.model_tree with parameters of type NodeCompletionStatus | |
|---|---|
void |
NoParentNode.setNodeCompletionStatus(NodeCompletionStatus newStatus)
Sets the node completion status. |
void |
DefaultModelNode.setNodeCompletionStatus(NodeCompletionStatus newStatus)
Sets the node completion status. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||