edu.ucla.belief.decision
Class ParameterImpl
Object
ParameterImpl
- All Implemented Interfaces:
- Parameter
public class ParameterImpl
- extends Object
- implements Parameter
- Since:
- 120804
- Author:
- Keith Cascio
STR_ID_ALPHABET
public static final String STR_ID_ALPHABET
- See Also:
- Constant Field Values
ARRAY_ID_ALPHABET
public static final byte[] ARRAY_ID_ALPHABET
INT_ALPHABET_LENGTH
public static final int INT_ALPHABET_LENGTH
INT_ALPHABET_LAST_INDEX
public static final int INT_ALPHABET_LAST_INDEX
INT_ALPHABET_LENGTH_PLUS
public static final int INT_ALPHABET_LENGTH_PLUS
ParameterImpl
public ParameterImpl(String id,
double value)
ParameterImpl
public ParameterImpl(int seed,
double value)
toString
public String toString()
- Overrides:
toString
in class Object
setValue
public void setValue(double newval)
- Specified by:
setValue
in interface Parameter
getValue
public double getValue()
- Specified by:
getValue
in interface Parameter
getID
public String getID()
- Specified by:
getID
in interface Parameter
setID
public void setID(String newid)
- Specified by:
setID
in interface Parameter
sum
public static double sum(Collection parameters)
- Since:
- 011505
makeID
public static String makeID(int seed)
makeIDRecursive
public static String makeIDRecursive(int seed)
makeIDRec
public static String makeIDRec(int seed)
makeIDLinear
public static String makeIDLinear(int seed)
Copyright 2010 UCLA Automated Reasoning Group