See: Description
Interface | Description |
---|---|
OverdeterminationValidator.Node<S> |
This Interface represents a node in the bipartite graph
|
Class | Description |
---|---|
MultipartPost |
Performs a Multipart HTTP post to the given URL.
|
OverdeterminationValidator |
This class creates a bipartite graph and a matching for the given model using
the algorithm by Hopcroft and Karp (1973).
|
SBMLValidator |
Validates the SBML document given by filename.xml or located at the http://
URL.
|
Validator |
Validates an SBML document using the SBML.org Online Validator.
|
Enum | Description |
---|---|
SBMLValidator.CHECK_CATEGORY |
Enumerates the different possible check categories
when performing the validation of an SBML document.
|
Exception | Description |
---|---|
ModelOverdeterminedException |
This class represents an exception that is thrown when the model to be
simulated is overdetermined
|