public class Node extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Set<Node> |
children
Set of child nodes.
|
protected Set<String> |
equivalentConcepts
Set of equivalent concepts in this node.
|
protected Set<Node> |
parents
Set of parents nodes.
|
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
Set<Node> |
getChildren() |
Set<String> |
getEquivalentConcepts() |
Set<Node> |
getParents() |
String |
toString() |
Copyright © 2019 Australian e-Health Research Centre. All Rights Reserved.