Uses of Interface
org.jminor.common.model.ItemRandomizer

Packages that use ItemRandomizer
org.jminor.common.model   
org.jminor.common.ui   
 

Uses of ItemRandomizer in org.jminor.common.model
 

Classes in org.jminor.common.model that implement ItemRandomizer
 class BoundedItemRandomizerModel<T>
          A ItemRandomizer with the added constraint that the total item weights can not exceed a defined maximum.
 class ItemRandomizerModel<T>
          A default ItemRandomizer implementation.
 

Methods in org.jminor.common.model that return ItemRandomizer
 ItemRandomizer<LoadTest.UsageScenario> LoadTestModel.getScenarioChooser()
          
 ItemRandomizer<LoadTest.UsageScenario> LoadTest.getScenarioChooser()
           
 

Uses of ItemRandomizer in org.jminor.common.ui
 

Methods in org.jminor.common.ui that return ItemRandomizer
 ItemRandomizer<T> ItemRandomizerPanel.getModel()
           
 

Constructors in org.jminor.common.ui with parameters of type ItemRandomizer
ItemRandomizerPanel(ItemRandomizer<T> itemRandomizer)
          Instantiates a new RandomItemPanel.