java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.multisource.dispatchers.ModelAndIndex

public class ModelAndIndex extends Object
The model (ontology / knowledge graph) and the corressponding index in the list of a multisource matching task.
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • modelRepresentations

      private Set<Object> modelRepresentations
    • index

      private int index
    • parameters

      private Properties parameters
  • Constructor Details

    • ModelAndIndex

      public ModelAndIndex(Set<Object> modelRepresentations, int index)
    • ModelAndIndex

      public ModelAndIndex(Set<Object> modelRepresentations, int index, Properties parameters)
  • Method Details

    • getModel

      public <T> T getModel(Class<T> type)
    • getModelRepresentations

      public Set<Object> getModelRepresentations()
    • getIndex

      public int getIndex()