blog
Class GenericProposer.PickVarToSampleResult

java.lang.Object
  extended by blog.GenericProposer.PickVarToSampleResult
Enclosing class:
GenericProposer

protected class GenericProposer.PickVarToSampleResult
extends java.lang.Object


Field Summary
 int numberOfChoices
           
 VarWithDistrib varToSample
           
 
Constructor Summary
GenericProposer.PickVarToSampleResult(VarWithDistrib varToSample, int numberOfChoices)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

varToSample

public VarWithDistrib varToSample

numberOfChoices

public int numberOfChoices
Constructor Detail

GenericProposer.PickVarToSampleResult

public GenericProposer.PickVarToSampleResult(VarWithDistrib varToSample,
                                             int numberOfChoices)