| Package | Description | 
|---|---|
| org.opendaylight.yangtools.yang.model.api.meta | 
 Meta model of YANG model as was defined in RFC6020 and extracted by analysis
 of YANG text. 
 | 
| org.opendaylight.yangtools.yang.model.api.stmt | |
| org.opendaylight.yangtools.yang.parser.spi.meta | 
 Provides base abstract classes, interfaces and common implementation used by the statement parser. 
 | 
| org.opendaylight.yangtools.yang.parser.stmt.rfc6020 | 
 Contains implementation of statement supports for Rfc6020 statements and
 implementation of declared statements. 
 | 
| org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective | 
 Contains implementation of Rfc6020 effective statements. 
 | 
| org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type | |
| org.opendaylight.yangtools.yang.parser.stmt.rfc7950 | 
 Contains implementation of statement supports for Rfc7950 statements
 and implementation of declared statements specific to Rfc7950. 
 | 
| org.opendaylight.yangtools.yang.parser.stmt.rfc7950.effective | 
 Contains implementation of Rfc7950 effective statements. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DeclaredStatement<A>
Represents declared statement 
 | 
interface  | 
EffectiveStatement<A,S extends DeclaredStatement<A>>
Effective model statement which should be used to derive application behaviour. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDeclaredStatement<A>
Utility abstract base class for implementing declared statements. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ConfigEffectiveStatement  | 
interface  | 
MandatoryEffectiveStatement  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActionStatementImpl  | 
class  | 
AnydataStatementImpl
YANG 1.1 AnyData declared statement implementation. 
 | 
class  | 
ModifierStatementImpl
Class providing necessary support for processing YANG 1.1 Modifier statement. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActionEffectiveStatementImpl  | 
class  | 
AnyDataEffectiveStatementImpl
YANG 1.1 AnyData effective statement implementation. 
 | 
class  | 
ModifierEffectiveStatementImpl
YANG 1.1 Modifier effective statement implementation. 
 | 
Copyright © 2018 OpenDaylight. All rights reserved.