public class QualConstants extends PropertyChangeEvent
| Modifier and Type | Field and Description |
|---|---|
static String |
compartment |
static String |
constant |
static String |
defaultTerm |
static String |
initialLevel |
static String |
listOfFunctionTerms |
static String |
listOfInputs |
static String |
listOfOutputs |
static String |
listOfQualitativeSpecies |
static String |
listOfTransitions |
static String |
maxLevel |
static String |
name |
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 |
outputLevel |
static String |
packageName |
static String |
qualitativeSpecies |
static String |
rank |
static String |
resultLevel |
static String |
shortLabel
The short name/label of the package
|
static String |
sign |
static String |
thresholdLevel |
static String |
transitionEffect |
source| Constructor and Description |
|---|
QualConstants(QualConstants qualChangeEvent)
Constructs a new
PropertyChangeEvent, cloned from
the given qualChangeEvent. |
QualConstants(SBase source,
String propertyName,
Object oldValue,
Object newValue)
Constructs a new
PropertyChangeEvent. |
| Modifier and Type | Method and Description |
|---|---|
QualConstants |
clone() |
boolean |
equals(Object object) |
static String |
getNamespaceURI(int level,
int version)
Returns a namespace URI corresponding to the given level and version.
|
TreeNode |
getSource() |
int |
hashCode() |
boolean |
isSetNewValue()
Returns
true is the new value is set. |
boolean |
isSetOldValue()
Returns
true is the old value is set. |
boolean |
isSetSource()
Returns
true is the source is set. |
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toStringpublic static final String namespaceURI_L3V1V1
public static final String namespaceURI
public static final String shortLabel
public static final String compartment
public static final String constant
public static final String initialLevel
public static final String maxLevel
public static final String name
public static final String outputLevel
public static final String qualitativeSpecies
public static final String rank
public static final String resultLevel
public static final String sign
public static final String transitionEffect
public static final String thresholdLevel
public static final String packageName
public static final String defaultTerm
public static final String listOfFunctionTerms
public static final String listOfInputs
public static final String listOfOutputs
public static final String listOfQualitativeSpecies
public static final String listOfTransitions
public QualConstants(SBase source, String propertyName, Object oldValue, Object newValue)
PropertyChangeEvent.source - The bean that fired the event.propertyName - The programmatic name of the property
that was changed.oldValue - The old value of the property.newValue - The new value of the property.public QualConstants(QualConstants qualChangeEvent)
PropertyChangeEvent, cloned from
the given qualChangeEvent.qualChangeEvent - the event to clone.public QualConstants clone()
public TreeNode getSource()
getSource in class EventObjectpublic boolean isSetNewValue()
true is the new value is set.true is the new value is set.public boolean isSetOldValue()
true is the old value is set.true is the old value is set.public boolean isSetSource()
true is the source is set.public static String getNamespaceURI(int level, int version)
level - the SBML levelversion - the SBML versionCopyright © 2009–2017. All rights reserved.