Bug 6110: Fixed bugs in statistics manager due to race condition.
[openflowplugin.git] / extension / openflowplugin-extension-nicira / src / main / java / org / opendaylight / openflowplugin / extension / vendor / nicira / convertor / action / RegMoveConvertor.java
1 /*
2  * Copyright (c) 2014, 2016 Cisco Systems, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8 package org.opendaylight.openflowplugin.extension.vendor.nicira.convertor.action;
9
10 import org.opendaylight.openflowjava.nx.NiciraMatchCodecs;
11 import org.opendaylight.openflowjava.nx.codec.match.NxmHeader;
12 import org.opendaylight.openflowplugin.extension.api.ConvertorActionFromOFJava;
13 import org.opendaylight.openflowplugin.extension.api.ConvertorActionToOFJava;
14 import org.opendaylight.openflowplugin.extension.api.path.ActionPath;
15 import org.opendaylight.openflowplugin.extension.vendor.nicira.convertor.CodecPreconditionException;
16 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.action.rev150203.actions.grouping.Action;
17 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.action.container.action.choice.ActionRegMove;
18 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.action.container.action.choice.ActionRegMoveBuilder;
19 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.nx.action.reg.move.grouping.NxActionRegMove;
20 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.nx.action.reg.move.grouping.NxActionRegMoveBuilder;
21 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg;
22 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg0;
23 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg1;
24 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg2;
25 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg3;
26 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg4;
27 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg5;
28 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg6;
29 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.match.rev140421.NxmNxReg7;
30 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.NxActionRegMoveGrouping;
31 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.DstChoice;
32 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxArpShaCase;
33 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxArpShaCaseBuilder;
34 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxArpThaCase;
35 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxArpThaCaseBuilder;
36 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxOfInPortCase;
37 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxOfInPortCaseBuilder;
38 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshc1Case;
39 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshc1CaseBuilder;
40 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshc2Case;
41 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshc2CaseBuilder;
42 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshc3Case;
43 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshc3CaseBuilder;
44 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshc4Case;
45 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshc4CaseBuilder;
46 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNsiCase;
47 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNsiCaseBuilder;
48 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNspCase;
49 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNspCaseBuilder;
50 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxEncapEthSrcCase;
51 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxEncapEthSrcCaseBuilder;
52 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxEncapEthDstCase;
53 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxEncapEthDstCaseBuilder;
54 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshMdtypeCase;
55 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshMdtypeCaseBuilder;
56 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshNpCase;
57 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxNshNpCaseBuilder;
58 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxTunGpeNpCase;
59 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxTunGpeNpCaseBuilder;
60 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCase;
61 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxRegCaseBuilder;
62 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxTunIdCase;
63 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxTunIdCaseBuilder;
64 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxTunIpv4DstCase;
65 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxTunIpv4DstCaseBuilder;
66 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxTunIpv4SrcCase;
67 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstNxTunIpv4SrcCaseBuilder;
68 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfArpOpCase;
69 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfArpOpCaseBuilder;
70 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfArpSpaCase;
71 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfArpSpaCaseBuilder;
72 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfArpTpaCase;
73 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfArpTpaCaseBuilder;
74 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfEthDstCase;
75 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfEthDstCaseBuilder;
76 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfEthSrcCase;
77 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfEthSrcCaseBuilder;
78 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfIcmpTypeCase;
79 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfIcmpTypeCaseBuilder;
80 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfIpDstCase;
81 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfIpDstCaseBuilder;
82 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfIpSrcCase;
83 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfIpSrcCaseBuilder;
84 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfMplsLabelCase;
85 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.dst.choice.grouping.dst.choice.DstOfMplsLabelCaseBuilder;
86 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flows.statistics.update.flow.and.statistics.map.list.instructions.instruction.instruction.apply.actions._case.apply.actions.action.action.NxActionRegMoveNotifFlowsStatisticsUpdateApplyActionsCaseBuilder;
87 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.flows.statistics.update.flow.and.statistics.map.list.instructions.instruction.instruction.write.actions._case.write.actions.action.action.NxActionRegMoveNotifFlowsStatisticsUpdateWriteActionsCaseBuilder;
88 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.group.desc.stats.updated.group.desc.stats.buckets.bucket.action.action.NxActionRegMoveNotifGroupDescStatsUpdatedCaseBuilder;
89 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nodes.node.table.flow.instructions.instruction.instruction.write.actions._case.write.actions.action.action.NxActionRegMoveNodesNodeTableFlowWriteActionsCaseBuilder;
90 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.reg.move.grouping.NxRegMove;
91 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.reg.move.grouping.NxRegMoveBuilder;
92 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.reg.move.grouping.nx.reg.move.Dst;
93 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.reg.move.grouping.nx.reg.move.DstBuilder;
94 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.reg.move.grouping.nx.reg.move.Src;
95 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.reg.move.grouping.nx.reg.move.SrcBuilder;
96 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.SrcChoice;
97 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxArpShaCase;
98 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxArpShaCaseBuilder;
99 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxArpThaCase;
100 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxArpThaCaseBuilder;
101 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshc1Case;
102 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshc1CaseBuilder;
103 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshc2Case;
104 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshc2CaseBuilder;
105 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshc3Case;
106 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshc3CaseBuilder;
107 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshc4Case;
108 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshc4CaseBuilder;
109 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNsiCase;
110 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNsiCaseBuilder;
111 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNspCase;
112 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNspCaseBuilder;
113 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxEncapEthSrcCase;
114 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxEncapEthSrcCaseBuilder;
115 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxEncapEthDstCase;
116 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxEncapEthDstCaseBuilder;
117 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshMdtypeCase;
118 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshMdtypeCaseBuilder;
119 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshNpCase;
120 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxNshNpCaseBuilder;
121 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxOfMplsLabelCase;
122 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxTunGpeNpCase;
123 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxTunGpeNpCaseBuilder;
124 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxRegCase;
125 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxRegCaseBuilder;
126 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxTunIdCase;
127 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxTunIdCaseBuilder;
128 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxTunIpv4DstCase;
129 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxTunIpv4DstCaseBuilder;
130 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxTunIpv4SrcCase;
131 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxTunIpv4SrcCaseBuilder;
132 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfArpOpCase;
133 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfArpOpCaseBuilder;
134 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfArpSpaCase;
135 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfArpSpaCaseBuilder;
136 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfArpTpaCase;
137 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfArpTpaCaseBuilder;
138 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfEthDstCase;
139 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfEthDstCaseBuilder;
140 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfEthSrcCase;
141 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfEthSrcCaseBuilder;
142 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfEthTypeCase;
143 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfEthTypeCaseBuilder;
144 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfIpDstCase;
145 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfIpDstCaseBuilder;
146 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfIpSrcCase;
147 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcOfIpSrcCaseBuilder;
148 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxOfInPortCase;
149 import org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.src.choice.grouping.src.choice.SrcNxOfInPortCaseBuilder;
150
151 import com.google.common.base.Preconditions;
152
153 /**
154  * @author msunal
155  * @author Josh Hershberg (jhershbe@redhat.com)
156  */
157 public class RegMoveConvertor implements
158         ConvertorActionToOFJava<org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action, Action>,
159         ConvertorActionFromOFJava<Action, ActionPath> {
160
161     @Override
162     public org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action convert(Action input, ActionPath path) {
163         NxActionRegMove actionRegMove = ((ActionRegMove) input.getActionChoice()).getNxActionRegMove();
164         DstBuilder dstBuilder = new DstBuilder();
165         dstBuilder.setDstChoice(resolveDst(actionRegMove.getDst()));
166         dstBuilder.setStart(actionRegMove.getDstOfs());
167         dstBuilder.setEnd(actionRegMove.getDstOfs() + actionRegMove.getNBits() - 1);
168         SrcBuilder srcBuilder = new SrcBuilder();
169         srcBuilder.setSrcChoice(resolveSrc(actionRegMove.getSrc()));
170         srcBuilder.setStart(actionRegMove.getSrcOfs());
171         srcBuilder.setEnd(actionRegMove.getSrcOfs() + actionRegMove.getNBits() - 1);
172         NxRegMoveBuilder nxRegMoveBuilder = new NxRegMoveBuilder();
173         nxRegMoveBuilder.setDst(dstBuilder.build());
174         nxRegMoveBuilder.setSrc(srcBuilder.build());
175         return resolveAction(nxRegMoveBuilder.build(), path);
176     }
177
178     public static DstChoice resolveDst(long dstValue) {
179         Class<? extends NxmNxReg> potentialDst = resolveReg(dstValue);
180         if (potentialDst != null) {
181             return new DstNxRegCaseBuilder().setNxReg(potentialDst).build();
182         }
183         if (dstValue == NiciraMatchCodecs.TUN_ID_CODEC.getHeaderWithoutHasMask().toLong()) {
184             return new DstNxTunIdCaseBuilder().setNxTunId(true).build();
185         }
186         if (dstValue == NiciraMatchCodecs.ARP_SHA_CODEC.getHeaderWithoutHasMask().toLong()) {
187             return new DstNxArpShaCaseBuilder().setNxArpSha(true).build();
188         }
189         if (dstValue == NiciraMatchCodecs.ARP_THA_CODEC.getHeaderWithoutHasMask().toLong()) {
190             return new DstNxArpThaCaseBuilder().setNxArpTha(true).build();
191         }
192         if (dstValue == NiciraMatchCodecs.ARP_OP_CODEC.getHeaderWithoutHasMask().toLong()) {
193             return new DstOfArpOpCaseBuilder().setOfArpOp(true).build();
194         }
195         if (dstValue == NiciraMatchCodecs.ARP_SPA_CODEC.getHeaderWithoutHasMask().toLong()) {
196             return new DstOfArpSpaCaseBuilder().setOfArpSpa(true).build();
197         }
198         if (dstValue == NiciraMatchCodecs.ARP_TPA_CODEC.getHeaderWithoutHasMask().toLong()) {
199             return new DstOfArpTpaCaseBuilder().setOfArpTpa(true).build();
200         }
201         if (dstValue == NiciraMatchCodecs.NXM_OF_IN_PORT_CODEC.getHeaderWithoutHasMask().toLong()) {
202             return new DstNxOfInPortCaseBuilder().setOfInPort(true).build();
203         }
204         if (dstValue == NiciraMatchCodecs.OXM_OF_MPLS_LABEL.getHeaderWithoutHasMask().toLong()) {
205             return new DstOfMplsLabelCaseBuilder().setOfMplsLabel(true).build();
206         }
207         if (dstValue == NiciraMatchCodecs.ETH_DST_CODEC.getHeaderWithoutHasMask().toLong()) {
208             return new DstOfEthDstCaseBuilder().setOfEthDst(true).build();
209         }
210         if (dstValue == NiciraMatchCodecs.ETH_SRC_CODEC.getHeaderWithoutHasMask().toLong()) {
211             return new DstOfEthSrcCaseBuilder().setOfEthSrc(true).build();
212         }
213         if (dstValue == NiciraMatchCodecs.TUN_IPV4_DST_CODEC.getHeaderWithoutHasMask().toLong()) {
214             return new DstNxTunIpv4DstCaseBuilder().setNxTunIpv4Dst(true).build();
215         }
216         if (dstValue == NiciraMatchCodecs.TUN_IPV4_SRC_CODEC.getHeaderWithoutHasMask().toLong()) {
217             return new DstNxTunIpv4SrcCaseBuilder().setNxTunIpv4Src(true).build();
218         }
219         if (dstValue == NiciraMatchCodecs.NSP_CODEC.getHeaderWithoutHasMask().toLong()) {
220             return new DstNxNspCaseBuilder().setNxNspDst(true).build();
221         }
222         if (dstValue == NiciraMatchCodecs.NSI_CODEC.getHeaderWithoutHasMask().toLong()) {
223             return new DstNxNsiCaseBuilder().setNxNsiDst(true).build();
224         }
225         if (dstValue == NiciraMatchCodecs.NSC1_CODEC.getHeaderWithoutHasMask().toLong()) {
226             return new DstNxNshc1CaseBuilder().setNxNshc1Dst(true).build();
227         }
228         if (dstValue == NiciraMatchCodecs.NSC2_CODEC.getHeaderWithoutHasMask().toLong()) {
229             return new DstNxNshc2CaseBuilder().setNxNshc2Dst(true).build();
230         }
231         if (dstValue == NiciraMatchCodecs.NSC3_CODEC.getHeaderWithoutHasMask().toLong()) {
232             return new DstNxNshc3CaseBuilder().setNxNshc3Dst(true).build();
233         }
234         if (dstValue == NiciraMatchCodecs.NSC4_CODEC.getHeaderWithoutHasMask().toLong()) {
235             return new DstNxNshc4CaseBuilder().setNxNshc4Dst(true).build();
236         }
237         if (dstValue == NiciraMatchCodecs.ENCAP_ETH_SRC_CODEC.getHeaderWithoutHasMask().toLong()) {
238             return new DstNxEncapEthSrcCaseBuilder().setNxEncapEthSrc(true).build();
239         }
240         if (dstValue == NiciraMatchCodecs.ENCAP_ETH_DST_CODEC.getHeaderWithoutHasMask().toLong()) {
241             return new DstNxEncapEthDstCaseBuilder().setNxEncapEthDst(true).build();
242         }
243         if (dstValue == NiciraMatchCodecs.NSH_MDTYPE_CODEC.getHeaderWithoutHasMask().toLong()) {
244             return new DstNxNshMdtypeCaseBuilder().setNxNshMdtype(true).build();
245         }
246         if (dstValue == NiciraMatchCodecs.NSH_NP_CODEC.getHeaderWithoutHasMask().toLong()) {
247             return new DstNxNshNpCaseBuilder().setNxNshNp(true).build();
248         }
249         if (dstValue == NiciraMatchCodecs.TUN_GPE_NP_CODEC.getHeaderWithoutHasMask().toLong()) {
250             return new DstNxTunGpeNpCaseBuilder().setNxTunGpeNp(true).build();
251         }
252         if (dstValue == NiciraMatchCodecs.IP_SRC_CODEC.getHeaderWithoutHasMask().toLong()) {
253             return new DstOfIpSrcCaseBuilder().setOfIpSrc(true).build();
254         }
255         if (dstValue == NiciraMatchCodecs.IP_DST_CODEC.getHeaderWithoutHasMask().toLong()) {
256             return new DstOfIpDstCaseBuilder().setOfIpDst(true).build();
257         }
258         if (dstValue == NiciraMatchCodecs.ICMP_TYPE_CODEC.getHeaderWithoutHasMask().toLong()) {
259             return new DstOfIcmpTypeCaseBuilder().setOfIcmpType(true).build();
260         }
261
262         throw new CodecPreconditionException("Missing codec for " + new NxmHeader(dstValue));
263     }
264
265     static SrcChoice resolveSrc(long srcValue) {
266         Class<? extends NxmNxReg> potentialSrc = resolveReg(srcValue);
267         if (potentialSrc != null) {
268             return new SrcNxRegCaseBuilder().setNxReg(potentialSrc).build();
269         }
270         if (srcValue == NiciraMatchCodecs.TUN_ID_CODEC.getHeaderWithoutHasMask().toLong()) {
271             return new SrcNxTunIdCaseBuilder().setNxTunId(true).build();
272         }
273         if (srcValue == NiciraMatchCodecs.ARP_SHA_CODEC.getHeaderWithoutHasMask().toLong()) {
274             return new SrcNxArpShaCaseBuilder().setNxArpSha(true).build();
275         }
276         if (srcValue == NiciraMatchCodecs.ARP_THA_CODEC.getHeaderWithoutHasMask().toLong()) {
277             return new SrcNxArpThaCaseBuilder().setNxArpTha(true).build();
278         }
279         if (srcValue == NiciraMatchCodecs.ARP_OP_CODEC.getHeaderWithoutHasMask().toLong()) {
280             return new SrcOfArpOpCaseBuilder().setOfArpOp(true).build();
281         }
282         if (srcValue == NiciraMatchCodecs.ARP_SPA_CODEC.getHeaderWithoutHasMask().toLong()) {
283             return new SrcOfArpSpaCaseBuilder().setOfArpSpa(true).build();
284         }
285         if (srcValue == NiciraMatchCodecs.ARP_TPA_CODEC.getHeaderWithoutHasMask().toLong()) {
286             return new SrcOfArpTpaCaseBuilder().setOfArpTpa(true).build();
287         }
288         if (srcValue == NiciraMatchCodecs.NXM_OF_IN_PORT_CODEC.getHeaderWithoutHasMask().toLong()) {
289             return new SrcNxOfInPortCaseBuilder().setOfInPort(true).build();
290         }
291         if (srcValue == NiciraMatchCodecs.ETH_DST_CODEC.getHeaderWithoutHasMask().toLong()) {
292             return new SrcOfEthDstCaseBuilder().setOfEthDst(true).build();
293         }
294         if (srcValue == NiciraMatchCodecs.ETH_SRC_CODEC.getHeaderWithoutHasMask().toLong()) {
295             return new SrcOfEthSrcCaseBuilder().setOfEthSrc(true).build();
296         }
297         if (srcValue == NiciraMatchCodecs.ETH_TYPE_CODEC.getHeaderWithoutHasMask().toLong()) {
298             return new SrcOfEthTypeCaseBuilder().setOfEthType(true).build();
299         }
300         if (srcValue == NiciraMatchCodecs.TUN_IPV4_DST_CODEC.getHeaderWithoutHasMask().toLong()) {
301             return new SrcNxTunIpv4DstCaseBuilder().setNxTunIpv4Dst(true).build();
302         }
303         if (srcValue == NiciraMatchCodecs.TUN_IPV4_SRC_CODEC.getHeaderWithoutHasMask().toLong()) {
304             return new SrcNxTunIpv4SrcCaseBuilder().setNxTunIpv4Src(true).build();
305         }
306         if (srcValue == NiciraMatchCodecs.NSP_CODEC.getHeaderWithoutHasMask().toLong()) {
307             return new SrcNxNspCaseBuilder().setNxNspDst(true).build();
308         }
309         if (srcValue == NiciraMatchCodecs.NSI_CODEC.getHeaderWithoutHasMask().toLong()) {
310             return new SrcNxNsiCaseBuilder().setNxNsiDst(true).build();
311         }
312         if (srcValue == NiciraMatchCodecs.NSC1_CODEC.getHeaderWithoutHasMask().toLong()) {
313             return new SrcNxNshc1CaseBuilder().setNxNshc1Dst(true).build();
314         }
315         if (srcValue == NiciraMatchCodecs.NSC2_CODEC.getHeaderWithoutHasMask().toLong()) {
316             return new SrcNxNshc2CaseBuilder().setNxNshc2Dst(true).build();
317         }
318         if (srcValue == NiciraMatchCodecs.NSC3_CODEC.getHeaderWithoutHasMask().toLong()) {
319             return new SrcNxNshc3CaseBuilder().setNxNshc3Dst(true).build();
320         }
321         if (srcValue == NiciraMatchCodecs.NSC4_CODEC.getHeaderWithoutHasMask().toLong()) {
322             return new SrcNxNshc4CaseBuilder().setNxNshc4Dst(true).build();
323         }
324         if (srcValue == NiciraMatchCodecs.ENCAP_ETH_SRC_CODEC.getHeaderWithoutHasMask().toLong()) {
325             return new SrcNxEncapEthSrcCaseBuilder().setNxEncapEthSrc(true).build();
326         }
327         if (srcValue == NiciraMatchCodecs.ENCAP_ETH_DST_CODEC.getHeaderWithoutHasMask().toLong()) {
328             return new SrcNxEncapEthDstCaseBuilder().setNxEncapEthDst(true).build();
329         }
330         if (srcValue == NiciraMatchCodecs.NSH_MDTYPE_CODEC.getHeaderWithoutHasMask().toLong()) {
331             return new SrcNxNshMdtypeCaseBuilder().setNxNshMdtype(true).build();
332         }
333         if (srcValue == NiciraMatchCodecs.NSH_NP_CODEC.getHeaderWithoutHasMask().toLong()) {
334             return new SrcNxNshNpCaseBuilder().setNxNshNp(true).build();
335         }
336         if (srcValue == NiciraMatchCodecs.TUN_GPE_NP_CODEC.getHeaderWithoutHasMask().toLong()) {
337             return new SrcNxTunGpeNpCaseBuilder().setNxTunGpeNp(true).build();
338         }
339         if (srcValue == NiciraMatchCodecs.IP_DST_CODEC.getHeaderWithoutHasMask().toLong()) {
340             return new SrcOfIpDstCaseBuilder().setOfIpDst(true).build();
341         }
342         if (srcValue == NiciraMatchCodecs.IP_SRC_CODEC.getHeaderWithoutHasMask().toLong()) {
343             return new SrcOfIpSrcCaseBuilder().setOfIpSrc(true).build();
344         }
345
346         throw new CodecPreconditionException("Missing codec for " + new NxmHeader(srcValue));
347     }
348
349     private static Class<? extends NxmNxReg> resolveReg(long value) {
350         if (value == NiciraMatchCodecs.REG0_CODEC.getHeaderWithoutHasMask().toLong()) {
351             return NxmNxReg0.class;
352         }
353         if (value == NiciraMatchCodecs.REG1_CODEC.getHeaderWithoutHasMask().toLong()) {
354             return NxmNxReg1.class;
355         }
356         if (value == NiciraMatchCodecs.REG2_CODEC.getHeaderWithoutHasMask().toLong()) {
357             return NxmNxReg2.class;
358         }
359         if (value == NiciraMatchCodecs.REG3_CODEC.getHeaderWithoutHasMask().toLong()) {
360             return NxmNxReg3.class;
361         }
362         if (value == NiciraMatchCodecs.REG4_CODEC.getHeaderWithoutHasMask().toLong()) {
363             return NxmNxReg4.class;
364         }
365         if (value == NiciraMatchCodecs.REG5_CODEC.getHeaderWithoutHasMask().toLong()) {
366             return NxmNxReg5.class;
367         }
368         if (value == NiciraMatchCodecs.REG6_CODEC.getHeaderWithoutHasMask().toLong()) {
369             return NxmNxReg6.class;
370         }
371         if (value == NiciraMatchCodecs.REG7_CODEC.getHeaderWithoutHasMask().toLong()) {
372             return NxmNxReg7.class;
373         }
374         return null;
375     }
376
377     private static org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action resolveAction(
378             NxRegMove value, ActionPath path) {
379         switch (path) {
380             case NODES_NODE_TABLE_FLOW_INSTRUCTIONS_INSTRUCTION_WRITEACTIONSCASE_WRITEACTIONS_ACTION_ACTION_EXTENSIONLIST_EXTENSION:
381                 return new NxActionRegMoveNodesNodeTableFlowWriteActionsCaseBuilder().setNxRegMove(value).build();
382             case FLOWSSTATISTICSUPDATE_FLOWANDSTATISTICSMAPLIST_INSTRUCTIONS_INSTRUCTION_INSTRUCTION_WRITEACTIONSCASE_WRITEACTIONS_ACTION_ACTION:
383                 return new NxActionRegMoveNotifFlowsStatisticsUpdateWriteActionsCaseBuilder().setNxRegMove(value).build();
384             case FLOWSSTATISTICSUPDATE_FLOWANDSTATISTICSMAPLIST_INSTRUCTIONS_INSTRUCTION_INSTRUCTION_APPLYACTIONSCASE_APPLYACTIONS_ACTION_ACTION:
385                 return new NxActionRegMoveNotifFlowsStatisticsUpdateApplyActionsCaseBuilder().setNxRegMove(value).build();
386             case GROUPDESCSTATSUPDATED_GROUPDESCSTATS_BUCKETS_BUCKET_ACTION:
387                 return new NxActionRegMoveNotifGroupDescStatsUpdatedCaseBuilder().setNxRegMove(value).build();
388             default:
389                 throw new CodecPreconditionException(path);
390         }
391     }
392
393     @Override
394     public Action convert(org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action nxActionArg) {
395         Preconditions.checkArgument(nxActionArg instanceof NxActionRegMoveGrouping);
396         NxActionRegMoveGrouping nxAction = (NxActionRegMoveGrouping) nxActionArg;
397
398         Dst dst = nxAction.getNxRegMove().getDst();
399         Src src = nxAction.getNxRegMove().getSrc();
400         ActionRegMoveBuilder actionRegMoveBuilder = new ActionRegMoveBuilder();
401         NxActionRegMoveBuilder nxActionRegMove = new NxActionRegMoveBuilder();
402
403         nxActionRegMove.setDst(resolveDst(dst.getDstChoice()));
404         nxActionRegMove.setDstOfs(dst.getStart());
405         nxActionRegMove.setSrc(resolveSrc(src.getSrcChoice()));
406         nxActionRegMove.setSrcOfs(src.getStart());
407         nxActionRegMove.setNBits(dst.getEnd() - dst.getStart() + 1);
408         actionRegMoveBuilder.setNxActionRegMove(nxActionRegMove.build());
409         return ActionUtil.createAction(actionRegMoveBuilder.build());
410     }
411
412     public static long resolveDst(DstChoice dstChoice) {
413         if (dstChoice instanceof DstNxRegCase) {
414             return resolveReg(((DstNxRegCase) dstChoice).getNxReg());
415         }
416         if (dstChoice instanceof DstNxTunIdCase) {
417             return NiciraMatchCodecs.TUN_ID_CODEC.getHeaderWithoutHasMask().toLong();
418         }
419         if (dstChoice instanceof DstNxArpShaCase) {
420             return NiciraMatchCodecs.ARP_SHA_CODEC.getHeaderWithoutHasMask().toLong();
421         }
422         if (dstChoice instanceof DstNxArpThaCase) {
423             return NiciraMatchCodecs.ARP_THA_CODEC.getHeaderWithoutHasMask().toLong();
424         }
425         if (dstChoice instanceof DstOfArpOpCase) {
426             return NiciraMatchCodecs.ARP_OP_CODEC.getHeaderWithoutHasMask().toLong();
427         }
428         if (dstChoice instanceof DstOfArpSpaCase) {
429             return NiciraMatchCodecs.ARP_SPA_CODEC.getHeaderWithoutHasMask().toLong();
430         }
431         if (dstChoice instanceof DstOfArpTpaCase) {
432             return NiciraMatchCodecs.ARP_TPA_CODEC.getHeaderWithoutHasMask().toLong();
433         }
434         if (dstChoice instanceof DstNxOfInPortCase) {
435             return NiciraMatchCodecs.NXM_OF_IN_PORT_CODEC.getHeaderWithoutHasMask().toLong();
436         }
437         if (dstChoice instanceof DstOfMplsLabelCase) {
438             return NiciraMatchCodecs.OXM_OF_MPLS_LABEL.getHeaderWithoutHasMask().toLong();
439         }
440         if (dstChoice instanceof DstNxTunIpv4DstCase) {
441             return NiciraMatchCodecs.TUN_IPV4_DST_CODEC.getHeaderWithoutHasMask().toLong();
442         }
443         if (dstChoice instanceof DstNxTunIpv4SrcCase) {
444             return NiciraMatchCodecs.TUN_IPV4_SRC_CODEC.getHeaderWithoutHasMask().toLong();
445         }
446         if (dstChoice instanceof DstOfEthDstCase) {
447             return NiciraMatchCodecs.ETH_DST_CODEC.getHeaderWithoutHasMask().toLong();
448         }
449         if (dstChoice instanceof DstOfEthSrcCase) {
450             return NiciraMatchCodecs.ETH_SRC_CODEC.getHeaderWithoutHasMask().toLong();
451         }
452         if (dstChoice instanceof DstNxTunIpv4DstCase) {
453             return NiciraMatchCodecs.TUN_IPV4_DST_CODEC.getHeaderWithoutHasMask().toLong();
454         }
455         if (dstChoice instanceof DstNxTunIpv4SrcCase) {
456             return NiciraMatchCodecs.TUN_IPV4_SRC_CODEC.getHeaderWithoutHasMask().toLong();
457         }
458         if (dstChoice instanceof DstNxNspCase) {
459             return NiciraMatchCodecs.NSP_CODEC.getHeaderWithoutHasMask().toLong();
460         }
461         if (dstChoice instanceof DstNxNsiCase) {
462             return NiciraMatchCodecs.NSI_CODEC.getHeaderWithoutHasMask().toLong();
463         }
464         if (dstChoice instanceof DstNxNshc1Case) {
465             return  NiciraMatchCodecs.NSC1_CODEC.getHeaderWithoutHasMask().toLong();
466         }
467         if (dstChoice instanceof DstNxNshc2Case) {
468             return  NiciraMatchCodecs.NSC2_CODEC.getHeaderWithoutHasMask().toLong();
469         }
470         if (dstChoice instanceof DstNxNshc3Case) {
471             return  NiciraMatchCodecs.NSC3_CODEC.getHeaderWithoutHasMask().toLong();
472         }
473         if (dstChoice instanceof DstNxNshc4Case) {
474             return  NiciraMatchCodecs.NSC4_CODEC.getHeaderWithoutHasMask().toLong();
475         }
476         if (dstChoice instanceof DstOfIpSrcCase) {
477             return NiciraMatchCodecs.IP_SRC_CODEC.getHeaderWithoutHasMask().toLong();
478         }
479         if (dstChoice instanceof DstOfIpDstCase) {
480             return NiciraMatchCodecs.IP_DST_CODEC.getHeaderWithoutHasMask().toLong();
481         }
482         if (dstChoice instanceof DstOfIcmpTypeCase) {
483             return NiciraMatchCodecs.ICMP_TYPE_CODEC.getHeaderWithoutHasMask().toLong();
484         }
485         if (dstChoice instanceof DstNxEncapEthSrcCase) {
486             return  NiciraMatchCodecs.ENCAP_ETH_SRC_CODEC.getHeaderWithoutHasMask().toLong();
487         }
488         if (dstChoice instanceof DstNxEncapEthDstCase) {
489             return  NiciraMatchCodecs.ENCAP_ETH_DST_CODEC.getHeaderWithoutHasMask().toLong();
490         }
491         if (dstChoice instanceof DstNxNshMdtypeCase) {
492             return  NiciraMatchCodecs.NSH_MDTYPE_CODEC.getHeaderWithoutHasMask().toLong();
493         }
494         if (dstChoice instanceof DstNxNshNpCase) {
495             return  NiciraMatchCodecs.NSH_NP_CODEC.getHeaderWithoutHasMask().toLong();
496         }
497         if (dstChoice instanceof DstNxTunGpeNpCase) {
498             return  NiciraMatchCodecs.TUN_GPE_NP_CODEC.getHeaderWithoutHasMask().toLong();
499         }
500
501
502         throw new CodecPreconditionException("Missing implementation of a case in dst-choice? " + dstChoice.getClass());
503     }
504
505     static long resolveSrc(SrcChoice srcChoice) {
506         if (srcChoice instanceof SrcNxRegCase) {
507             return resolveReg(((SrcNxRegCase) srcChoice).getNxReg());
508         }
509         if (srcChoice instanceof SrcNxTunIdCase) {
510             return NiciraMatchCodecs.TUN_ID_CODEC.getHeaderWithoutHasMask().toLong();
511         }
512         if (srcChoice instanceof SrcNxArpShaCase) {
513             return NiciraMatchCodecs.ARP_SHA_CODEC.getHeaderWithoutHasMask().toLong();
514         }
515         if (srcChoice instanceof SrcNxArpThaCase) {
516             return NiciraMatchCodecs.ARP_THA_CODEC.getHeaderWithoutHasMask().toLong();
517         }
518         if (srcChoice instanceof SrcOfArpOpCase) {
519             return NiciraMatchCodecs.ARP_OP_CODEC.getHeaderWithoutHasMask().toLong();
520         }
521         if (srcChoice instanceof SrcOfArpSpaCase) {
522             return NiciraMatchCodecs.ARP_SPA_CODEC.getHeaderWithoutHasMask().toLong();
523         }
524         if (srcChoice instanceof SrcOfArpTpaCase) {
525             return NiciraMatchCodecs.ARP_TPA_CODEC.getHeaderWithoutHasMask().toLong();
526         }
527         if (srcChoice instanceof SrcNxOfInPortCase) {
528             return NiciraMatchCodecs.NXM_OF_IN_PORT_CODEC.getHeaderWithoutHasMask().toLong();
529         }
530         if (srcChoice instanceof SrcNxOfMplsLabelCase) {
531             return NiciraMatchCodecs.OXM_OF_MPLS_LABEL.getHeaderWithoutHasMask().toLong();
532         }
533         if (srcChoice instanceof SrcNxTunIpv4DstCase) {
534             return NiciraMatchCodecs.TUN_IPV4_DST_CODEC.getHeaderWithoutHasMask().toLong();
535         }
536         if (srcChoice instanceof SrcNxTunIpv4SrcCase) {
537             return NiciraMatchCodecs.TUN_IPV4_SRC_CODEC.getHeaderWithoutHasMask().toLong();
538         }
539         if (srcChoice instanceof SrcOfEthDstCase) {
540             return NiciraMatchCodecs.ETH_DST_CODEC.getHeaderWithoutHasMask().toLong();
541         }
542         if (srcChoice instanceof SrcOfEthSrcCase) {
543             return NiciraMatchCodecs.ETH_SRC_CODEC.getHeaderWithoutHasMask().toLong();
544         }
545         if (srcChoice instanceof SrcOfEthTypeCase) {
546             return NiciraMatchCodecs.ETH_TYPE_CODEC.getHeaderWithoutHasMask().toLong();
547         }
548         if (srcChoice instanceof SrcNxTunIpv4DstCase) {
549             return NiciraMatchCodecs.TUN_IPV4_DST_CODEC.getHeaderWithoutHasMask().toLong();
550         }
551         if (srcChoice instanceof SrcNxTunIpv4SrcCase) {
552             return NiciraMatchCodecs.TUN_IPV4_SRC_CODEC.getHeaderWithoutHasMask().toLong();
553         }
554         if (srcChoice instanceof SrcNxNspCase) {
555             return NiciraMatchCodecs.NSP_CODEC.getHeaderWithoutHasMask().toLong();
556         }
557         if (srcChoice instanceof SrcNxNsiCase) {
558             return NiciraMatchCodecs.NSI_CODEC.getHeaderWithoutHasMask().toLong();
559         }
560         if (srcChoice instanceof SrcNxNshc1Case) {
561             return  NiciraMatchCodecs.NSC1_CODEC.getHeaderWithoutHasMask().toLong();
562         }
563         if (srcChoice instanceof SrcNxNshc2Case) {
564             return  NiciraMatchCodecs.NSC2_CODEC.getHeaderWithoutHasMask().toLong();
565         }
566         if (srcChoice instanceof SrcNxNshc3Case) {
567             return  NiciraMatchCodecs.NSC3_CODEC.getHeaderWithoutHasMask().toLong();
568         }
569         if (srcChoice instanceof SrcNxNshc4Case) {
570             return  NiciraMatchCodecs.NSC4_CODEC.getHeaderWithoutHasMask().toLong();
571         }
572         if (srcChoice instanceof SrcOfIpSrcCase) {
573             return NiciraMatchCodecs.IP_SRC_CODEC.getHeaderWithoutHasMask().toLong();
574         }
575         if (srcChoice instanceof SrcOfIpDstCase) {
576             return NiciraMatchCodecs.IP_DST_CODEC.getHeaderWithoutHasMask().toLong();
577         }
578         if (srcChoice instanceof SrcNxEncapEthSrcCase) {
579             return  NiciraMatchCodecs.ENCAP_ETH_SRC_CODEC.getHeaderWithoutHasMask().toLong();
580         }
581         if (srcChoice instanceof SrcNxEncapEthDstCase) {
582             return  NiciraMatchCodecs.ENCAP_ETH_DST_CODEC.getHeaderWithoutHasMask().toLong();
583         }
584         if (srcChoice instanceof SrcNxNshMdtypeCase) {
585             return  NiciraMatchCodecs.NSH_MDTYPE_CODEC.getHeaderWithoutHasMask().toLong();
586         }
587         if (srcChoice instanceof SrcNxNshNpCase) {
588             return  NiciraMatchCodecs.NSH_NP_CODEC.getHeaderWithoutHasMask().toLong();
589         }
590         if (srcChoice instanceof SrcNxTunGpeNpCase) {
591             return  NiciraMatchCodecs.TUN_GPE_NP_CODEC.getHeaderWithoutHasMask().toLong();
592         }
593
594         throw new CodecPreconditionException("Missing implementation of a case in src-choice? " + srcChoice.getClass());
595     }
596
597     private static long resolveReg(Class<? extends NxmNxReg> reg) {
598         if (reg.equals(NxmNxReg0.class)) {
599             return NiciraMatchCodecs.REG0_CODEC.getHeaderWithoutHasMask().toLong();
600         }
601         if (reg.equals(NxmNxReg1.class)) {
602             return NiciraMatchCodecs.REG1_CODEC.getHeaderWithoutHasMask().toLong();
603         }
604         if (reg.equals(NxmNxReg2.class)) {
605             return NiciraMatchCodecs.REG2_CODEC.getHeaderWithoutHasMask().toLong();
606         }
607         if (reg.equals(NxmNxReg3.class)) {
608             return NiciraMatchCodecs.REG3_CODEC.getHeaderWithoutHasMask().toLong();
609         }
610         if (reg.equals(NxmNxReg4.class)) {
611             return NiciraMatchCodecs.REG4_CODEC.getHeaderWithoutHasMask().toLong();
612         }
613         if (reg.equals(NxmNxReg5.class)) {
614             return NiciraMatchCodecs.REG5_CODEC.getHeaderWithoutHasMask().toLong();
615         }
616         if (reg.equals(NxmNxReg6.class)) {
617             return NiciraMatchCodecs.REG6_CODEC.getHeaderWithoutHasMask().toLong();
618         }
619         if (reg.equals(NxmNxReg7.class)) {
620             return NiciraMatchCodecs.REG7_CODEC.getHeaderWithoutHasMask().toLong();
621         }
622         throw new CodecPreconditionException("Missing codec for nxm_nx_reg?" + reg);
623     }
624
625 }