|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.structure.align.AbstractStructureAlignment
public abstract class AbstractStructureAlignment
Field Summary | |
---|---|
static String |
newline
|
Constructor Summary | |
---|---|
AbstractStructureAlignment()
|
Method Summary | |
---|---|
abstract AFPChain |
align(Atom[] ca1,
Atom[] ca2)
Run an alignment while specifying the atoms to be aligned. |
abstract AFPChain |
align(Atom[] ca1,
Atom[] ca2,
Object params)
run an alignment and also send a bean containing the parameters. |
abstract String |
getAlgorithmName()
Get the name of the Algorithm |
abstract ConfigStrucAligParams |
getParameters()
Return the paramers for this algorithm. |
abstract String |
getVersion()
Get the Version information for this Algorithm. |
String |
printHelp()
Returns some documentation on the command line arguments for this algorithm. |
abstract void |
setParameters(ConfigStrucAligParams parameters)
Set the default parameters for this algorithm to use |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static String newline
Constructor Detail |
---|
public AbstractStructureAlignment()
Method Detail |
---|
public abstract AFPChain align(Atom[] ca1, Atom[] ca2) throws StructureException
StructureAlignment
align
in interface StructureAlignment
StructureException
public abstract AFPChain align(Atom[] ca1, Atom[] ca2, Object params) throws StructureException
StructureAlignment
align
in interface StructureAlignment
StructureException
public abstract String getAlgorithmName()
StructureAlignment
getAlgorithmName
in interface StructureAlignment
public abstract ConfigStrucAligParams getParameters()
StructureAlignment
getParameters
in interface StructureAlignment
public abstract String getVersion()
StructureAlignment
getVersion
in interface StructureAlignment
public abstract void setParameters(ConfigStrucAligParams parameters)
StructureAlignment
setParameters
in interface StructureAlignment
public String printHelp()
StructureAlignment
printHelp
in interface StructureAlignment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |