Package org.processmining.exporting.petrinet.cpnexport.HLImplementation.HLDistribution

Class Summary
HLBernoulliDistribution Represents a uniform distribution that can be readily displayed as it maintains its own GUI panel.
HLBinomialDistribution Represents a bernoulli distribution that can be readily displayed as it maintains its own GUI panel.
HLChiSquareDistribution Represents a chi square distribution that can be readily displayed as it maintains its own GUI panel.
HLConstantDistribution Represents a constant distribution that can be readily displayed as it maintains its own GUI panel.
HLDiscreteDistribution Represents a discrete distribution that can be readily displayed as it maintains its own GUI panel.
HLErlangDistribution Represents an erlang distribution that can be readily displayed as it maintains its own GUI panel.
HLExponentialDistribution Represents an exponential distribution that can be readily displayed as it maintains its own GUI panel.
HLGeneralDistribution Represents a general distribution to which a lot of distribution related information can be provided, so that based on the provided information to this object separate distributions (like a HLUniformDistribution object or a HLNormalDistribution) can be provided.
HLNormalDistribution Represents a normal distribution that can be readily displayed as it maintains its own GUI panel.
HLPoissonDistribution Represents a poisson distribution that can be readily displayed as it maintains its own GUI panel.
HLStudentDistribution Represents a student distribution that can be readily displayed as it maintains its own GUI panel.
HLUniformDistribution Represents a uniform distribution that can be readily displayed as it maintains its own GUI panel.