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