public class Model extends Object implements Serializable
| Constructor and Description |
|---|
Model() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChain(Chain c) |
List<Chain> |
getChains()
Get all chains: polymeric, non-polymeric and water
|
List<Chain> |
getNonPolyChains() |
List<Chain> |
getPolyChains() |
List<Chain> |
getWaterChains() |
void |
setChains(List<Chain> modelChains) |
int |
size()
Returns the total number of chains in this model: polymeric, non-polymeric and water
|
String |
toString() |
Copyright © 2000–2021 BioJava. All rights reserved.