de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters
Class ConstraintParameterSet

java.lang.Object
  extended by de.jstacs.parameters.ParameterSet
      extended by de.jstacs.sequenceScores.statisticalModels.trainable.discrete.inhomogeneous.parameters.ConstraintParameterSet
All Implemented Interfaces:
GalaxyConvertible, Storable, Cloneable

public final class ConstraintParameterSet
extends ParameterSet

This class enables you to input your own structure defined by some constraints.

Author:
Jens Keilwagen

Nested Class Summary
 
Nested classes/interfaces inherited from class de.jstacs.parameters.ParameterSet
ParameterSet.ParameterList
 
Field Summary
 
Fields inherited from class de.jstacs.parameters.ParameterSet
errorMessage, parameters, parent
 
Constructor Summary
ConstraintParameterSet()
          The main constructor.
ConstraintParameterSet(StringBuffer xml)
          The constructor for the Storable interface.
 
Method Summary
 
Methods inherited from class de.jstacs.parameters.ParameterSet
clone, fromGalaxy, fromXML, getAllParameterNames, getComment, getComment, getErrorMessage, getIndex, getName, getName, getNumberOfParameters, getParameterAt, getParameterForName, getParent, hasDefaultOrIsSet, initParameterList, initParameterList, isAtomic, isComparable, parametersLoaded, reset, setParent, toGalaxy, toXML
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintParameterSet

public ConstraintParameterSet()
The main constructor.


ConstraintParameterSet

public ConstraintParameterSet(StringBuffer xml)
                       throws NonParsableException
The constructor for the Storable interface.

Parameters:
xml - the StringBuffer
Throws:
NonParsableException - if the StringBuffer is not parsable