|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ireasoning.protocol.tl1.TL1OutputParser
public class TL1OutputParser
This class is to parse TL1 output message.
Constructor Summary | |
---|---|
TL1OutputParser()
|
Method Summary | |
---|---|
static TL1OutputMsg[] |
parse(java.lang.String mesg)
Parses TL1 output message |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TL1OutputParser()
Method Detail |
---|
public static TL1OutputMsg[] parse(java.lang.String mesg) throws TL1ParsingException
mesg
- TL1 output message string
TL1ParsingException
- raised if the mesg to be passed is
corrupted
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |