Uses of Class
org.opendaylight.neutron.spi.NeutronSFCFlowClassifier
-
Packages that use NeutronSFCFlowClassifier Package Description org.opendaylight.neutron.northbound.api org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of NeutronSFCFlowClassifier in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronSFCFlowClassifier Modifier and Type Method Description protected voidNeutronSFCFlowClassifiersNorthbound. updateDelta(String uuid, NeutronSFCFlowClassifier delta, NeutronSFCFlowClassifier original) -
Uses of NeutronSFCFlowClassifier in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi with parameters of type NeutronSFCFlowClassifier Modifier and Type Method Description protected booleanNeutronSFCFlowClassifier. extractField(String field, NeutronSFCFlowClassifier ans) -
Uses of NeutronSFCFlowClassifier in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return NeutronSFCFlowClassifier Modifier and Type Method Description protected NeutronSFCFlowClassifierNeutronSFCFlowClassifierInterface. fromMd(SfcFlowClassifier mdClassifier)Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronSFCFlowClassifier Modifier and Type Method Description protected SfcFlowClassifierNeutronSFCFlowClassifierInterface. toMd(NeutronSFCFlowClassifier neutronClassifier)
-