public class LeafSubstructureFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static OakAminoAcid |
createAminoAcidFromAtoms(LeafIdentifier leafIdentifier,
AminoAcidFamily aminoAcidFamily,
Map<String,OakAtom> atoms,
StructureParserOptions options) |
static OakLeafSubstructure<?> |
createLeafSubstructure(LeafIdentifier leafIdentifier,
StructuralFamily family) |
static OakNucleotide |
createNucleotideFromAtoms(LeafIdentifier leafIdentifier,
NucleotideFamily nucleotideFamily,
Map<String,OakAtom> atoms,
StructureParserOptions options) |
public static OakLeafSubstructure<?> createLeafSubstructure(LeafIdentifier leafIdentifier, StructuralFamily family)
public static OakNucleotide createNucleotideFromAtoms(LeafIdentifier leafIdentifier, NucleotideFamily nucleotideFamily, Map<String,OakAtom> atoms, StructureParserOptions options)
public static OakAminoAcid createAminoAcidFromAtoms(LeafIdentifier leafIdentifier, AminoAcidFamily aminoAcidFamily, Map<String,OakAtom> atoms, StructureParserOptions options)
Copyright © 2018. All rights reserved.