2930313233343536
protected InstructionSet instructions; protected MatchSet matches; protected OFMessageFlowMod() { // TODO Improvs: create() instead of Constructor? matches = new MatchSet(); instructions = new InstructionSet(); }