Interface ConvertorActionFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>
-
- Type Parameters:
F- input message model - OFJava-APIP- represents possible paths in yang schema for augmentations
- All Known Implementing Classes:
ConntrackConvertor,CtClearConvertor,DecapConvertor,DecNshTtlConvertor,EncapConvertor,FinTimeoutConvertor,LearnConvertor,MultipathConvertor,OutputReg2Convertor,OutputRegConvertor,RegLoad2Convertor,RegLoadConvertor,RegMoveConvertor,ResubmitConvertor
public interface ConvertorActionFromOFJava<F extends org.opendaylight.yangtools.yang.binding.DataContainer,P extends AugmentationPath>Convert action from OFJava-API model into MD-SAL model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Actionconvert(F input, P path)Convert MD-SAL model to OF action.
-