pdbParser
Class PDBwriter

java.lang.Object
  extended by pdbParser.PDBwriter
All Implemented Interfaces:
IPDBwriter

public class PDBwriter
extends java.lang.Object
implements IPDBwriter


Constructor Summary
PDBwriter()
           
 
Method Summary
 float getCurrentthreadCount()
           
 java.lang.String getFilename()
           
 float getProgressPDB()
           
 void writePDB()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDBwriter

public PDBwriter()
Method Detail

getProgressPDB

public float getProgressPDB()
Specified by:
getProgressPDB in interface IPDBwriter

writePDB

public void writePDB()
Specified by:
writePDB in interface IPDBwriter

getFilename

public java.lang.String getFilename()
Specified by:
getFilename in interface IPDBwriter
Returns:
Returns the filename.

getCurrentthreadCount

public float getCurrentthreadCount()
Returns:
Returns the currentthreadCount.