Class L0ModificationInstruction
- java.lang.Object
-
- org.onosproject.net.flow.instructions.L0ModificationInstruction
-
- All Implemented Interfaces:
Instruction
- Direct Known Subclasses:
L0ModificationInstruction.ModOchSignalInstruction
public abstract class L0ModificationInstruction extends java.lang.Object implements Instruction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
L0ModificationInstruction.L0SubType
Represents the type of traffic treatment.static class
L0ModificationInstruction.ModOchSignalInstruction
Represents an L0 OCh (Optical Channel) modification instruction.-
Nested classes/interfaces inherited from interface org.onosproject.net.flow.instructions.Instruction
Instruction.Type
-
-
Constructor Summary
Constructors Constructor Description L0ModificationInstruction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract L0ModificationInstruction.L0SubType
subtype()
Instruction.Type
type()
Returns the type of instruction.
-
-
-
Method Detail
-
subtype
public abstract L0ModificationInstruction.L0SubType 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
-
-