Class FatCatRigid
java.lang.Object
org.biojava.nbio.structure.align.fatcat.FatCat
org.biojava.nbio.structure.align.fatcat.FatCatRigid
- All Implemented Interfaces:
StructureAlignment
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionRun an alignment while specifying the atoms to be aligned.run an alignment and also send a bean containing the parameters.Get the name of the AlgorithmReturn the paramers for this algorithm.Get the Version information for this Algorithm.void
setParameters
(ConfigStrucAligParams parameters) Set the default parameters for this algorithm to useMethods inherited from class org.biojava.nbio.structure.align.fatcat.FatCat
align, alignFlexible, alignRigid, alignRigid, getFatCatAligner, main, toString
-
Field Details
-
algorithmName
- See Also:
-
-
Constructor Details
-
FatCatRigid
public FatCatRigid()
-
-
Method Details
-
align
Description copied from interface:StructureAlignment
Run an alignment while specifying the atoms to be aligned. Will used default parameters for the algorithm.- Specified by:
align
in interfaceStructureAlignment
- Returns:
- the afpChain object that contains the alignment.
- Throws:
StructureException
-
align
Description copied from interface:StructureAlignment
run an alignment and also send a bean containing the parameters.- Specified by:
align
in interfaceStructureAlignment
- Returns:
- the afpChain object that contains the alignment.
- Throws:
StructureException
-
getAlgorithmName
Description copied from interface:StructureAlignment
Get the name of the Algorithm- Specified by:
getAlgorithmName
in interfaceStructureAlignment
- Returns:
- the name of the algorithm
-
getParameters
Description copied from interface:StructureAlignment
Return the paramers for this algorithm.- Specified by:
getParameters
in interfaceStructureAlignment
- Returns:
- The returned object will be a Java bean.
-
getVersion
Description copied from interface:StructureAlignment
Get the Version information for this Algorithm.- Specified by:
getVersion
in interfaceStructureAlignment
- Returns:
- the version of the algorithm
-
setParameters
Description copied from interface:StructureAlignment
Set the default parameters for this algorithm to use- Specified by:
setParameters
in interfaceStructureAlignment
-