Interface ConvertorActionToOFJava<F extends Action,T extends org.opendaylight.yangtools.yang.binding.DataContainer>
-
- Type Parameters:
F- input message model - MD-SAL modelT- output message model - OFJava-API
- All Known Implementing Classes:
ConntrackConvertor,CtClearConvertor,DecapConvertor,DecNshTtlConvertor,EncapConvertor,FinTimeoutConvertor,LearnConvertor,MultipathConvertor,OutputReg2Convertor,OutputRegConvertor,OutputRegConvertorProxy,RegLoad2Convertor,RegLoadConvertor,RegLoadConvertorProxy,RegMoveConvertor,ResubmitConvertor
public interface ConvertorActionToOFJava<F extends Action,T extends org.opendaylight.yangtools.yang.binding.DataContainer>Convert action from MD-SAL model into OFJava-API model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tconvert(F actionCase)Convert OF action MD-SAL model.
-