- All Known Implementing Classes:
EnhNodeFilter.HasOneOfType,EnhNodeFilter.HasPredicate,EnhNodeFilter.HasType
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
To filter resources.
Used by
default factory and CompositeEnhNodeFactoryImpl implementations as a component.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnhNodeFilterstatic final EnhNodeFilterstatic final EnhNodeFilterstatic final EnhNodeFilter -
Method Summary
Modifier and TypeMethodDescriptiondefault EnhNodeFilteraccumulate(EnhNodeFilter... filters) default EnhNodeFilterand(EnhNodeFilter other) default EnhNodeFilteror(EnhNodeFilter other) booleantest(org.apache.jena.graph.Node n, org.apache.jena.enhanced.EnhGraph g) Tests if the givennodesuits the encapsulated conditions in bounds of the specifiedgraph.
-
Field Details
-
TRUE
-
FALSE
-
URI
-
ANON
-
-
Method Details
-
test
boolean test(org.apache.jena.graph.Node n, org.apache.jena.enhanced.EnhGraph g) Tests if the givennodesuits the encapsulated conditions in bounds of the specifiedgraph.- Parameters:
n-Node, notnullg-EnhGraph, notnull- Returns:
- boolean
-
and
-
or
-
accumulate
-