- 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 class
static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnhNodeFilter
static final EnhNodeFilter
static final EnhNodeFilter
static final EnhNodeFilter
-
Method Summary
Modifier and TypeMethodDescriptiondefault EnhNodeFilter
accumulate
(EnhNodeFilter... filters) default EnhNodeFilter
and
(EnhNodeFilter other) default EnhNodeFilter
or
(EnhNodeFilter other) boolean
test
(org.apache.jena.graph.Node n, org.apache.jena.enhanced.EnhGraph g) Tests if the givennode
suits 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 givennode
suits the encapsulated conditions in bounds of the specifiedgraph
.- Parameters:
n
-Node
, notnull
g
-EnhGraph
, notnull
- Returns:
- boolean
-
and
-
or
-
accumulate
-