public class ReqConstants extends 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 String |
changedBy |
static String |
changedMath |
static String |
listOfChangedMaths |
static int |
MIN_SBML_LEVEL |
static int |
MIN_SBML_VERSION |
static List<String> |
namespaces |
static String |
namespaceURI
The latest namespace URI of this parser, this value can change between releases.
|
static String |
namespaceURI_L3V1V1
The namespace URI of this parser for SBML level 3, version 1 and package version 1.
|
static String |
shortLabel |
static String |
viableWithoutChange |
| Constructor and Description |
|---|
ReqConstants() |
| Modifier and Type | Method and Description |
|---|---|
static 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 String namespaceURI_L3V1V1
public static final String namespaceURI
public static final String shortLabel
public static final int MIN_SBML_LEVEL
public static final int MIN_SBML_VERSION
public static final String listOfChangedMaths
public static final String changedMath
public static final String changedBy
public static final String viableWithoutChange
public static 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 versionCopyright © 2009–2016. All rights reserved.