Class MultipleEquationParsingJep

java.lang.Object
com.singularsys.jep.Jep
com.singularsys.jep.misc.parallelparsing.MultipleEquationParsingJep
All Implemented Interfaces:
Serializable

public class MultipleEquationParsingJep extends Jep
A Jep which uses a ParallelConfigurableParser providing implementations of the Jep.initMultiParse(java.io.Reader) and continueParsing() methods. Note those methods are only intended to run in a single thread, and this class is only intended to provide compatibility.

To allow multiple threads to each parse sequences of expressions. The ParallelConfigurableParser.newMultipleEquationParser(java.io.Reader) method should be used to create a new MultipleEquationParser, once per thread. Its MultipleEquationParser.continueParsing() method can be called multiple times to parse the sequence of expressions specified in the Reader.

See Also: