public interface ClassifierRenderableEntry
ClassifierRenderableEntry represents a unit of classifier
information that may be used to consistently perform ("render")
actions to southbound APIs that can also be consistently reversed
("suppress").| Modifier and Type | Method and Description |
|---|---|
void |
render(ClassifierEntryRenderer classifierEntryRenderer)
Render the entry using the provided
ClassifierEntryRenderer. |
void |
suppress(ClassifierEntryRenderer classifierEntryRenderer)
Suppress the entry using the provided
ClassifierEntryRenderer. |
void render(ClassifierEntryRenderer classifierEntryRenderer)
ClassifierEntryRenderer.classifierEntryRenderer - the renderer.void suppress(ClassifierEntryRenderer classifierEntryRenderer)
ClassifierEntryRenderer.classifierEntryRenderer - the renderer.Copyright © 2019 OpenDaylight. All rights reserved.