a42447975f126fbc1c492869909e94c263c7bd9c
[openflowplugin.git] / openflow-codec / src / main / java / org / openflow / codec / protocol / statistics / table / OFPTableFeaturePropApplyActions.java
1 package org.openflow.codec.protocol.statistics.table;
2
3 /**
4  * Class defines OFPTFPT_APPLY_ACTIONS type
5  *
6  * @author AnilGujele
7  *
8  */
9 public class OFPTableFeaturePropApplyActions extends OFPTableFeaturePropActions {
10
11     /**
12      * constructor
13      */
14     public OFPTableFeaturePropApplyActions() {
15         super.setOFTableFeaturePropType(OFPTableFeaturePropType.APPLY_ACTIONS);
16     }
17
18 }