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 classL0ModificationInstruction.L0SubTypeRepresents the type of traffic treatment.static classL0ModificationInstruction.ModOchSignalInstructionRepresents 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.L0SubTypesubtype()Instruction.Typetype()Returns the type of instruction.
-
-
-
Method Detail
-
subtype
public abstract L0ModificationInstruction.L0SubType subtype()
-
type
public final Instruction.Type type()
Description copied from interface:InstructionReturns the type of instruction.- Specified by:
typein interfaceInstruction- Returns:
- type of instruction
-
-