public abstract static class Measure.MeasureParameterSet extends InstanceParameterSet<Measure>
ParameterSet that can be used to instantiate a Measure.ParameterSet.ParameterListerrorMessage, parameters, parent| Modifier | Constructor and Description |
|---|---|
protected |
Measure.MeasureParameterSet(Class<? extends Measure> clazz)
Creates a new empty
Measure.MeasureParameterSet for the given sub-class
of Measure, |
protected |
Measure.MeasureParameterSet(StringBuffer xml)
The standard constructor for the interface
Storable. |
fromXML, getInstance, getInstanceClass, getInstanceComment, getInstanceName, toXMLclone, fromGalaxy, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getNumberOfParameters, getParameterAt, getParameterForName, getParent, hasDefaultOrIsSet, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, reset, setParent, toGalaxyprotected Measure.MeasureParameterSet(Class<? extends Measure> clazz)
Measure.MeasureParameterSet for the given sub-class
of Measure,clazz - the sub-classprotected Measure.MeasureParameterSet(StringBuffer xml) throws NonParsableException
Storable.
Recreates a Measure.MeasureParameterSet from its XML representation as
returned by InstanceParameterSet.toXML().xml - the XML representation as StringBufferNonParsableException - if the XML code could not be parsed