public interface StatementFactory<A,D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<A>,E extends org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement<A,D>>
| Modifier and Type | Method and Description |
|---|---|
D |
createDeclared(@NonNull StmtContext<A,D,?> ctx)
Create a
DeclaredStatement for specified context. |
E |
createEffective(@NonNull StmtContext<A,D,E> ctx)
Create a
EffectiveStatement for specified context. |
D createDeclared(@NonNull StmtContext<A,D,?> ctx)
DeclaredStatement for specified context.ctx - Statement contextE createEffective(@NonNull StmtContext<A,D,E> ctx)
EffectiveStatement for specified context.ctx - Statement contextCopyright © 2019 OpenDaylight. All rights reserved.