Class DOMQueryPredicate
java.lang.Object
org.opendaylight.mdsal.dom.api.query.DOMQueryPredicate
- All Implemented Interfaces:
Immutable
A single
DOMQuery
predicate. It is composed of a relative path and a match. The relative path needs to be
expanded using usual wildcard rules, i.e. NodeIdentifier being used as a 'match all' identifier. For all candidate
nodes selected by the relative path, the corresponding match needs to be invoked.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionmatch()
static DOMQueryPredicate
of
(YangInstanceIdentifier relativePath, DOMQueryPredicate.Match match) toString()
-
Method Details
-
of
public static DOMQueryPredicate of(YangInstanceIdentifier relativePath, DOMQueryPredicate.Match match) -
relativePath
-
match
-
toString
-