|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectchemaxon.formats.recognizer.Recognizer
chemaxon.formats.recognizer.ChimeRecognizer
public class ChimeRecognizer
Chime format recognizer.
| Constructor Summary | |
|---|---|
ChimeRecognizer(java.lang.String fmt)
Creates a Chime format recognizer. |
|
| Method Summary | |
|---|---|
static boolean |
canBeChime(java.lang.String s)
Tests whether a string can be Chime. |
boolean |
needsMore()
Should we read more lines? |
void |
tryToRecognize(java.lang.String line,
int linenum,
RecognizerList reclist)
Tries to recognize a line. |
| Methods inherited from class chemaxon.formats.recognizer.Recognizer |
|---|
getLastProcessedLineNum, getPriority, isLastLine |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChimeRecognizer(java.lang.String fmt)
fmt - the codename of the format| Method Detail |
|---|
public void tryToRecognize(java.lang.String line,
int linenum,
RecognizerList reclist)
tryToRecognize in class Recognizerline - the linelinenum - the line numberreclist - the list of recognizerspublic boolean needsMore()
needsMore in class Recognizertrue if more lines are needed,
false otherwisepublic static boolean canBeChime(java.lang.String s)
s - the input string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||