Generated by
JDiff

Class org.sbml.jsbml.ext.spatial.DiffusionCoefficient

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

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

Added Methods
CoordinateKind getCoordinateReference1() Returns the value of coordinateReference1
CoordinateKind getCoordinateReference2() Returns the value of coordinateReference2
DiffusionKind getDiffusionKind() Returns the value of diffusionKind
boolean isSetCoordinateReference1() Returns whether coordinateReference1 is set
boolean isSetCoordinateReference2() Returns whether coordinateReference2 is set
boolean isSetDiffusionKind() Returns whether diffusionKind is set
void setCoordinateReference1(CoordinateKind) Sets the value of coordinateReference1
void setCoordinateReference2(CoordinateKind) Sets the value of coordinateReference2
void setDiffusionKind(DiffusionKind) Sets the value of diffusionKind
boolean unsetCoordinateReference1() Unsets the variable coordinateReference1
boolean unsetCoordinateReference2() Unsets the variable coordinateReference2
boolean unsetDiffusionKind() Unsets the variable diffusionKind
 

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.