org.openflow.protocol.factory
Interface OFActionFactoryAware

All Known Implementing Classes:
OFBucket, OFGroupDescription, OFGroupMod, OFInstructionActions, OFInstructionApplyActions, OFInstructionClearActions, OFInstructionWriteActions, OFPacketOut

public interface OFActionFactoryAware

Objects implementing this interface are expected to be instantiated with an instance of an OFActionFactory

Author:
David Erickson (daviderickson@cs.stanford.edu)

Method Summary
 void setActionFactory(OFActionFactory actionFactory)
          Sets the OFActionFactory
 

Method Detail

setActionFactory

void setActionFactory(OFActionFactory actionFactory)
Sets the OFActionFactory

Parameters:
actionFactory -