|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fzi.kadmos.api.impl.SimpleCorrespondenceFactory
public class SimpleCorrespondenceFactory
Correspondence factory that creates SimpleCorrespondence objects.
| Method Summary | ||
|---|---|---|
|
createCorrespondence(T entity1,
T entity2)
Creates a new correspondence between two entities of type T. |
|
|
createCorrespondence(T entity1,
T entity2,
double confidence)
Creates a new correspondence between two entities of type T,
with a specified confidence value. |
|
static SimpleCorrespondenceFactory |
getInstance()
Gets the singleton instance of this factory. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SimpleCorrespondenceFactory getInstance()
SimpleCorrespondenceFactory instance.
public <T extends OWLEntity> de.fzi.kadmos.api.impl.SimpleCorrespondence<T> createCorrespondence(T entity1,
T entity2)
throws IncompatibleEntityTypesException
T.
No confidence value is specified.
createCorrespondence in interface CorrespondenceFactoryT - Type of the entites participating in the correspondence created.entity1 - Entity 1 of the correspondence to be created.entity2 - Entity 2 of the correspondence to be created.
IncompatibleEntityTypesException - if entity 1 and entity 2
are of incompatible entity types.
public <T extends OWLEntity> de.fzi.kadmos.api.impl.SimpleCorrespondence<T> createCorrespondence(T entity1,
T entity2,
double confidence)
throws IncompatibleEntityTypesException
T,
with a specified confidence value.
createCorrespondence in interface CorrespondenceFactoryT - Type of the entites participating in the correspondence created.entity1 - Entity 1 of the correspondence to be created.entity2 - Entity 2 of the correspondence to be created.confidence - Confidence value.
IncompatibleEntityTypesException - if entity 1 and entity 2
are of incompatible entity types.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||