public class MmtfSummaryDataBean
extends java.lang.Object
| Constructor and Description |
|---|
MmtfSummaryDataBean() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Atom> |
getAllAtoms() |
java.util.List<Chain> |
getAllChains() |
java.util.Map<java.lang.String,java.lang.Integer> |
getChainIdToIndexMap() |
int |
getNumBonds() |
void |
setAllAtoms(java.util.List<Atom> allAtoms) |
void |
setAllChains(java.util.List<Chain> allChains) |
void |
setChainIdToIndexMap(java.util.Map<java.lang.String,java.lang.Integer> chainIdToIndexMap) |
void |
setNumBonds(int numBonds) |
public java.util.List<Chain> getAllChains()
public void setAllChains(java.util.List<Chain> allChains)
allChains - the list of chains (in all models) in the structurepublic java.util.List<Atom> getAllAtoms()
public void setAllAtoms(java.util.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 java.util.Map<java.lang.String,java.lang.Integer> getChainIdToIndexMap()
public void setChainIdToIndexMap(java.util.Map<java.lang.String,java.lang.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-2020 BioJava. All Rights Reserved.