public abstract class ClusterDefinition extends java.lang.Object implements java.io.Serializable, OptionHandler, RevisionHandler
Constructor and Description |
---|
ClusterDefinition()
initializes the cluster, without a parent cluster (necessary for GOE)
|
ClusterDefinition(ClusterGenerator parent)
initializes the cluster by setting the parent and the defaults
|
Modifier and Type | Method and Description |
---|---|
ClusterGenerator |
getParent()
returns the parent datagenerator this cluster belongs to
|
java.lang.String |
globalInfo()
Returns a string describing this data generator.
|
java.lang.String |
parentTipText()
Returns the tip text for this property
|
void |
setParent(ClusterGenerator parent)
sets the parent datagenerator this cluster belongs to
|
java.lang.String |
toString()
returns a string representation of the cluster
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getOptions, listOptions, makeCopy, setOptions
getRevision
public ClusterDefinition()
public ClusterDefinition(ClusterGenerator parent)
parent
- the datagenerator this cluster belongs topublic java.lang.String globalInfo()
public ClusterGenerator getParent()
public void setParent(ClusterGenerator parent)
parent
- the parent datageneratorpublic java.lang.String parentTipText()
public java.lang.String toString()
toString
in class java.lang.Object