public class PDBBioAssemblyParser
extends java.lang.Object
Constructor and Description |
---|
PDBBioAssemblyParser() |
Modifier and Type | Method and Description |
---|---|
void |
finalizeCurrentBioMolecule() |
int |
getNrBioAssemblies() |
java.util.Map<java.lang.Integer,java.util.List<ModelTransformationMatrix>> |
getTransformationMap() |
void |
pdb_REMARK_350_Handler(java.lang.String line)
See here for the current spec:
http://www.wwpdb.org/documentation/format33/remarks2.html
|
void |
setTransformationMap(java.util.Map<java.lang.Integer,java.util.List<ModelTransformationMatrix>> transformationMap) |
public void pdb_REMARK_350_Handler(java.lang.String line)
line
- public void finalizeCurrentBioMolecule()
public java.util.Map<java.lang.Integer,java.util.List<ModelTransformationMatrix>> getTransformationMap()
public void setTransformationMap(java.util.Map<java.lang.Integer,java.util.List<ModelTransformationMatrix>> transformationMap)
public int getNrBioAssemblies()