public class UniformPrior extends Prior implements org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Copyable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
Java class for UniformPrior complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UniformPrior"> <complexContent> <extension base="{}Prior"> <sequence> <element name="min" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="max" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
max |
protected double |
min |
hint, id, initialVal
Constructor and Description |
---|
UniformPrior() |
Modifier and Type | Method and Description |
---|---|
Object |
copyTo(Object target) |
Object |
copyTo(Object target,
org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder) |
Object |
createCopy() |
boolean |
equals(Object object) |
void |
equals(Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder) |
double |
getMax()
Gets the value of the max property.
|
double |
getMin()
Gets the value of the min property.
|
int |
hashCode() |
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder) |
void |
setMax(double value)
Sets the value of the max property.
|
void |
setMin(double value)
Sets the value of the min property.
|
String |
toString() |
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder) |
getHint, getId, getInitialVal, setHint, setId, setInitialVal
public double getMin()
public void setMin(double value)
public double getMax()
public void setMax(double value)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
public void equals(Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
public Object copyTo(Object target, org.jvnet.jaxb2_commons.lang.builder.CopyBuilder copyBuilder)
public Object createCopy()
createCopy
in interface org.jvnet.jaxb2_commons.lang.Copyable
createCopy
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015 University of Glasgow. All rights reserved.