Package de.dfleischhacker.uni.thesis.utils.alignment

Class Summary
Alignment Represents an alignment.
AlignmentManager Provides methods to read the alignment format from files as defined in Jérôme Euzenat - An API for ontology alignment To read the alignment a DOM parser is used internally.
Correspondence Represents a correspondence made of the following components entity from ontology 1 entity from ontology 2 relation holdinhg between those two entities confidence measure (optional, default=1.0)
 

Exception Summary
AlignmentFormatException Thrown if a format error occurs while loading an alignment.
InvalidAlignmentException This exception is thrown if the validation of an alignment against some ontology fails.