public class Glycan extends Molecule
Modifier and Type | Field and Description |
---|---|
static Glycan |
A1G0 |
static Glycan |
A1G0F |
static Glycan |
A1G0M4F |
static Glycan |
A1G1F |
static Glycan |
A1G1M4F |
static Glycan |
A1G1M5F |
static Glycan |
A1S1M4F |
static Glycan |
A2G0 |
static Glycan |
A2G0F |
static Glycan |
A2G0M4F |
static Glycan |
A2G1 |
static Glycan |
A2G1F |
static Glycan |
A2G2 |
static Glycan |
A2G2F |
static Glycan |
A2S1G0F |
static Glycan |
A2S1G1 |
static Glycan |
A2S1G1F |
static Glycan |
A2S2 |
static Glycan |
A2S2F |
static Glycan |
A3G0 |
static Glycan |
A3G0F |
static Glycan |
A3G1 |
static Glycan |
A3G1F |
static Glycan |
A3G2 |
static Glycan |
A3G2F |
static Glycan |
A3G3 |
static Glycan |
A3G3F |
static Glycan |
A3S1G2 |
static Glycan |
A3S1G2F |
static Glycan |
A3S2G1 |
static Glycan |
A3S2G1F |
static Glycan |
A3S3 |
static Glycan |
A3S3F |
static Glycan |
M3 |
static Glycan |
M3F |
static Glycan |
M4 |
static Glycan |
M5 |
static Glycan |
M6 |
static Glycan |
M7 |
static Glycan |
M8 |
static Glycan |
M9 |
Modifier and Type | Method and Description |
---|---|
Glycan |
add(Monosaccharide inMonosaccharide,
int inCount) |
int |
compareTo(Object inObj2) |
String |
getAbbrev() |
List<IonizableGroup> |
getKas()
Returns a List of IonizableGroup objects.
|
Glycan |
lock() |
String |
name() |
void |
register()
Puts the Glycan into the Set of unique Glycans returned by Glycan.values().
|
String |
toString() |
SVG |
toSVG() |
static Glycan |
valueOf(String inString) |
static Glycan[] |
values() |
add, add, addAtom, addAtoms, addAtoms, addAtoms, addElementalComposition, addElementalComposition, addElementalComposition, addKa, addKa, calculateMassFromElementalComposition, clearAttributes, clearCalculatedProperties, clearElementalComposition, clone, equals, formatMassString, getAtoms, getAttribute, getAttributeNames, getAverageMass, getChemicalFormula, getChemicalFormulaWithSubscripts, getElementalComposition, getLastAtom, getMonoisotopicMass, getOrganicAverageMass, getPhysicalProperty, hasAttribute, hasAttributes, hashCode, isLocked, massesAreUserSet, remove, remove, removeAttribute, setAttribute, setAverageMass, setChemicalFormula, setElementalComposition, setMonoisotopicMass, setName, setOrganicAverageMass, setPhysicalProperty, toXMLNode
public void register()
public int compareTo(Object inObj2)
compareTo
in interface Comparable
compareTo
in class Molecule
public Glycan add(Monosaccharide inMonosaccharide, int inCount)
public List<IonizableGroup> getKas()