| Constructor and Description | 
|---|
| CallableStructureAlignment()Default constructor. | 
| CallableStructureAlignment(Atom[] ca1,
                          Atom[] ca2,
                          String algorithmName,
                          ConfigStrucAligParams params)Constructor for all-to-all alignment calculation. | 
| Modifier and Type | Method and Description | 
|---|---|
| AFPChain | call() | 
| Atom[] | getCa1() | 
| AtomCache | getCache() | 
| SynchronizedOutFile | getOutFile() | 
| PdbPair | getPair() | 
| void | setAlgorithmName(String algorithmName) | 
| void | setCa1(Atom[] ca1) | 
| void | setCache(AtomCache cache) | 
| void | setOutFile(SynchronizedOutFile outFile) | 
| void | setOutputDir(File outFileF) | 
| void | setPair(PdbPair pair) | 
| void | setParameters(ConfigStrucAligParams parameters) | 
public CallableStructureAlignment()
public CallableStructureAlignment(Atom[] ca1, Atom[] ca2, String algorithmName, ConfigStrucAligParams params)
ca1 - Atoms to align of the first structureca2 - Atoms to align of the second structurealgorithmName - the pairwise aligner algorithm to use, a new
                        instance will be created for each thread.params - parameter bean for the alignment.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(File outFileF)
public void setAlgorithmName(String algorithmName)
public void setParameters(ConfigStrucAligParams parameters)
Copyright © 2000–2016 BioJava. All rights reserved.