public interface StatementNamespace<K,D extends DeclaredStatement<?>,E extends EffectiveStatement<?,D>> extends IdentifierNamespace<K,StmtContext<?,D,E>>
Modifier and Type | Interface and Description |
---|---|
static interface |
StatementNamespace.TreeBased<K,D extends DeclaredStatement<?>,E extends EffectiveStatement<?,D>> |
static interface |
StatementNamespace.TreeScoped<K,D extends DeclaredStatement<?>,E extends EffectiveStatement<?,D>> |
Modifier and Type | Method and Description |
---|---|
StmtContext<?,D,E> |
get(K key)
Returns value associated with supplied identifier.
|
StmtContext<?,D,E> get(K key)
IdentifierNamespace
get
in interface IdentifierNamespace<K,StmtContext<?,D extends DeclaredStatement<?>,E extends EffectiveStatement<?,D>>>
key
- Identifier of valueCopyright © 2019 OpenDaylight. All rights reserved.