public abstract class BaseAttributeGenerator extends java.lang.Object implements java.io.Serializable, Options
Constructor and Description |
---|
BaseAttributeGenerator() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addAttributes(Dataset data)
Generate new attributes for a dataset.
|
abstract java.lang.String |
printDescription(boolean htmlFormat)
Print out description of attributes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
printUsage, setOptions
public abstract void addAttributes(Dataset data) throws java.lang.Exception
data
- Dataset to be added tojava.lang.Exception
Dataset.addAttribute(java.lang.String, double[])
public abstract java.lang.String printDescription(boolean htmlFormat)
Implementation Notes
Format should look like
[Full Name of generator]: (Number of attributes) Text description of what these attributes are
For HTML format, omit the ":".
htmlFormat
- Whether to print in HTML format