Class L1ModificationInstruction
- java.lang.Object
-
- org.onosproject.net.flow.instructions.L1ModificationInstruction
-
- All Implemented Interfaces:
Instruction
- Direct Known Subclasses:
L1ModificationInstruction.ModOduSignalIdInstruction
public abstract class L1ModificationInstruction extends java.lang.Object implements Instruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
L1ModificationInstruction.L1SubType
Represents the type of traffic treatment.static class
L1ModificationInstruction.ModOduSignalIdInstruction
Represents an L1 ODU (Optical channel Data Unit) Signal Id modification instruction.-
Nested classes/interfaces inherited from interface org.onosproject.net.flow.instructions.Instruction
Instruction.Type
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SEPARATOR
-
Constructor Summary
Constructors Constructor Description L1ModificationInstruction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract L1ModificationInstruction.L1SubType
subtype()
Instruction.Type
type()
Returns the type of instruction.
-
-
-
Field Detail
-
SEPARATOR
public static final java.lang.String SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
subtype
public abstract L1ModificationInstruction.L1SubType subtype()
-
type
public final Instruction.Type type()
Description copied from interface:Instruction
Returns the type of instruction.- Specified by:
type
in interfaceInstruction
- Returns:
- type of instruction
-
-