|
INRIA & UMontrŽal | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Alignment | |
fr.inrialpes.exmo.align.impl | |
fr.inrialpes.exmo.align.parser | |
org.semanticweb.owl.align |
Uses of Alignment in fr.inrialpes.exmo.align.impl |
Classes in fr.inrialpes.exmo.align.impl that implement Alignment | |
class |
BasicAlignment
Represents an OWL ontology alignment. |
class |
ClassNameEqAlignment
Represents an OWL ontology alignment. |
class |
EditDistNameAlignment
This class aligns ontology with regard to the editing distance between class names. |
class |
NameEqAlignment
Represents an OWL ontology alignment. |
Methods in fr.inrialpes.exmo.align.impl with parameters of type Alignment | |
void |
NameEqAlignment.align(Alignment alignment)
This is not exactly equal, this uses toLowerCase() |
void |
EditDistNameAlignment.align(Alignment alignment)
This is not exactly equal, this uses toLowerCase() |
void |
ClassNameEqAlignment.align(Alignment alignment)
This is not exactly equal, this uses toLowerCase() |
Uses of Alignment in fr.inrialpes.exmo.align.parser |
Fields in fr.inrialpes.exmo.align.parser declared as Alignment | |
protected Alignment |
AlignmentParser.alignment
the alignment that is parsed We always create a BasicAlignment. |
Methods in fr.inrialpes.exmo.align.parser that return Alignment | |
Alignment |
AlignmentParser.parse(java.lang.String uri,
java.util.Hashtable loaded)
Parses the document corresponding to the URI given in parameter If the current process has links (import or include) to others documents then they are parsed. |
Uses of Alignment in org.semanticweb.owl.align |
Subinterfaces of Alignment in org.semanticweb.owl.align | |
interface |
AlignmentProcess
Represents an OWL ontology alignment. |
Methods in org.semanticweb.owl.align with parameters of type Alignment | |
void |
AlignmentProcess.align(Alignment alignment)
The align method computes the alignment from the ontologies. |
|
INRIA & UMontrŽal | ||||||||||
PREV NEXT | FRAMES NO FRAMES |