
public class BioAssemblyData extends Object implements Serializable
| Constructor and Description |
|---|
BioAssemblyData()
Constructor without setting the name.
|
BioAssemblyData(String name)
Constructor setting the name and initialising an empty transform list.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
List<BioAssemblyTransformation> |
getTransformList()
Gets the list of transforms.
|
void |
setName(String name) |
void |
setTransformList(List<BioAssemblyTransformation> inputTransforms)
Sets the transforms.
|
public BioAssemblyData(String name)
name - the name of this BioAssemblyData objectpublic BioAssemblyData()
public final List<BioAssemblyTransformation> getTransformList()
public final void setTransformList(List<BioAssemblyTransformation> inputTransforms)
inputTransforms - the new transformspublic String getName()
public void setName(String name)
name - the name to set - e.g. the assembly_id from mmCIF filesCopyright © 2015–2016 RCSB PDB. All rights reserved.