Class DOMQueryPredicate

java.lang.Object
org.opendaylight.mdsal.dom.api.query.DOMQueryPredicate
All Implemented Interfaces:
Immutable

@Beta @NonNullByDefault public final class DOMQueryPredicate extends Object implements 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.