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
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String[] |
getOptions()
Gets the current settings of the datagenerator BIRCHCluster.
|
ClusterGenerator |
getParent()
returns the parent datagenerator this cluster belongs to
|
java.lang.String |
globalInfo()
Returns a string describing this data generator.
|
abstract java.util.Enumeration<Option> |
listOptions()
Returns an enumeration describing the available options.
|
java.lang.String |
parentTipText()
Returns the tip text for this property
|
abstract void |
setOptions(java.lang.String[] options)
Parses a list of options for this object.
|
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, waitgetRevisionpublic ClusterDefinition()
public ClusterDefinition(ClusterGenerator parent)
parent - the datagenerator this cluster belongs topublic java.lang.String globalInfo()
public abstract java.util.Enumeration<Option> listOptions()
listOptions in interface OptionHandlerpublic abstract void setOptions(java.lang.String[] options)
throws java.lang.Exception
setOptions in interface OptionHandleroptions - the list of options as an array of stringsjava.lang.Exception - if an option is not supportedpublic abstract java.lang.String[] getOptions()
getOptions in interface OptionHandlerpublic 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