Generated by
JDiff

Class org.sbml.jsbml.util.StringTools

Added Methods
StringBuilder concatStringBuilder(Object[]) This method concatenates two or more Object Strings (obtained by calling Object.toString() if the current Object is not {@code null}) into a new StringBuilder.
String fill(int, char) @param length
String fill(int, char, String) @param length the desired length of the resulting String
String toXMLAnnotationString(String) Checks whether a given String fits into the definition of the XML annotation String in SBML.
 

Changed Methods
short parseSBMLShort(String) Change in return type from int to short.
Parses a String into an short number following the rules of the SBML specifications, section 3.1.3.