| Package | Description |
|---|---|
| org.onosproject.net.flow |
Flow rule model & related services API definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowRuleBatchEntry.FlowRuleOperation |
FlowRuleBatchEntry.FlowRuleOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowRuleBatchEntry.FlowRuleOperation[] |
FlowRuleBatchEntry.FlowRuleOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FlowRuleBatchEntry(FlowRuleBatchEntry.FlowRuleOperation operator,
FlowRule target) |
FlowRuleBatchEntry(FlowRuleBatchEntry.FlowRuleOperation operator,
FlowRule target,
Long id) |
Copyright © 2015. All rights reserved.