|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcomplexMapping.ComplexMapping
public class ComplexMapping
Constructor Summary | |
---|---|
ComplexMapping(java.lang.String filepath1,
java.lang.String filepath2,
java.lang.String alignmentPath)
Constructor to get all important files and to edit the settings. |
|
ComplexMapping(java.lang.String filepath1,
java.lang.String filepath2,
java.lang.String alignmentPath,
java.lang.String writePath)
Constructor (if alignment should be written into a file) to get all important files and to edit the settings. |
Method Summary | |
---|---|
void |
createAlignment()
Print the correspondences and write the alignment (if desired). |
static void |
main(java.lang.String[] args)
Main method for creating an alignment containing complex correspondences. |
void |
writeAlignment(java.lang.String writePath)
Write the alignment into a file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComplexMapping(java.lang.String filepath1, java.lang.String filepath2, java.lang.String alignmentPath, java.lang.String writePath) throws ComplexMappingException
filepath1
- filepath2
- alignmentPath
- writePath
-
ComplexMappingException
public ComplexMapping(java.lang.String filepath1, java.lang.String filepath2, java.lang.String alignmentPath) throws ComplexMappingException
filepath1
- filepath2
- alignmentPath
-
ComplexMappingException
Method Detail |
---|
public static void main(java.lang.String[] args) throws ComplexMappingException
args
-
ComplexMappingException
public void createAlignment() throws ComplexMappingException
ComplexMappingException
public void writeAlignment(java.lang.String writePath) throws ComplexMappingException
writePath
-
ComplexMappingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |