Class Summary |
CommonCLI |
For instanciating this class:
- extends CommonCLI
- call to super() in constructor
- add options in constructor
- CommandLine line = parseCommandLine( args ); in main
- retrieve new options
- retrieve remaining args
- redefine usage() with specific first line
- use parameters |
EvalAlign |
A really simple utility that loads and alignment and prints it. |
ExtGroupEval |
A basic class for synthesizing the results of a set of alignments provided
by different algorithms. |
GenPlot |
A basic class for ploting the results of an evaluation. |
GroupAlign |
A batch class for an OWL ontology alignment processing. |
GroupEval |
A basic class for synthesizing the results of a set of alignments provided by
different algorithms. |
GroupOutput |
A basic class for synthesizing the alignment results of an algorithm with
regard to the ontology characteristics as a colored module. |
ParserPrinter |
A really simple utility that loads and alignment and prints it. |
Procalign |
A basic class for an OWL ontology alignment processing. |
TestGen |
An utility application for generating tests from command line. |
WGroupEval |
A basic class for synthesizing the results of a set of alignments provided by
different algorithms. |