Generated by
JDiff

Class org.sbml.jsbml.ext.spatial.AdvectionCoefficient

The superclass changed from org.sbml.jsbml.ext.spatial.Coefficient to org.sbml.jsbml.ext.spatial.ParameterType.

Added Constructors
AdvectionCoefficient(int, int) @param level
AdvectionCoefficient(String, int, int) @param id
 

Added Methods
CoordinateKind getCoordinate() Returns the value of coordinate
boolean isSetCoordinate() Returns whether coordinate is set
void setCoordinate(CoordinateKind) Sets the value of coordinate
boolean unsetCoordinate() Unsets the variable coordinate
 

Changed Methods
boolean equals(Object) Method was inherited from Coefficient, but is now defined locally.  
int hashCode() Method was inherited from Coefficient, but is now defined locally.  
boolean readAttribute(String, String, String) Method was inherited from Coefficient, but is now defined locally.  
Map<String, String> writeXMLAttributes() Method was inherited from Coefficient, but is now defined locally.