public interface PDBToken
| Modifier and Type | Method and Description |
|---|---|
static String |
endLine(String content) |
default String |
extract(String line)
Extracts a value from pdb line.
|
static String |
extractValueFromPDBLine(String line,
PDBToken token)
Extracts a value from a pdb line, given a token and line to extract from.
|
de.bioforscher.singa.core.utility.Range<Integer> |
getColumns()
Gets the columns (the staring and ending index) where a value can be extracted.
|
Pattern |
getRecordNamePattern()
Returns the record name for this token.
|
static String extractValueFromPDBLine(String line, PDBToken token)
line - The line to extract from.token - The value for the token to extract.Pattern getRecordNamePattern()
de.bioforscher.singa.core.utility.Range<Integer> getColumns()
Copyright © 2018. All rights reserved.