Class EnhNodeFinder.ByPredicate

java.lang.Object
org.apache.jena.ontapi.common.EnhNodeFinder.ByPredicate
All Implemented Interfaces:
EnhNodeFinder
Enclosing interface:
EnhNodeFinder

public static class EnhNodeFinder.ByPredicate extends Object implements EnhNodeFinder
  • Constructor Details

    • ByPredicate

      public ByPredicate(org.apache.jena.rdf.model.Property predicate)
  • Method Details

    • iterator

      public org.apache.jena.util.iterator.ExtendedIterator<org.apache.jena.graph.Node> iterator(org.apache.jena.enhanced.EnhGraph eg)
      Description copied from interface: EnhNodeFinder
      Returns an iterator over the nodes in the given model, which satisfy some criterion, specific to this EnhNodeFinder. It is expected that the result does not contain duplicates.
      Specified by:
      iterator in interface EnhNodeFinder
      Parameters:
      eg - EnhGraph, model
      Returns:
      ExtendedIterator of Nodes