org.openflow.protocol.factory
Interface OFInstructionFactoryAware

All Known Implementing Classes:
OFFlowMod, OFFlowStatisticsReply

public interface OFInstructionFactoryAware

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

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

Method Summary
 void setInstructionFactory(OFInstructionFactory instructionFactory)
          Sets the OFInstructionFactory
 

Method Detail

setInstructionFactory

void setInstructionFactory(OFInstructionFactory instructionFactory)
Sets the OFInstructionFactory

Parameters:
instructionFactory -