Uses of Class
de.jstacs.io.ParameterSetParser.NotInstantiableException

Packages that use ParameterSetParser.NotInstantiableException
de.jstacs.data Provides classes for the representation of data. 
de.jstacs.io Provides classes for reading data from and writing to a file and storing a number of datatypes, including all primitives, arrays of primitives, and Storables to an XML-representation 
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
 

Uses of ParameterSetParser.NotInstantiableException in de.jstacs.data
 

Constructors in de.jstacs.data that throw ParameterSetParser.NotInstantiableException
AlphabetContainer(AlphabetContainerParameterSet parameters)
          Creates a new AlphabetContainer from an AlphabetContainerParameterSet that contains all necessary parameters
 

Uses of ParameterSetParser.NotInstantiableException in de.jstacs.io
 

Methods in de.jstacs.io that throw ParameterSetParser.NotInstantiableException
static InstantiableFromParameterSet ParameterSetParser.getInstanceFromParameterSet(ParameterSet pars)
          Returns an instance of a subclass of InstantiableFromParameterSet that can be instantiated by the ParameterSet pars.
static InstantiableFromParameterSet ParameterSetParser.getInstanceFromParameterSet(ParameterSet pars, Class instanceClass)
          Returns an instance of a subclass of InstantiableFromParameterSet that can be instantiated by the ParameterSet pars.
 

Uses of ParameterSetParser.NotInstantiableException in de.jstacs.parameters
 

Methods in de.jstacs.parameters that throw ParameterSetParser.NotInstantiableException
 InstantiableFromParameterSet ParameterSet.getInstance()
          Returns a new instance of the class of getInstanceClass() that was created using this ParameterSet.