Uses of Class
simulator.views.Simulator.SimExecMode

Packages that use Simulator.SimExecMode
simulator.views   
 

Uses of Simulator.SimExecMode in simulator.views
 

Fields in simulator.views declared as Simulator.SimExecMode
private  Simulator.SimExecMode Simulator.NetClosenessThread.execMode
           
 

Methods in simulator.views that return Simulator.SimExecMode
static Simulator.SimExecMode Simulator.SimExecMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Simulator.SimExecMode[] Simulator.SimExecMode.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.SimExecMode
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.SimExecMode
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