]> git.mxchange.org Git - hub.git/blobdiff - application/hub/interfaces/helper/nodes/class_NodeHelper.php
More rewrites (and code stops):
[hub.git] / application / hub / interfaces / helper / nodes / class_NodeHelper.php
index 9717de9b5e5954b6d862b92a31f3081480d6a00c..83d4fca5a76756a3867904965720b956bef8a37f 100644 (file)
@@ -109,18 +109,18 @@ interface NodeHelper extends Helper, AddableCriteria {
        function doSelfConnection (Taskable $taskInstance);
 
        /**
-        * "Getter for address:port combination
+        * Determines the universal node locator
         *
-        * @return      $addressPort    A address:port combination for this node
+        * @return      $unl    A an universal node locator for this node
         */
-       function getAddressPort ();
+       function determineUniversalNodeLocator ();
 
        /**
-        * "Getter for address:port array
+        * "Getter for an universal node locator array
         *
-        * @return      $addressPortArray       An array address:port combination for this node
+        * @return      $unlArray       An array an universal node locator for this node
         */
-       function getAddressPortArray ();
+       function getUniversalNodeLocatorArray ();
 
        /**
         * Updates/refreshes node data (e.g. state).