java.lang.Object
org.apache.commons.jelly.TagSupport
org.mrd.jelly.TagBase
org.mrd.jelly.distribution.DistributionTagBase
- All Implemented Interfaces:
- org.apache.commons.jelly.Tag
- Direct Known Subclasses:
- Beta, Gamma, Normal, Uniform
- public abstract class DistributionTagBase
- extends org.mrd.jelly.TagBase
| Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
var
private java.lang.String var
- Holds value of property var.
engine
private org.apache.commons.jelly.expression.Expression engine
- Holds value of property engine.
DistributionTagBase
public DistributionTagBase()
getRandomElement
public edu.cornell.lassp.houle.RngPack.RandomElement getRandomElement()
getEngine
public org.apache.commons.jelly.expression.Expression getEngine()
- Getter for property engine.
setEngine
public void setEngine(org.apache.commons.jelly.expression.Expression engine)
- Setter for property engine.
getVar
public java.lang.String getVar()
- Getter for property var.
setVar
public void setVar(java.lang.String var)
- Setter for property var.