Module org.apache.jena.ontapi
Package org.apache.jena.ontapi.common
Class EnhNodeFilter.HasOneOfType
java.lang.Object
org.apache.jena.ontapi.common.EnhNodeFilter.HasOneOfType
- All Implemented Interfaces:
EnhNodeFilter
- Enclosing interface:
- EnhNodeFilter
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jena.ontapi.common.EnhNodeFilter
EnhNodeFilter.HasOneOfType, EnhNodeFilter.HasPredicate, EnhNodeFilter.HasType -
Field Summary
Fields inherited from interface org.apache.jena.ontapi.common.EnhNodeFilter
ANON, FALSE, TRUE, URI -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.jena.ontapi.common.EnhNodeFilter
accumulate, and, or
-
Constructor Details
-
HasOneOfType
-
-
Method Details
-
test
public boolean test(org.apache.jena.graph.Node node, org.apache.jena.enhanced.EnhGraph eg) Description copied from interface:EnhNodeFilterTests if the givennodesuits the encapsulated conditions in bounds of the specifiedgraph.- Specified by:
testin interfaceEnhNodeFilter- Parameters:
node-Node, notnulleg-EnhGraph, notnull- Returns:
- boolean
-
toString
-