@Deprecated public class PDBRecognizer extends Recognizer
Modifier and Type | Field and Description |
---|---|
static int |
CAN_BE
Deprecated.
Line can be in the given format.
|
static int |
NO
Deprecated.
Line is not in the given format.
|
static int |
SURE
Deprecated.
Line is surely in the given format.
|
needsMore
Constructor and Description |
---|
PDBRecognizer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static int |
testLine(String line)
Deprecated.
Checks if the given parameter is a PDB record name.
|
static int |
testRecord(String recName)
Deprecated.
Checks if the given parameter is a PDB record name.
|
chemaxon.common.util.Pair<Boolean,Collection<String>> |
tryToRecognize(String line,
int lineNumber)
Deprecated.
Checks whether the parameter line can be part of a valid (format specified) file on the given file position.
|
getLastProcessedLineNum, isLastLine, needsMore, tryToRecognize
public static final int NO
public static final int CAN_BE
public static final int SURE
public chemaxon.common.util.Pair<Boolean,Collection<String>> tryToRecognize(String line, int lineNumber)
Recognizer
tryToRecognize
in class Recognizer
line
- the line stringlineNumber
- the position of the linePair
of which second parameter gives the format name collection that is:
public static int testLine(String line)