| Package | Description |
|---|---|
| de.bioforscher.singa.structure.model.oak | |
| de.bioforscher.singa.structure.parser.pdb.structures.tokens |
| Modifier and Type | Field and Description |
|---|---|
protected OakAtom |
OakBond.source |
protected OakAtom |
OakBond.target |
| Modifier and Type | Method and Description |
|---|---|
OakAtom |
OakAtom.getCopy() |
OakAtom |
OakBond.getSource() |
OakAtom |
OakBond.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
Set<OakAtom> |
OakAtom.getNeighbours() |
| Modifier and Type | Method and Description |
|---|---|
void |
OakLeafSubstructure.addAtom(OakAtom atom) |
int |
OakLeafSubstructure.addBondBetween(OakAtom source,
OakAtom target) |
int |
OakLeafSubstructure.addBondBetween(OakAtom source,
OakAtom target,
BondType bondType) |
int |
OakLeafSubstructure.addBondBetween(OakBond edge,
OakAtom source,
OakAtom target)
Adds a bond connecting the the given atoms.
|
void |
OakAtom.addNeighbour(OakAtom node) |
boolean |
OakBond.connectsAtom(OakAtom oakAtom) |
void |
OakBond.setSource(OakAtom source) |
void |
OakBond.setTarget(OakAtom target) |
| Modifier and Type | Method and Description |
|---|---|
static OakAminoAcid |
LeafSubstructureFactory.createAminoAcidFromAtoms(LeafIdentifier leafIdentifier,
AminoAcidFamily aminoAcidFamily,
Map<String,OakAtom> atoms,
StructureParserOptions options) |
static OakNucleotide |
LeafSubstructureFactory.createNucleotideFromAtoms(LeafIdentifier leafIdentifier,
NucleotideFamily nucleotideFamily,
Map<String,OakAtom> atoms,
StructureParserOptions options) |
| Constructor and Description |
|---|
OakAtom(OakAtom atom)
This is a copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static OakAtom |
AtomToken.assembleAtom(String atomLine) |
| Modifier and Type | Method and Description |
|---|---|
OakLeafSubstructure<?> |
LeafSkeleton.toRealLeafSubstructure(LeafIdentifier identifer,
Map<String,OakAtom> atoms) |
Copyright © 2018. All rights reserved.