Uses of Class
org.eclipse.epsilon.emg.random.IEmgRandomGenerator.Distribution
-
Packages that use IEmgRandomGenerator.Distribution Package Description org.eclipse.epsilon.emg.random -
-
Uses of IEmgRandomGenerator.Distribution in org.eclipse.epsilon.emg.random
Methods in org.eclipse.epsilon.emg.random that return IEmgRandomGenerator.Distribution Modifier and Type Method Description static IEmgRandomGenerator.DistributionIEmgRandomGenerator.Distribution. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IEmgRandomGenerator.Distribution[]IEmgRandomGenerator.Distribution. values()Returns an array containing the constants of this enum type, in the order they are declared.
-