public interface IfFeatureStatement extends DeclaredStatement<Predicate<Set<QName>>>
Modifier and Type | Method and Description |
---|---|
Predicate<Set<QName>> |
getIfFeaturePredicate()
In Yang 1.1 (RFC7950) implementation of IfFeatureStatement, the
argument is a boolean expression over feature names defined by
"feature" statements.
|
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
@Beta @Nonnull Predicate<Set<QName>> getIfFeaturePredicate()
Copyright © 2018 OpenDaylight. All rights reserved.