public abstract class GlycanNode extends Object implements Weighable
| Modifier and Type | Field and Description |
|---|---|
protected Composition |
composition |
protected String |
name |
| Modifier | Constructor and Description |
|---|---|
protected |
GlycanNode(GlycanNode src) |
protected |
GlycanNode(String name,
Composition composition) |
| Modifier and Type | Method and Description |
|---|---|
Composition |
getComposition()
Return the composition of the GlycanNode
|
double |
getMolecularMass()
Return the molecular mass
|
String |
getName()
Return the name of the GlycanNode
|
protected final String name
protected final Composition composition
protected GlycanNode(String name, Composition composition)
protected GlycanNode(GlycanNode src)
public double getMolecularMass()
WeighablegetMolecularMass in interface Weighablepublic String getName()
public Composition getComposition()
Copyright © 2016. All Rights Reserved.