blob: baeb782b7c3db7150591a971d12a3ed3286d5db7 [file] [log] [blame]
alshabib86ac11c2014-08-14 16:14:41 -07001// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University
2// Copyright (c) 2011, 2012 Open Networking Foundation
3// Copyright (c) 2012, 2013 Big Switch Networks, Inc.
4// This library was generated by the LoxiGen Compiler.
5// See the file LICENSE.txt which should have been included in the source distribution
6
7// Automatically generated by LOXI from template of_factory_class.java
8// Do not modify
9
10package org.projectfloodlight.openflow.protocol.ver13;
11
12import org.projectfloodlight.openflow.protocol.*;
13import org.projectfloodlight.openflow.protocol.action.*;
14import org.projectfloodlight.openflow.protocol.actionid.*;
15import org.projectfloodlight.openflow.protocol.bsntlv.*;
16import org.projectfloodlight.openflow.protocol.errormsg.*;
17import org.projectfloodlight.openflow.protocol.meterband.*;
18import org.projectfloodlight.openflow.protocol.instruction.*;
19import org.projectfloodlight.openflow.protocol.instructionid.*;
20import org.projectfloodlight.openflow.protocol.match.*;
21import org.projectfloodlight.openflow.protocol.oxm.*;
22import org.projectfloodlight.openflow.protocol.queueprop.*;
23import org.projectfloodlight.openflow.types.*;
24import org.projectfloodlight.openflow.util.*;
25import org.projectfloodlight.openflow.exceptions.*;
26
27
28public class OFInstructionIdsVer13 implements OFInstructionIds {
29 public final static OFInstructionIdsVer13 INSTANCE = new OFInstructionIdsVer13();
30
31
32
33
34 public OFInstructionIdApplyActions applyActions() {
35 return OFInstructionIdApplyActionsVer13.INSTANCE;
36 }
37
38 public OFInstructionIdBsnArpOffload bsnArpOffload() {
39 return OFInstructionIdBsnArpOffloadVer13.INSTANCE;
40 }
41
42 public OFInstructionIdBsnDeny bsnDeny() {
43 return OFInstructionIdBsnDenyVer13.INSTANCE;
44 }
45
46 public OFInstructionIdBsnDhcpOffload bsnDhcpOffload() {
47 return OFInstructionIdBsnDhcpOffloadVer13.INSTANCE;
48 }
49
50 public OFInstructionIdBsnDisableSplitHorizonCheck bsnDisableSplitHorizonCheck() {
51 return OFInstructionIdBsnDisableSplitHorizonCheckVer13.INSTANCE;
52 }
53
54 public OFInstructionIdBsnDisableSrcMacCheck bsnDisableSrcMacCheck() {
55 return OFInstructionIdBsnDisableSrcMacCheckVer13.INSTANCE;
56 }
57
58 public OFInstructionIdBsnDisableVlanCounters bsnDisableVlanCounters() {
59 return OFInstructionIdBsnDisableVlanCountersVer13.INSTANCE;
60 }
61
62 public OFInstructionIdBsnPacketOfDeath bsnPacketOfDeath() {
63 return OFInstructionIdBsnPacketOfDeathVer13.INSTANCE;
64 }
65
66 public OFInstructionIdBsnPermit bsnPermit() {
67 return OFInstructionIdBsnPermitVer13.INSTANCE;
68 }
69
70 public OFInstructionIdBsnPrioritizePdus bsnPrioritizePdus() {
71 return OFInstructionIdBsnPrioritizePdusVer13.INSTANCE;
72 }
73
74 public OFInstructionIdBsnRequireVlanXlate bsnRequireVlanXlate() {
75 return OFInstructionIdBsnRequireVlanXlateVer13.INSTANCE;
76 }
77
78 public OFInstructionIdClearActions clearActions() {
79 return OFInstructionIdClearActionsVer13.INSTANCE;
80 }
81
82 public OFInstructionIdGotoTable gotoTable() {
83 return OFInstructionIdGotoTableVer13.INSTANCE;
84 }
85
86 public OFInstructionIdMeter meter() {
87 return OFInstructionIdMeterVer13.INSTANCE;
88 }
89
90 public OFInstructionIdWriteActions writeActions() {
91 return OFInstructionIdWriteActionsVer13.INSTANCE;
92 }
93
94 public OFInstructionIdWriteMetadata writeMetadata() {
95 return OFInstructionIdWriteMetadataVer13.INSTANCE;
96 }
97
98 public OFMessageReader<OFInstructionId> getReader() {
99 return OFInstructionIdVer13.READER;
100 }
101
102
103 public OFVersion getVersion() {
104 return OFVersion.OF_13;
105 }
106}