| Package | Description |
|---|---|
| org.onosproject.net.intent |
Set of abstractions for conveying high-level intents for treatment of
selected network traffic by allowing applications to express the
what rather than the how.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends Intent>,IntentCompiler<? extends Intent>> |
IntentExtensionService.getCompilers()
Returns immutable set of bindings of currently registered intent compilers.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Intent> |
IntentExtensionService.registerCompiler(Class<T> cls,
IntentCompiler<T> compiler)
Registers the specified compiler for the given intent class.
|
Copyright © 2015. All rights reserved.