public static class InhomogeneousMarkov.InhomogeneousMarkovParameterSet extends Measure.MeasureParameterSet
InstanceParameterSet that defines the parameters of
an InhomogeneousMarkov structure Measure.ParameterSet.ParameterListerrorMessage, parameters, parent| Constructor and Description |
|---|
InhomogeneousMarkov.InhomogeneousMarkovParameterSet()
Creates a new
InhomogeneousMarkov.InhomogeneousMarkovParameterSet with empty
parameter values. |
InhomogeneousMarkov.InhomogeneousMarkovParameterSet(int order)
Creates a new
InhomogeneousMarkov.InhomogeneousMarkovParameterSet with the
parameter for the order set to order. |
InhomogeneousMarkov.InhomogeneousMarkovParameterSet(StringBuffer representation)
Creates a new
InhomogeneousMarkov.InhomogeneousMarkovParameterSet from its XML
representation as defined by the Storable
interface. |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceComment()
Returns a comment (a textual description) of the class that can be
constructed using this
ParameterSet. |
String |
getInstanceName()
Returns the name of an instance of the class that can be constructed
using this
ParameterSet. |
int |
getOrder()
Returns the order of the
InhomogeneousMarkov structure
measure as defined by this set of parameters. |
fromXML, getInstance, getInstanceClass, toXMLclone, fromGalaxy, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getNumberOfParameters, getParameterAt, getParameterForName, getParent, hasDefaultOrIsSet, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, reset, setParent, toGalaxypublic InhomogeneousMarkov.InhomogeneousMarkovParameterSet()
InhomogeneousMarkov.InhomogeneousMarkovParameterSet with empty
parameter values.public InhomogeneousMarkov.InhomogeneousMarkovParameterSet(int order)
throws SimpleParameter.IllegalValueException
InhomogeneousMarkov.InhomogeneousMarkovParameterSet with the
parameter for the order set to order.order - the orderSimpleParameter.IllegalValueException - if the value of the order is not allowedpublic InhomogeneousMarkov.InhomogeneousMarkovParameterSet(StringBuffer representation) throws NonParsableException
InhomogeneousMarkov.InhomogeneousMarkovParameterSet from its XML
representation as defined by the Storable
interface.representation - the XML code as StringBufferNonParsableException - if the XML representation could not be parsedpublic String getInstanceComment()
InstanceParameterSetParameterSet.getInstanceComment in class InstanceParameterSet<Measure>public String getInstanceName()
InstanceParameterSetParameterSet.getInstanceName in class InstanceParameterSet<Measure>public int getOrder()
InhomogeneousMarkov structure
measure as defined by this set of parameters.