| Package | Description |
|---|---|
| org.expasy.mzjava.glycomics.mol |
| Modifier and Type | Method and Description |
|---|---|
NodeSet<GlycanNode> |
SaccharideGraph.getChildren(Monosaccharide parent)
Returns a the children of parent
|
NodeSet<Monosaccharide> |
SaccharideGraph.getMonosaccharideChildren(Monosaccharide parent)
Returns all children of parent that are Monosaccharides
|
NodeSet<Substituent> |
SaccharideGraph.getSubstituentChildren(Monosaccharide parent)
Returns all children of parent that are Substituents
|
static <N> NodeSet<N> |
NodeSet.of(N... nodes)
Create a new NodeSet that contains the
nodes |
Copyright © 2016. All Rights Reserved.