- NaEquivalentMethod - Static variable in class melting.configuration.OptionManagement
-
Option name for the choice of sodium equivalence method.
- NamedMethod - Interface in melting.methodInterfaces
-
An interface representing a method that can be used in the MELTING software.
- NearestNeighborMode - Class in melting.nearestNeighborModel
-
This class represents the nearest neighbor model.
- NearestNeighborMode() - Constructor for class melting.nearestNeighborModel.NearestNeighborMode
-
- NN_Path - Static variable in class melting.configuration.OptionManagement
-
Option name for the data file pathway.
- NNMethod - Static variable in class melting.configuration.OptionManagement
-
Option name for the choice of nearest neighbor computation method.
- NodeHandler - Class in melting.handlers
-
This class represents a Handler for any node of the data xml files.
- NodeHandler() - Constructor for class melting.handlers.NodeHandler
-
- NoExistingMethodException - Exception in melting.exceptions
-
This class represents an exception for a method or model which doesn't exist.
- NoExistingMethodException() - Constructor for exception melting.exceptions.NoExistingMethodException
-
- NoExistingMethodException(String, Throwable) - Constructor for exception melting.exceptions.NoExistingMethodException
-
- NoExistingMethodException(Throwable) - Constructor for exception melting.exceptions.NoExistingMethodException
-
- NoExistingMethodException(String) - Constructor for exception melting.exceptions.NoExistingMethodException
-
- NoExistingOutputFileException - Exception in melting.exceptions
-
This class represents an exception for an output file which doesn't exist.
- NoExistingOutputFileException() - Constructor for exception melting.exceptions.NoExistingOutputFileException
-
- NoExistingOutputFileException(String, Throwable) - Constructor for exception melting.exceptions.NoExistingOutputFileException
-
- NoExistingOutputFileException(Throwable) - Constructor for exception melting.exceptions.NoExistingOutputFileException
-
- NoExistingOutputFileException(String) - Constructor for exception melting.exceptions.NoExistingOutputFileException
-
- NucleicAcidNotKnownException - Exception in melting.exceptions
-
This class represents an exception for a nucleic acid which is not known by Melting.
- NucleicAcidNotKnownException() - Constructor for exception melting.exceptions.NucleicAcidNotKnownException
-
- NucleicAcidNotKnownException(String, Throwable) - Constructor for exception melting.exceptions.NucleicAcidNotKnownException
-
- NucleicAcidNotKnownException(Throwable) - Constructor for exception melting.exceptions.NucleicAcidNotKnownException
-
- NucleicAcidNotKnownException(String) - Constructor for exception melting.exceptions.NucleicAcidNotKnownException
-
- nucleotides - Static variable in class melting.configuration.OptionManagement
-
Option name for the oligomer concentration (mol/L).
- NucleotidSequences - Class in melting.sequences
-
This class represents a pair of nucleic acid sequences.
- NucleotidSequences(String, String) - Constructor for class melting.sequences.NucleotidSequences
-
Creates a NucleotidSequences object from two String.
- NucleotidSequences(String, NucleotidSequences) - Constructor for class melting.sequences.NucleotidSequences
-
Creates a new NucleotidSequences object from a reference nucleotiDSequences object.