Class ModelAndIndex
java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.dispatchers.ModelAndIndex
The model (ontology / knowledge graph) and the corressponding index in the list of a multisource matching task.
-
Field Summary
Modifier and TypeFieldDescriptionprivate int
private static final org.slf4j.Logger
private Properties
-
Constructor Summary
ConstructorDescriptionModelAndIndex
(Set<Object> modelRepresentations, int index) ModelAndIndex
(Set<Object> modelRepresentations, int index, Properties parameters) -
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
modelRepresentations
-
index
private int index -
parameters
-
-
Constructor Details
-
ModelAndIndex
-
ModelAndIndex
-
-
Method Details
-
getModel
-
getModelRepresentations
-
getIndex
public int getIndex()
-