|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcn.plinguacore.parser.output.OutputParser
public abstract class OutputParser
An abstract class for an output parser
| Constructor Summary | |
|---|---|
OutputParser()
|
|
| Method Summary | |
|---|---|
abstract boolean |
parse(Psystem psystem,
java.io.OutputStream stream)
Parses the P system to an OutputStream |
abstract boolean |
parse(Psystem psystem,
java.io.Writer stream)
Parses the P system to an Writer instance |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputParser()
| Method Detail |
|---|
public abstract boolean parse(Psystem psystem,
java.io.OutputStream stream)
psystem - a P-System to be parsedstream - an OutputStream
public abstract boolean parse(Psystem psystem,
java.io.Writer stream)
psystem - a P-System to be parsedstream - a Writer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||