public abstract class PropertyDistribution extends HighLevelProperty<Distribution>
| Modifier and Type | Field and Description |
|---|---|
java.lang.Double |
mode |
java.lang.Double |
probability |
java.lang.Double |
scaleFactor |
java.lang.Double |
translationConstant |
java.lang.Long |
trials |
| Constructor and Description |
|---|
PropertyDistribution() |
| Modifier and Type | Method and Description |
|---|---|
Distribution |
clone(java.lang.Object element) |
java.lang.String |
marshall(java.lang.Object values) |
java.lang.Object |
unmarshall(java.lang.String xml) |
compare, equals, getDependencies, getGUIProperty, getIcon, getMeaningfulTypeConstructs, getValueDouble, hashCode, hasOrdering, higherBetter, monotonicity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDefaultValue, getID, getNamepublic java.lang.Double probability
public java.lang.Long trials
public java.lang.Double mode
public java.lang.Double scaleFactor
public java.lang.Double translationConstant
public java.lang.String marshall(java.lang.Object values)
values - the value of the object to be writtenpublic java.lang.Object unmarshall(java.lang.String xml)
xml - the xml fragment to be parsedpublic Distribution clone(java.lang.Object element)