@Beta
public interface ImplicitParentAwareStatementSupport
StatementSupport
trait for statements which create intermediate parent node for some of its child nodes.
An example of this is RFC6020/RFC7950 choice statement, which creates implicit case statements for child containers
and others.Modifier and Type | Method and Description |
---|---|
Optional<StatementSupport<?,?,?>> |
getImplicitParentFor(StatementDefinition stmtDef)
Returns implicit parent statement support for supplied statement definition, if it is defined.
|
Optional<StatementSupport<?,?,?>> getImplicitParentFor(StatementDefinition stmtDef)
stmtDef
- statement definition of substatementCopyright © 2019 OpenDaylight. All rights reserved.