public interface PDBRecord extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
toPDB()
Returns a PDB file like representation of this record.
|
void |
toPDB(StringBuffer buf)
Appends a PDB file like representation of this record to the provided StringBuffer.
|
String toPDB()
void toPDB(StringBuffer buf)
Copyright © 2000–2019 BioJava. All rights reserved.