| Package | Description |
|---|---|
| org.onosproject.net |
Network model entities & service API definitions.
|
| org.onosproject.net.flow.criteria |
Traffic selection criteria model.
|
| 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 OchSignalType |
OchSignalType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OchSignalType[] |
OchSignalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OchSignalType |
OchSignalTypeCriterion.signalType()
Returns the OCh signal type to match.
|
| Modifier and Type | Method and Description |
|---|---|
static Criterion |
Criteria.matchOchSignalType(OchSignalType signalType)
Create a match on OCh (Optical Channel) signal type.
|
| Modifier and Type | Method and Description |
|---|---|
OchSignalType |
OpticalPathIntent.signalType() |
| Modifier and Type | Method and Description |
|---|---|
OpticalPathIntent.Builder |
OpticalPathIntent.Builder.signalType(OchSignalType signalType)
Sets the optical signal type for the intent that will be built.
|
Copyright © 2015. All rights reserved.