| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowRuleEvent.Type |
FlowRuleEvent.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowRuleEvent.Type[] |
FlowRuleEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FlowRuleEvent(FlowRuleEvent.Type type,
FlowRule flowRule)
Creates an event of a given type and for the specified flow rule and the
current time.
|
FlowRuleEvent(FlowRuleEvent.Type type,
FlowRule flowRule,
long time)
Creates an event of a given type and for the specified flow rule and time.
|
Copyright © 2015. All rights reserved.