public abstract class ClusterDefinition extends Object implements 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
|
String |
globalInfo()
Returns a string describing this data generator.
|
String |
parentTipText()
Returns the tip text for this property
|
void |
setParent(ClusterGenerator parent)
sets the parent datagenerator this cluster belongs to
|
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 String globalInfo()
public ClusterGenerator getParent()
public void setParent(ClusterGenerator parent)
parent
- the parent datageneratorpublic String parentTipText()
Copyright © 2020 University of Waikato, Hamilton, NZ. All rights reserved.