public abstract class OutputParser extends java.lang.Object implements IParser
Constructor and Description |
---|
OutputParser() |
public abstract boolean parse(Psystem psystem, java.io.OutputStream stream)
psystem
- a P-System to be parsedstream
- an OutputStreampublic abstract boolean parse(Psystem psystem, java.io.Writer stream)
psystem
- a P-System to be parsedstream
- a Writer