public class MmtfSummaryDataBean extends Object
| Constructor and Description |
|---|
MmtfSummaryDataBean() |
| Modifier and Type | Method and Description |
|---|---|
List<Atom> |
getAllAtoms() |
List<Chain> |
getAllChains() |
Map<String,Integer> |
getChainIdToIndexMap() |
int |
getNumBonds() |
void |
setAllAtoms(List<Atom> allAtoms) |
void |
setAllChains(List<Chain> allChains) |
void |
setChainIdToIndexMap(Map<String,Integer> chainIdToIndexMap) |
void |
setNumBonds(int numBonds) |
public MmtfSummaryDataBean()
public List<Chain> getAllChains()
public void setAllChains(List<Chain> allChains)
allChains - the list of chains (in all models) in the structurepublic List<Atom> getAllAtoms()
public void setAllAtoms(List<Atom> allAtoms)
allAtoms - the list of atoms (in all models) in the structurepublic int getNumBonds()
public void setNumBonds(int numBonds)
numBonds - the number of covalent bonds in the structurepublic Map<String,Integer> getChainIdToIndexMap()
public void setChainIdToIndexMap(Map<String,Integer> chainIdToIndexMap)
chainIdToIndexMap - the map of chain ids (strings asymId) to the index of that chain in the allChains list.
This only applies for the first model in the structure.Copyright © 2000–2019 BioJava. All rights reserved.