Changes between Version 16 and Version 17 of GENIEducation/HyperNets


Ignore:
Timestamp:
08/16/13 14:11:08 (11 years ago)
Author:
shuang@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/HyperNets

    v16 v17  
    111111 #import pvnlib.*
    112112 ...
     113 private PVNLib myPVN = new PVNLib("andor.gpolab.bbn.com");
    113114 private static boolean regPVN(Config myConfig) {
    114115        APIMessage retValue = myPVN.registerPVN(myConfig);
     
    117118 }
    118119}}}
     120 - Topology buildRandomRing(String pvnName, int nodeNum): builds a random ring with nodeNum of nodes on the ring, returns the topology of the ring. e.g.,
     121{{{
     122 #import pvnlib.*
     123 ...
     124 Topology myRing = myPVN.buildRandomRing(myConfig.PVNName, myConfig.nodeNum);
     125}}}
    119126
    120127