Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B D E G I L M N O R S U V

A

alpha - Variable in class org.mrd.jelly.random.Beta
Holds value of property alpha.
alpha - Variable in class org.mrd.jelly.random.Gamma
Holds value of property alpha.

B

Beta - class org.mrd.jelly.random.Beta.
This is a random number generation class that produces pseudo-random doubles acording to a configured Beta Distribution.
Beta() - Constructor for class org.mrd.jelly.random.Beta
 
beta - Variable in class org.mrd.jelly.random.Beta
Holds value of property beta.

D

DistributionTagBase - class org.mrd.jelly.random.DistributionTagBase.
 
DistributionTagBase() - Constructor for class org.mrd.jelly.random.DistributionTagBase
 
doBody(XMLOutput) - Method in class org.mrd.jelly.random.DistributionTagBase
 
doEndTag(XMLOutput) - Method in class org.mrd.jelly.random.DistributionTagBase
 
doStartTag(XMLOutput) - Method in class org.mrd.jelly.random.Beta
Used by Ant to check if the appropriate attributes have been filled out.
doStartTag(XMLOutput) - Method in class org.mrd.jelly.random.DistributionTagBase
 
doStartTag(XMLOutput) - Method in class org.mrd.jelly.random.Gamma
Used by Ant to check if the appropriate attributes have been filled out.
doStartTag(XMLOutput) - Method in class org.mrd.jelly.random.Normal
Used by Ant to check if the appropriate attributes have been filled out.
doStartTag(XMLOutput) - Method in class org.mrd.jelly.random.Uniform
Used by Ant to check if the appropriate attributes have been filled out.
doTag(XMLOutput) - Method in class org.mrd.jelly.random.DistributionTagBase
Simply put, it is where the execution of the tag occurs, it will checkAttributes, then call run.
doTag(XMLOutput) - Method in class org.mrd.jelly.random.MersenneTwister
Used to check if the appropriate attributes have been filled out.

E

engine - Variable in class org.mrd.jelly.random.DistributionTagBase
Holds value of property engine.

G

Gamma - class org.mrd.jelly.random.Gamma.
This is a random number generation class that produces pseudo-random doubles acording to a configured Lambda Distribution.
Gamma() - Constructor for class org.mrd.jelly.random.Gamma
 
getAlpha() - Method in class org.mrd.jelly.random.Beta
Getter for property alpha.
getAlpha() - Method in class org.mrd.jelly.random.Gamma
Getter for property alpha.
getBeta() - Method in class org.mrd.jelly.random.Beta
Getter for property beta.
getEngine() - Method in class org.mrd.jelly.random.DistributionTagBase
Getter for property engine.
getLambda() - Method in class org.mrd.jelly.random.Gamma
Getter for property lambda.
getMax() - Method in class org.mrd.jelly.random.Uniform
Getter for property max.
getMean() - Method in class org.mrd.jelly.random.Beta
Getter for property mean.
getMean() - Method in class org.mrd.jelly.random.Normal
Getter for property mean.
getMin() - Method in class org.mrd.jelly.random.Uniform
Getter for property min.
getRandomElement() - Method in class org.mrd.jelly.random.DistributionTagBase
 
getSeed() - Method in class org.mrd.jelly.random.MersenneTwister
Getter for property seed.
getStd() - Method in class org.mrd.jelly.random.Beta
Getter for property std.
getStd() - Method in class org.mrd.jelly.random.Normal
Getter for property std.
getVar() - Method in class org.mrd.jelly.random.DistributionTagBase
Getter for property var.
getVar() - Method in class org.mrd.jelly.random.MersenneTwister
Getter for property var.

I

isLimitVariance() - Method in class org.mrd.jelly.random.Beta
Getter for property limitVariance.

L

lambda - Variable in class org.mrd.jelly.random.Gamma
Holds value of property lambda.
limitVariance - Variable in class org.mrd.jelly.random.Beta
Holds value of property limitVariance.
log - Static variable in class org.mrd.jelly.random.RandomTagLibrary
The Log to which logging calls will be made.

M

MersenneTwister - class org.mrd.jelly.random.MersenneTwister.
 
MersenneTwister() - Constructor for class org.mrd.jelly.random.MersenneTwister
 
max - Variable in class org.mrd.jelly.random.Uniform
Holds value of property max.
mean - Variable in class org.mrd.jelly.random.Beta
Holds value of property mean.
mean - Variable in class org.mrd.jelly.random.Normal
Holds value of property mean.
min - Variable in class org.mrd.jelly.random.Uniform
Holds value of property min.

N

Normal - class org.mrd.jelly.random.Normal.
This is a random number generation class that produces pseudo-random doubles acording to a configured Normal Distribution.
Normal() - Constructor for class org.mrd.jelly.random.Normal
 

O

org.mrd.jelly.random - package org.mrd.jelly.random
 

R

RandomTagLibrary - class org.mrd.jelly.random.RandomTagLibrary.
 
RandomTagLibrary() - Constructor for class org.mrd.jelly.random.RandomTagLibrary
Creates a new instance of DistributionTagFactory

S

seed - Variable in class org.mrd.jelly.random.MersenneTwister
Holds value of property seed.
setAlpha(double) - Method in class org.mrd.jelly.random.Beta
If used Beta is configured by alpha and beta is also required.
setAlpha(double) - Method in class org.mrd.jelly.random.Gamma
Setter for property alpha.
setBeta(double) - Method in class org.mrd.jelly.random.Beta
If used Beta is configured by beta and alpha is also required.
setByMean - Variable in class org.mrd.jelly.random.Beta
 
setEngine(RandomElement) - Method in class org.mrd.jelly.random.DistributionTagBase
Setter for property engine.
setLambda(double) - Method in class org.mrd.jelly.random.Gamma
Setter for property lambda.
setLimitVariance(boolean) - Method in class org.mrd.jelly.random.Beta
Available when Beta is configured by Mean and Std.
setMax(int) - Method in class org.mrd.jelly.random.Uniform
Setter for property max.
setMean(double) - Method in class org.mrd.jelly.random.Beta
If used Beta is configured byMean and std is also required.
setMean(double) - Method in class org.mrd.jelly.random.Normal
Setter for property mean.
setMin(int) - Method in class org.mrd.jelly.random.Uniform
Setter for property min.
setSeed(Expression) - Method in class org.mrd.jelly.random.MersenneTwister
Setter for property seed.
setStd(double) - Method in class org.mrd.jelly.random.Beta
If used Beta is configured byMean and mean is also required.
setStd(double) - Method in class org.mrd.jelly.random.Normal
Setter for property std.
setVar(String) - Method in class org.mrd.jelly.random.DistributionTagBase
Setter for property var.
setVar(String) - Method in class org.mrd.jelly.random.MersenneTwister
Setter for property var.
std - Variable in class org.mrd.jelly.random.Beta
Holds value of property std.
std - Variable in class org.mrd.jelly.random.Normal
Holds value of property std.

U

Uniform - class org.mrd.jelly.random.Uniform.
This is a random number generation class that produces pseudo-random doubles acording to a configured Normal Distribution.
Uniform() - Constructor for class org.mrd.jelly.random.Uniform
 

V

var - Variable in class org.mrd.jelly.random.DistributionTagBase
Holds value of property var.
var - Variable in class org.mrd.jelly.random.MersenneTwister
Holds value of property var.

A B D E G I L M N O R S U V