Uses of Class
org.processmining.framework.util.GUIPropertyIntegerTextField

Packages that use GUIPropertyIntegerTextField
org.processmining.exporting.petrinet.cpnexport.HLImplementation.HLDistribution   
 

Uses of GUIPropertyIntegerTextField in org.processmining.exporting.petrinet.cpnexport.HLImplementation.HLDistribution
 

Constructors in org.processmining.exporting.petrinet.cpnexport.HLImplementation.HLDistribution with parameters of type GUIPropertyIntegerTextField
HLBinomialDistribution(GUIPropertyIntegerTextField numberExperiments, GUIPropertyDoubleTextField probability)
          Creates a binomial distribution based on a number of experiments and a probability value
HLChiSquareDistribution(GUIPropertyIntegerTextField degreesFreedom)
          Creates a chi square distribution based on a degrees of freedom value
HLDiscreteDistribution(GUIPropertyIntegerTextField min, GUIPropertyIntegerTextField max)
          Creates a discrete distribution based on a minimal and a maximal value.
HLErlangDistribution(GUIPropertyIntegerTextField n, GUIPropertyDoubleTextField intensity)
          Creates a erlang distribution based on a number of drawings and an intensity value
HLStudentDistribution(GUIPropertyIntegerTextField degreesFreedom)
          Creates a chi square distribution based on a degrees of freedom value