java.lang.Object
org.apache.jena.ontapi.common.EnhNodeFinder.ByTypes
- All Implemented Interfaces:
EnhNodeFinder
- Enclosing interface:
- EnhNodeFinder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.ontapi.common.EnhNodeFinder
EnhNodeFinder.ByPredicate, EnhNodeFinder.ByType, EnhNodeFinder.ByTypes
-
Field Summary
Fields inherited from interface org.apache.jena.ontapi.common.EnhNodeFinder
ANY_BLANK_SUBJECT, ANY_SUBJECT, ANY_SUBJECT_AND_OBJECT, ANY_TYPED, ANYTHING, NOTHING
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.util.iterator.ExtendedIterator<org.apache.jena.graph.Node>
iterator
(org.apache.jena.enhanced.EnhGraph eg) Returns an iterator over the nodes in the given model, which satisfy some criterion, specific to thisEnhNodeFinder
.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.ontapi.common.EnhNodeFinder
find, restrict
-
Constructor Details
-
ByTypes
-
-
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 thisEnhNodeFinder
. It is expected that the result does not contain duplicates.- Specified by:
iterator
in interfaceEnhNodeFinder
- Parameters:
eg
-EnhGraph
, model- Returns:
ExtendedIterator
ofNode
s
-