public class Cluster
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList |
list
List of values representing the cluster
|
java.lang.String |
name
A unique identifier for the cluster
|
Constructor and Description |
---|
Cluster()
Create a new instance of Cluster.
|
Cluster(java.lang.String theName)
Create a new instance of Cluster.
|
Cluster(java.lang.String theName,
java.util.ArrayList theList)
Create a new instance of Cluster.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
toKey(int index)
Get a cluster key name.
|
java.lang.String |
toString()
Get a string-based description of this cluster.
|
public java.lang.String name
public java.util.ArrayList list
public Cluster()
public Cluster(java.lang.String theName)
theName
- unique cluster ID.public Cluster(java.lang.String theName, java.util.ArrayList theList)
theName
- unique cluster ID.theList
- list of clustered references.public java.lang.String toString()
toString
in class java.lang.Object
public static java.lang.String toKey(int index)
index
- unique index value for the key.