| Package | Description |
|---|---|
| de.bioforscher.singa.structure.model.oak | |
| de.bioforscher.singa.structure.parser.pdb.structures.tokens |
| Modifier and Type | Method and Description |
|---|---|
BondType |
OakBond.getBondType() |
static BondType |
BondType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BondType[] |
BondType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<BondType> |
BondType.getBondTypeByCifName(String cifName) |
| Modifier and Type | Method and Description |
|---|---|
int |
OakLeafSubstructure.addBondBetween(OakAtom source,
OakAtom target,
BondType bondType) |
void |
OakBond.setBondType(BondType bondType) |
| Constructor and Description |
|---|
OakBond(int identifier,
BondType bondType) |
| Modifier and Type | Method and Description |
|---|---|
Map<de.bioforscher.singa.core.utility.Pair<String>,BondType> |
LeafSkeleton.getBonds() |
| Modifier and Type | Method and Description |
|---|---|
void |
LeafSkeleton.setBonds(Map<de.bioforscher.singa.core.utility.Pair<String>,BondType> bonds) |
| Constructor and Description |
|---|
LeafSkeleton(String threeLetterCode,
String parent,
LeafSkeleton.AssignedFamily assignedFamily,
Map<de.bioforscher.singa.core.utility.Pair<String>,BondType> bonds) |
Copyright © 2018. All rights reserved.