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(StmtContext<A,D,?> ctx)
Create a
DeclaredStatement for specified context. |
E |
createEffective(StmtContext<A,D,E> ctx)
Create a
EffectiveStatement for specified context. |
Copyright © 2018 OpenDaylight. All rights reserved.