org.mrd.jelly.random
Class MersenneTwister

java.lang.Object
  |
  +--org.apache.commons.jelly.TagSupport
        |
        +--org.mrd.jelly.random.MersenneTwister
All Implemented Interfaces:
org.apache.commons.jelly.Tag

public class MersenneTwister
extends org.apache.commons.jelly.TagSupport

Author:
Administrator

Field Summary
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
MersenneTwister()
           
 
Method Summary
 void doTag(org.apache.commons.jelly.XMLOutput xMLOutput)
          Used to check if the appropriate attributes have been filled out.
 org.apache.commons.jelly.expression.Expression getSeed()
          Getter for property seed.
 java.lang.String getVar()
          Getter for property var.
 void setSeed(org.apache.commons.jelly.expression.Expression seed)
          Setter for property seed.
 void setVar(java.lang.String var)
          Setter for property var.
 
Methods inherited from class org.apache.commons.jelly.TagSupport
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MersenneTwister

public MersenneTwister()
Method Detail

doTag

public void doTag(org.apache.commons.jelly.XMLOutput xMLOutput)
           throws org.apache.commons.jelly.MissingAttributeException,
                  org.apache.commons.jelly.JellyTagException
Used to check if the appropriate attributes have been filled out.

Specified by:
doTag in interface org.apache.commons.jelly.Tag
Specified by:
doTag in class org.apache.commons.jelly.TagSupport
Throws:
BuildException - if attribute is not correctly filled in.
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException

getSeed

public org.apache.commons.jelly.expression.Expression getSeed()
Getter for property seed.

Returns:
Value of property seed.

setSeed

public void setSeed(org.apache.commons.jelly.expression.Expression seed)
Setter for property seed.

Parameters:
seed - New value of property seed.

getVar

public java.lang.String getVar()
Getter for property var.

Returns:
Value of property var.

setVar

public void setVar(java.lang.String var)
Setter for property var.

Parameters:
var - New value of property var.


Copyright © 2000-2003 Mark Robert Diggory. All Rights Reserved.