| 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 |
|---|---|
static IntentEvent.Type |
IntentEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntentEvent.Type[] |
IntentEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IntentEvent(IntentEvent.Type type,
Intent intent)
Creates an event of a given type and for the specified intent and the
current time.
|
IntentEvent(IntentEvent.Type type,
Intent intent,
long time)
Creates an event of a given type and for the specified intent and the
current time.
|
Copyright © 2015. All rights reserved.