Class | Description |
---|---|
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.
|
GroupAggreg |
A basic class for aggregating a set of alignments provided by different algorithms.
|
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.
|
TransformQuery |
Transform a query according to an alignment
TransformQuery [-a alignmentURI] [-e] [-q query] < query
Query can be taken from (priority):
- parameter
- a queryfile (-q)
- standard input
|
WGroupEval |
A basic class for synthesizing the results of a set of alignments provided by
different algorithms.
|
(C) INRIA & friends, 2003-2020