org.sbml.jsbml.ext.req
public class ReqConstants extends java.lang.Object
The SBML Level 3 Required Elements package is a small package that allows models to declare exactly which components of a model have the meaning of their mathematical semantics changed by another package. It does this simply by defining optional children of SBase which can be attached to any component of a model with associated mathematics.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
changedBy |
static java.lang.String |
changedMath |
static java.lang.String |
listOfChangedMaths |
static int |
MIN_SBML_LEVEL |
static int |
MIN_SBML_VERSION |
static java.util.List<java.lang.String> |
namespaces |
static java.lang.String |
namespaceURI
The latest namespace URI of this parser, this value can change between releases.
|
static java.lang.String |
namespaceURI_L3V1V1
The namespace URI of this parser for SBML level 3, version 1 and package version 1.
|
static java.lang.String |
shortLabel |
static java.lang.String |
viableWithoutChange |
Constructor and Description |
---|
ReqConstants() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getNamespaceURI(int level,
int version,
int packageVersion)
Gets the namespace for this package that correspond to the given SBML level, version
and the package version.
|
public static final java.lang.String namespaceURI_L3V1V1
public static final java.lang.String namespaceURI
public static final java.lang.String shortLabel
public static final int MIN_SBML_LEVEL
public static final int MIN_SBML_VERSION
public static final java.util.List<java.lang.String> namespaces
public static final java.lang.String listOfChangedMaths
public static final java.lang.String changedMath
public static final java.lang.String changedBy
public static final java.lang.String viableWithoutChange
public static java.lang.String getNamespaceURI(int level, int version, int packageVersion)
Returns null if the combined level, version and packageVersion is invalid or not known from the package parser implementation.
level
- - the SBML levelversion
- - the SBML versionpackageVersion
- - the package version