| Package | Description |
|---|---|
| org.expasy.mzjava.glycomics.mol |
| Modifier and Type | Method and Description |
|---|---|
static SaccharideGraph.Traversal |
SaccharideGraph.Traversal.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaccharideGraph.Traversal[] |
SaccharideGraph.Traversal.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SaccharideGraph.forEachLinkage(SaccharideGraph.Traversal traversal,
LinkageAcceptor linkageAcceptor)
Traverses the saccharide graph starting at the root.
|
void |
SaccharideGraph.forEachLinkage(SaccharideGraph.Traversal traversal,
TraversalComparator traversalComparator,
LinkageAcceptor linkageAcceptor)
Traverses the saccharide graph starting at the root.
|
Copyright © 2016. All Rights Reserved.