org.biojava.bio.structure.align
Constructor and Description |
---|
CallableStructureAlignment() |
Modifier and Type | Method and Description |
---|---|
AFPChain |
call() |
Atom[] |
getCa1() |
AtomCache |
getCache() |
SynchronizedOutFile |
getOutFile() |
PdbPair |
getPair() |
void |
setAlgorithmName(java.lang.String algorithmName) |
void |
setCa1(Atom[] ca1) |
void |
setCache(AtomCache cache) |
void |
setOutFile(SynchronizedOutFile outFile) |
void |
setOutputDir(java.io.File outFileF) |
void |
setPair(PdbPair pair) |
void |
setParameters(ConfigStrucAligParams parameters) |
public AFPChain call() throws java.lang.Exception
call
in interface java.util.concurrent.Callable<AFPChain>
java.lang.Exception
public PdbPair getPair()
public void setPair(PdbPair pair)
public AtomCache getCache()
public void setCache(AtomCache cache)
public SynchronizedOutFile getOutFile()
public void setOutFile(SynchronizedOutFile outFile)
public Atom[] getCa1()
public void setCa1(Atom[] ca1)
public void setOutputDir(java.io.File outFileF)
public void setAlgorithmName(java.lang.String algorithmName)
public void setParameters(ConfigStrucAligParams parameters)