Uses of Class
simulator.views.Simulator.FormSubgroupsMode

Packages that use Simulator.FormSubgroupsMode
simulator.views   
 

Uses of Simulator.FormSubgroupsMode in simulator.views
 

Fields in simulator.views declared as Simulator.FormSubgroupsMode
private  Simulator.FormSubgroupsMode Simulator.NetClosenessThread.subgroupMode
           
 

Methods in simulator.views that return Simulator.FormSubgroupsMode
static Simulator.FormSubgroupsMode Simulator.FormSubgroupsMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Simulator.FormSubgroupsMode[] Simulator.FormSubgroupsMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in simulator.views with parameters of type Simulator.FormSubgroupsMode
private  java.util.Vector<ProxyGroup> Simulator.calculateBandwidthsForGroup(ProxyGroup group, java.lang.String resultFilePath, Simulator.SimExecMode execMode, java.util.Hashtable<java.lang.String,java.lang.Double> groupBws, Simulator.FormSubgroupsMode subgroupMode)
          Calculates the bandwidths in this group (by using PlabClientCaller) and forms subgroups by calculating netCloseness
 

Constructors in simulator.views with parameters of type Simulator.FormSubgroupsMode
Simulator.NetClosenessThread(Simulator sim, ProxyGroup group, java.lang.String resultFilePath, Simulator.SimExecMode execMode, java.util.Hashtable<java.lang.String,java.lang.Double> groupBws, Simulator.FormSubgroupsMode subgroupMode)
          Constructs the NetClosenessThread