Package de.fzi.kadmos.parser

Provides an API for ontology alignment parsers.

See:
          Description

Interface Summary
AlignmentParser Interface for alignment parsers.
 

Enum Summary
ParsingLevel Parsing levels for alignment parsers.
 

Exception Summary
AlignmentParserException An exception indicating a problem when parsing an alignment.
 

Package de.fzi.kadmos.parser Description

Provides an API for ontology alignment parsers. This package provides interfaces and exceptions for representing ontology alignment parsers. Classes representing alignment parsers implement the AlignmentParser interface. Ontology alignment parsers implementing this API use OWL API OWLOntology and KADMOS Alignment objects for representing ontologies and alignments respectively. Some implementations of the interfaces can be found in the package de.fzi.kadmos.parser.impl.

Since:
1.0.0
See Also:
de.fzi.kadmos.api, de.fzi.kadmos.parser.impl


Copyright © 2012. All Rights Reserved.