Class FlowDescriptorFactory
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.registry.flow.FlowDescriptorFactory
-
public final class FlowDescriptorFactory extends Object
This class serves as factory for creatingFlowDescriptor
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static @NonNull FlowDescriptor
create(org.opendaylight.yangtools.yang.common.Uint8 tableId, @NonNull FlowId flowId)
-
-
-
Method Detail
-
create
public static @NonNull FlowDescriptor create(org.opendaylight.yangtools.yang.common.Uint8 tableId, @NonNull FlowId flowId)
-
-