Class BoundedPathMatchingConfiguration

java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.structurelevel.BoundedPathMatchingConfiguration

public abstract class BoundedPathMatchingConfiguration extends Object
Configuration objetc for BoundedPathMatching class. There are static methods which creates preconfigured elements such as class or property hierarchy.
  • Field Details

    • maxIntermediateNodes

      private int maxIntermediateNodes
  • Constructor Details

    • BoundedPathMatchingConfiguration

      public BoundedPathMatchingConfiguration(int maxIntermediateNodes)
  • Method Details

    • isOfInterest

      public abstract boolean isOfInterest(org.apache.jena.ontology.OntResource source, org.apache.jena.ontology.OntResource target)
    • getSuccesors

      public abstract Iterable<org.apache.jena.rdf.model.Resource> getSuccesors(org.apache.jena.rdf.model.Resource r)
    • getMaxIntermediateNodes

      public int getMaxIntermediateNodes()
    • setMaxIntermediateNodes

      public void setMaxIntermediateNodes(int maxIntermediateNodes)
    • createClassHierarchyConfiguration

      public static BoundedPathMatchingConfiguration createClassHierarchyConfiguration()
    • createClassHierarchyConfiguration

      public static BoundedPathMatchingConfiguration createClassHierarchyConfiguration(int maxIntermediateNodes)
    • createPropertyHierarchyConfiguration

      public static BoundedPathMatchingConfiguration createPropertyHierarchyConfiguration()
    • createPropertyHierarchyConfiguration

      public static BoundedPathMatchingConfiguration createPropertyHierarchyConfiguration(int maxIntermediateNodes)