java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.util.resourcesExtractors.ResourcesExtractorInstances
All Implemented Interfaces:
ResourcesExtractor

public class ResourcesExtractorInstances extends Object implements ResourcesExtractor
Extracts instances from a given OntModel.
  • Constructor Details

    • ResourcesExtractorInstances

      public ResourcesExtractorInstances()
  • Method Details

    • extract

      public Iterator<? extends org.apache.jena.ontology.OntResource> extract(org.apache.jena.ontology.OntModel model, Properties parameters)
      Description copied from interface: ResourcesExtractor
      This function extracts specific resources of a given OntModel. This can be for example all classes, all properties, all object properties etc.
      Specified by:
      extract in interface ResourcesExtractor
      Parameters:
      model - the ontmodel to extract all resources from
      parameters - the properties which are given by the match method. This can contain information about which resources should be matched.
      Returns:
      an iterator of the extracted resources.