fa35303138ddb634b4619d6ad73ec425ebad69b9
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / statistics / table / OFPTableFeaturePropInstructionsMiss.java
1 package org.openflow.codec.protocol.statistics.table;
2
3 /**
4  * Class defines OFPTFPT_INSTRUCTIONS_MISS type
5  *
6  * @author AnilGujele
7  *
8  */
9 public class OFPTableFeaturePropInstructionsMiss extends OFPTableFeaturePropInstructions {
10
11     /**
12      * constructor
13      */
14     public OFPTableFeaturePropInstructionsMiss() {
15         super.setOFTableFeaturePropType(OFPTableFeaturePropType.INSTRUCTIONS_MISS);
16     }
17 }