public class Experiment
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Experiment()
Instantiates a new experiment.
|
Modifier and Type | Method and Description |
---|---|
void |
addDimension(Percept p,
double d)
Adds the dimension.
|
double |
getProposition()
Gets the proposition.
|
java.util.HashMap<Percept,java.lang.Double> |
getRanges()
Gets the ranges.
|
java.util.LinkedHashMap<Percept,java.lang.Double> |
getValues()
Gets the values.
|
double[] |
getValuesAsArray()
Gets the values as array.
|
void |
setProposition(double proposition)
Sets the proposition.
|
void |
setValues(java.util.LinkedHashMap<Percept,java.lang.Double> ranges)
Sets the values.
|
public java.util.HashMap<Percept,java.lang.Double> getRanges()
public void setValues(java.util.LinkedHashMap<Percept,java.lang.Double> ranges)
ranges
- the rangespublic java.util.LinkedHashMap<Percept,java.lang.Double> getValues()
public void addDimension(Percept p, double d)
p
- the pd
- the dpublic double getProposition()
public void setProposition(double proposition)
proposition
- the new propositionpublic double[] getValuesAsArray()