Uses of Class
de.unima.alcomox.exceptions.MappingException

Packages that use MappingException
de.unima.alcomox.mapping   
 

Uses of MappingException in de.unima.alcomox.mapping
 

Methods in de.unima.alcomox.mapping that throw MappingException
 Mapping Mapping.bind(LocalOntology sourceOntology, LocalOntology targetOntology)
          Binds the mapping (more precise: the uris of the correspondences) to the internal representation of the entities.
 Mapping MappingReader.getMapping(java.lang.String filepath)
           
 Mapping MappingReaderTxt.getMapping(java.lang.String filepath)
           
 Mapping MappingReaderXml.getMapping(java.lang.String filepathOrUri)
           
 void Mapping.write(java.lang.String filepath)
          Writes a mapping in RDF format to a specified path.
 void Mapping.write(java.lang.String filepath, int format)
           
 void MappingWriter.writeMapping(java.lang.String filepath, Mapping mapping)
           
 void MappingWriterTxt.writeMapping(java.lang.String filepath, Mapping mapping)
           
 void MappingWriterXml.writeMapping(java.lang.String filepath, Mapping mapping)
           
 

Constructors in de.unima.alcomox.mapping that throw MappingException
Mapping(java.lang.String filepath)
          Constructs a mapping from a mapping given in a file, that has to be formated in the alignment API format.
Mapping(java.lang.String filepath, int format)
          Constructs a mapping from a mapping given in a file.