public class BioAssemblyInfo extends Object implements Serializable
Constructor and Description |
---|
BioAssemblyInfo()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
The identifier for this Biological Assembly, from 1 to n
|
int |
getMacromolecularSize()
Returns the macromolecular size of this biological assembly, i.e.
|
List<BiologicalAssemblyTransformation> |
getTransforms()
Return the list of
BiologicalAssemblyTransformation s needed to generate
the biological assembly. |
void |
setId(int id) |
void |
setMacromolecularSize(int macromolecularSize) |
void |
setTransforms(List<BiologicalAssemblyTransformation> transforms) |
String |
toString() |
public BioAssemblyInfo()
public int getId()
public void setId(int id)
public List<BiologicalAssemblyTransformation> getTransforms()
BiologicalAssemblyTransformation
s needed to generate
the biological assembly. There is one transformation per internal chain id.public void setTransforms(List<BiologicalAssemblyTransformation> transforms)
public int getMacromolecularSize()
public void setMacromolecularSize(int macromolecularSize)
Copyright © 2000–2019 BioJava. All rights reserved.