com.togethersoft.openapi.modelnavigator
Interface LeafResolver
- public interface LeafResolver
This interface helps the navigator to resolve whether the node representing
model element with the given uin is leaf node or not (i.e. whether it can have
children. This improves navigator performance for nodes with a lot of children.
- Author:
- TogetherSoft
| Method Summary |
boolean | isLeaf(String uin) Called when the navigator creates a node for Element
with the given unique name. |
isLeaf
public boolean isLeaf(String uin)
- Called when the navigator creates a node for
Element
with the given unique name.- Parameters:
- uin Unique name of model
Element - Returns:
true if an element can have children and false otherwise