Uses of Class
de.fzi.kadmos.api.IncompatibleEntityTypesException

Packages that use IncompatibleEntityTypesException
de.fzi.kadmos.api Provides an API for representing and working with ontology alignments. 
de.fzi.kadmos.api.impl Provides default implementations for the KADMOS API. 
de.fzi.kadmos.wrapper.inria   
 

Uses of IncompatibleEntityTypesException in de.fzi.kadmos.api
 

Methods in de.fzi.kadmos.api that throw IncompatibleEntityTypesException
<T extends OWLEntity>
Correspondence<T>
CorrespondenceFactory.createCorrespondence(T entity1, T entity2)
          Creates a new correspondence between two entities of type T.
<T extends OWLEntity>
Correspondence<T>
CorrespondenceFactory.createCorrespondence(T entity1, T entity2, double confidence)
          Creates a new correspondence between two entities of type T, with a specified confidence value.
 

Uses of IncompatibleEntityTypesException in de.fzi.kadmos.api.impl
 

Methods in de.fzi.kadmos.api.impl that throw IncompatibleEntityTypesException
<T extends OWLEntity>
de.fzi.kadmos.api.impl.SimpleCorrespondence<T>
SimpleCorrespondenceFactory.createCorrespondence(T entity1, T entity2)
          Creates a new correspondence between two entities of type T.
<T extends OWLEntity>
de.fzi.kadmos.api.impl.SimpleCorrespondence<T>
SimpleCorrespondenceFactory.createCorrespondence(T entity1, T entity2, double confidence)
          Creates a new correspondence between two entities of type T, with a specified confidence value.
 

Uses of IncompatibleEntityTypesException in de.fzi.kadmos.wrapper.inria
 

Methods in de.fzi.kadmos.wrapper.inria that throw IncompatibleEntityTypesException
static Alignment Utils.convertToKadmosAlignment(org.semanticweb.owl.align.Alignment arg0)
          Creates a new SimpleAlignment from the given Alignment.
 



Copyright © 2012. All Rights Reserved.