public static class Glycan.Builder extends SaccharideGraph.AbstractBuilder<Glycan>
SaccharideGraph.AbstractBuilder.BuildSatebuildSate, graph| Constructor and Description |
|---|
Glycan.Builder() |
| Modifier and Type | Method and Description |
|---|---|
Glycan |
build()
Build the Glycan.
|
Monosaccharide |
setRoot(Monosaccharide monosaccharide,
com.google.common.base.Optional<Anomericity> endAnomericity,
String databaseIdentifier)
Set the root of the Glycan.
|
Monosaccharide |
setRoot(Monosaccharide monosaccharide,
com.google.common.base.Optional<Anomericity> endAnomericity,
String databaseIdentifier,
Composition endComposition)
Set the root of the Glycan.
|
add, add, add, add, add, checkIsBuilding, checkMonosaccharidesPresence, getId, getNodepublic Monosaccharide setRoot(Monosaccharide monosaccharide, com.google.common.base.Optional<Anomericity> endAnomericity, String databaseIdentifier)
monosaccharide - the monosaccharide that is to be the rootendAnomericity - the anomericity of the rootdatabaseIdentifier - the database identifier of the glycanpublic Monosaccharide setRoot(Monosaccharide monosaccharide, com.google.common.base.Optional<Anomericity> endAnomericity, String databaseIdentifier, Composition endComposition)
monosaccharide - the monosaccharide that is to be the rootendAnomericity - the anomericity of the rootdatabaseIdentifier - the database identifier of the glycanendComposition - the compostion of the end of the glycan.public Glycan build()
Copyright © 2016. All Rights Reserved.