public class InstrMutableWriteActions extends InstrMutableAction
InstrWriteActions.version| Modifier and Type | Method and Description |
|---|---|
String |
toDebugString(int indent)
Returns a string representation useful for debugging.
|
OpenflowStructure |
toImmutable()
Returns an immutable instance of this structure.
|
protected void |
validateActions()
Subclasses should validate the actions, and silently return
if all is well.
|
addAction, toString, writablegetInstructionType, getTotalLength, toDebugStringgetVersion, hex, hex, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVersion, toDebugStringprotected void validateActions()
InstrMutableActionvalidateActions in class InstrMutableActionpublic OpenflowStructure toImmutable()
MutableStructure
It is expected that the reference to this mutable structure will be
dropped. Note that all method calls invoked on a
MutableStructure after toImmutable() has been invoked
will result in an InvalidMutableException being thrown.
public String toDebugString(int indent)
InstructionInstruction.toString(), but
subclasses are free to override this behavior.toDebugString in class Instructionindent - the number of spaces with which to prefix each lineCopyright © 2014. All Rights Reserved.