DataType - The type of the data in the cluster.ClusterType - The type of cluster contained in the hierarchy node.public interface ClusterHierarchyNode<DataType,ClusterType extends Cluster<DataType>> extends Cluster<DataType>, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClusterHierarchyNode<DataType,ClusterType>> |
getChildren()
Gets the children of this node.
|
ClusterType |
getCluster()
Gets the cluster associated with the node.
|
boolean |
hasChildren()
True if this node has any children.
|
getMemberscloneClusterType getCluster()
boolean hasChildren()
java.util.List<ClusterHierarchyNode<DataType,ClusterType>> getChildren()