| Package | Description |
|---|---|
| org.opensrp.api.contract | |
| org.opensrp.api.util |
| Modifier and Type | Method and Description |
|---|---|
TreeNode<String,Location> |
LocationManager.getLocationWithTree(String startinglocationId) |
| Modifier and Type | Method and Description |
|---|---|
TreeNode<K,T> |
TreeNode.findChild(K id) |
TreeNode<K,T> |
Tree.getNode(K id) |
TreeNode<K,T> |
TreeNode.removeChild(K id) |
| Modifier and Type | Method and Description |
|---|---|
Map<K,TreeNode<K,T>> |
TreeNode.getChildren() |
Map<String,TreeNode<String,Location>> |
LocationTree.getLocationsHierarchy() |
Map<K,TreeNode<K,T>> |
Tree.getTree() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeNode.addChild(TreeNode<K,T> node) |
| Constructor and Description |
|---|
TreeNode(K id,
String label,
T node,
K parent,
Map<K,TreeNode<K,T>> children) |
Copyright © 2018. All rights reserved.