Class DecNshTtlConvertor
java.lang.Object
org.opendaylight.openflowplugin.extension.vendor.nicira.convertor.action.DecNshTtlConvertor
- All Implemented Interfaces:
ConvertorActionFromOFJava<Action,,ActionPath> ConvertorActionToOFJava<Action,Action>
public class DecNshTtlConvertor
extends Object
implements ConvertorActionToOFJava<Action,Action>, ConvertorActionFromOFJava<Action,ActionPath>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DecNshTtlConvertor
public DecNshTtlConvertor()
-
-
Method Details
-
convert
Description copied from interface:ConvertorActionFromOFJavaConvert MD-SAL model to OF action.- Specified by:
convertin interfaceConvertorActionFromOFJava<Action,ActionPath> - Parameters:
input- the MD-SAL containerpath- in yang schema where a converted value has to be augmented- Returns:
- message converted to MD-SAL and its type
-
convert
Description copied from interface:ConvertorActionToOFJavaConvert OF action MD-SAL model.- Specified by:
convertin interfaceConvertorActionToOFJava<Action,Action> - Parameters:
actionCase- where is vendor's augmentation- Returns:
- message converted to OFJava-API
-