|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
CorrespondenceFactory.createCorrespondence(T entity1,
T entity2)
Creates a new correspondence between two entities of type 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 | ||
---|---|---|
|
SimpleCorrespondenceFactory.createCorrespondence(T entity1,
T entity2)
Creates a new correspondence between two entities of type 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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |