public class IfFeatureStatementImpl extends AbstractDeclaredStatement<Predicate<Set<QName>>> implements IfFeatureStatement
Modifier and Type | Class and Description |
---|---|
static class |
IfFeatureStatementImpl.Definition |
Modifier | Constructor and Description |
---|---|
protected |
IfFeatureStatementImpl(StmtContext<Predicate<Set<QName>>,IfFeatureStatement,?> context) |
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.
|
allDeclared, argument, declaredSubstatements, firstDeclared, getStatementSource, rawArgument, statementDefinition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declaredSubstatements, rawArgument
argument, getStatementSource, statementDefinition
protected IfFeatureStatementImpl(StmtContext<Predicate<Set<QName>>,IfFeatureStatement,?> context)
public Predicate<Set<QName>> getIfFeaturePredicate()
IfFeatureStatement
getIfFeaturePredicate
in interface IfFeatureStatement
Copyright © 2018 OpenDaylight. All rights reserved.