Adapt TransportPCE code to Sulfur
[transportpce.git] / pce / src / main / java / org / opendaylight / transportpce / pce / networkanalyzer / PceNode.java
index 5e89108ffd6dc163bd427b3316ff39c018219b6a..5573ad61c5b97be38607f507a128aa03796d00a0 100644 (file)
@@ -26,7 +26,7 @@ public interface PceNode {
 
     void addOutgoingLink(PceLink outLink);
 
-    String getRdmSrgClient(String tp);
+    String getRdmSrgClient(String tp, String direction);
 
     String getXpdrClient(String tp);
 
@@ -58,13 +58,13 @@ public interface PceNode {
 
     /**
      * For optical node the slot width granularity from mc capabilities.
-     * @return BigDecimal.
+     * @return Decimal64.
      */
     BigDecimal getSlotWidthGranularity();
 
     /**
      * For optical node the central-frequency granularity from mc capabilities.
-     * @return BigDecimal.
+     * @return Decimal64.
      */
     BigDecimal getCentralFreqGranularity();
 }