public abstract class Instruction extends OpenflowStructure
version| Modifier and Type | Method and Description |
|---|---|
InstructionType |
getInstructionType()
Returns the Instruction type.
|
int |
getTotalLength()
Returns the total length of the instruction in bytes.
|
String |
toDebugString()
Returns a string representation useful for debugging.
|
String |
toDebugString(int indent)
Returns a string representation useful for debugging.
|
String |
toString() |
getVersion, hex, hex, validatepublic int getTotalLength()
public String toString()
toString in class OpenflowStructurepublic String toDebugString(int indent)
toString(), but
subclasses are free to override this behavior.indent - the number of spaces with which to prefix each linepublic String toDebugString()
toString(), but
subclasses are free to override this behavior.toDebugString in interface StructuretoDebugString in class OpenflowStructurepublic InstructionType getInstructionType()
Copyright © 2014. All Rights Reserved.