3738394041424344
public void addAction(String name, String value) { this.actions.add(name, value); } protected OFStructureInstruction(InstructionTypes instrType) { actions = new ActionSet(); type = instrType; }