|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjecthSimulator.library.ModelSpecParser
public class ModelSpecParser
Here a set of static functions are collected, which parse textual specifications of models.
Field Summary | |
---|---|
static String |
abundancesKeyword
Keyword for indicating variables abundances. |
static String |
abundancesSeparator
Abundances separator used in the textual specification of the model. |
static String |
arrowSymbol
Arrow symbol used in reactions. |
static String |
commentDelimiter
Comment delimiter used in the textual specification of the model. |
static String |
compartmentSeparator
Compartment separator used in the textual specification of the tree of model compartments. |
static String |
compartmentTreeLeftParanthesis
Left parenthesis used in the textual specification of the tree of model compartments. |
static String |
compartmentTreeRightParanthesis
Right parenthesis used in the textual specification of the tree of model compartments. |
static String |
legalCharSequenceForNames
Sequence of legal characters that can be used for names in the textual specification of the model. |
static String |
reactionRatesKeyword
Keyword for indicating reaction rates. |
static String |
timeUMKeyword
Keyword for indicating the unit of measurement for volume in the textual specification of the model. |
static String |
unitsMSeparator
Units of measurement separator used in the textual specification of the model. |
static String |
variableCompartmentSeparator
Variable - Compartment separator used to identify where a variable is placed in reactions. |
static String |
volumeUMKeyword
Keyword for indicating the unit of measurement for volume in the textual specification of the model. |
Constructor Summary | |
---|---|
ModelSpecParser()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String commentDelimiter
public static final String arrowSymbol
public static final String legalCharSequenceForNames
public static final String variableCompartmentSeparator
public static final String compartmentSeparator
public static final String compartmentTreeLeftParanthesis
public static final String compartmentTreeRightParanthesis
public static final String volumeUMKeyword
public static final String timeUMKeyword
public static final String abundancesKeyword
public static final String reactionRatesKeyword
public static final String abundancesSeparator
public static final String unitsMSeparator
Constructor Detail |
---|
public ModelSpecParser()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |