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 Constructor Description DecNshTtlConvertor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Actionconvert(Action actionCase)Convert OF action MD-SAL model.Actionconvert(Action input, ActionPath path)Convert MD-SAL model to OF action.
-
-
-
Method Detail
-
convert
public Action convert(Action input, ActionPath path)
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
public Action convert(Action actionCase)
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
-
-