Uses of Class
org.opendaylight.openflowplugin.applications.southboundcli.util.OFNode
-
Packages that use OFNode Package Description org.opendaylight.openflowplugin.applications.southboundcli.util -
-
Uses of OFNode in org.opendaylight.openflowplugin.applications.southboundcli.util
Methods in org.opendaylight.openflowplugin.applications.southboundcli.util that return OFNode Modifier and Type Method Description static OFNode
ShellUtil. getNode(long nodeId, org.opendaylight.mdsal.binding.api.DataBroker broker)
static OFNode
ShellUtil. getNodeInfo(Long nodeId, org.opendaylight.mdsal.binding.api.DataBroker broker)
Methods in org.opendaylight.openflowplugin.applications.southboundcli.util that return types with arguments of type OFNode Modifier and Type Method Description static List<OFNode>
ShellUtil. getAllNodes(NodeListener nodeListener)
Methods in org.opendaylight.openflowplugin.applications.southboundcli.util with parameters of type OFNode Modifier and Type Method Description int
OFNode. compareTo(OFNode node)
-