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() |
Copyright © 2015 Australian e-Health Research Centre. All Rights Reserved.