public class RandomVariateBuilder
extends java.lang.Object
| Constructor and Description |
|---|
RandomVariateBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static RandomVariate |
buildRandomVariate(org.w3c.dom.Element element)
Builds a RandomVariate based on the contents of the given Element.
|
static RandomVariate[] |
buildRandomVariates(org.w3c.dom.Element element)
Builds RandomVariates based on the contents of the child Elements named
"RandomVariate".
|
static void |
main(java.lang.String[] args) |
public static RandomVariate buildRandomVariate(org.w3c.dom.Element element)
element - Given Elementjava.lang.IllegalArgumentException - If the name of the Element is not
"RandomVariate"public static RandomVariate[] buildRandomVariates(org.w3c.dom.Element element)
element - Given Elementpublic static void main(java.lang.String[] args)
throws java.lang.Throwable
java.lang.Throwable