Interface NodeFlow

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Flow, GenericFlowAttributes, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
    All Known Subinterfaces:
    AddFlowInput, FlowAdded, FlowRemoved, FlowUpdated, RemoveFlowInput

    public interface NodeFlow
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, Flow
    Top openflow flow structure suitable for rpc input (contains node-context).

    This class represents the following YANG schema fragment defined in module sal-flow

     grouping node-flow {
       uses inv:node-context-ref;
       leaf flow-table {
         type flow-table-ref;
       }
       uses types:flow;
     }
     
    The schema path to identify an instance is sal-flow/node-flow
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends NodeFlow> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Flow
        Specified by:
        implementedInterface in interface GenericFlowAttributes
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
      • getFlowTable

        FlowTableRef getFlowTable()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.flow.service.rev130819.FlowTableRef flowTable, or null if not present