public interface Deviation
The 'deviation' statement defines a hierarchy of a module that the device does not implement faithfully. Deviations define the way a device deviate from a standard.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description text.
|
List<DeviateDefinition> |
getDeviates()
Returns deviate children.
|
String |
getReference()
Returns reference.
|
SchemaPath |
getTargetPath()
Returns target schema path.
|
List<UnknownSchemaNode> |
getUnknownSchemaNodes()
Returns unknown schema node children.
|
SchemaPath getTargetPath()
List<DeviateDefinition> getDeviates()
String getDescription()
String getReference()
List<UnknownSchemaNode> getUnknownSchemaNodes()
Copyright © 2018 OpenDaylight. All rights reserved.