Methods
| Modifier and Type |
Method and Description |
protected Map<Integer,String> |
findLinkages(Map<Integer,String> allLinkages,
int anomericResidueId) |
protected Integer |
getAnomericCarbon(String glycoctLinkageLine) |
protected Character |
getAnomericCompsition(String glycoctLinkageLine) |
protected Integer |
getAnomericResidueId(String glycoctLinkageLine) |
protected Integer |
getGlycoctIndex(String glycoctLine) |
protected Character |
getGlycoctResidueAnomer(String glycoctLine) |
protected char |
getGlycoctResidueType(String glycoctLine) |
protected Integer |
getLinkedCarbon(String glycoctLinkageLine) |
protected Character |
getLinkedCompsition(String glycoctLinkageLine) |
protected Integer |
getLinkedResidueId(String glycoctLinkageLine) |
protected Monosaccharide |
getMonosaccharide(String glycoctResidueLine) |
protected Integer |
getNumericValue(String glycoctLine,
int offset) |
protected com.google.common.base.Optional<Character> |
getOptionalCharacter(Character value) |
protected com.google.common.base.Optional<Integer> |
getOptionalInteger(Integer value) |
protected int |
getStartIndex(List<String> al,
String startTag) |
protected int |
getStopIndex(List<String> al,
String stopTag) |
protected Substituent |
getSubstituent(String glycoctResidueLine) |
protected Glycan |
glycoctListsToSugar(String databaseIdentifier,
List<String> residuesList,
List<String> linkagesList) |
protected Map<Integer,String> |
glycoctListToMap(List<String> glycoctList) |
protected List<String> |
glycoctToList(String glycoct) |
Glycan |
read(String glycoct,
String databaseIdentifier) |
protected List<String> |
readLIN(List<String> glycoctList) |
protected List<String> |
readRES(List<String> glycoctList) |