The javadocs for jsbml do not seem to contain a method for setting arguments in a FunctionDefinition object.
Should we just construct a TreeNode and set the Math container and forget about sending a list of arguments into the object? And, if we want to show users the list of arguments (say, in a GUI), would we merely use the getArgument( ) methods to retrieve them from the object?