public interface Model extends LeafSubstructureContainer, ChainContainer
| Modifier and Type | Method and Description |
|---|---|
default String |
flatToString() |
Set<String> |
getAllChainIdentifiers()
Returns A set of all chin identifiers referenced in th model.
|
Optional<Chain> |
getChain(String chainIdentifier)
|
Model |
getCopy()
Returns a copy of this model.
|
Integer |
getModelIdentifier()
Returns the model identifier, an integer greater or equal to 1.
|
void |
removeChain(String chainIdentifier)
Removes a
Chain with the given identifier from the structure. |
getAllAminoAcids, getAllAtoms, getAllLeafSubstructures, getAllLigands, getAllNucleotides, getAminoAcid, getAtom, getFirstLeafSubstructure, getLeafSubstructure, getLigand, getNucleotide, getNumberOfLeafSubstructures, removeLeafSubstructure, removeLeafSubstructure, removeLeafSubstructuresNotRelevantForgetAtom, removeAtomgetAllChains, getFirstChainInteger getModelIdentifier()
Set<String> getAllChainIdentifiers()
void removeChain(String chainIdentifier)
Chain with the given identifier from the structure.chainIdentifier - The identifier of the chain.Model getCopy()
getCopy in interface LeafSubstructureContainerdefault String flatToString()
Copyright © 2018. All rights reserved.