java.io.Serializable
public class BioAssemblyInfo
extends java.lang.Object
implements java.io.Serializable
Constructor | Description |
---|---|
BioAssemblyInfo() |
Empty constructor
|
Modifier and Type | Method | Description |
---|---|---|
int |
getId() |
The identifier for this Biological Assembly, from 1 to n
|
int |
getMacromolecularSize() |
|
java.util.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(java.util.List<BiologicalAssemblyTransformation> transforms) |
|
java.lang.String |
toString() |
public int getId()
public void setId(int id)
public java.util.List<BiologicalAssemblyTransformation> getTransforms()
BiologicalAssemblyTransformation
s needed to generate
the biological assembly. There is one transformation per internal chain id.public void setTransforms(java.util.List<BiologicalAssemblyTransformation> transforms)
public int getMacromolecularSize()
public void setMacromolecularSize(int macromolecularSize)
public java.lang.String toString()
toString
in class java.lang.Object