Class PathUtil
java.lang.Object
org.opendaylight.openflowplugin.impl.util.PathUtil
Purpose: utility class providing path tools.
-
Method Summary
Modifier and TypeMethodDescriptionstatic NodeIdextractNodeId(NodeRef input) Extracts node id from node reference.
-
Method Details
-
extractNodeId
Extracts node id from node reference.- Parameters:
input- reference toNode- Returns:
- node-id from given reference
-