edu.ucla.belief.inference
Interface ArithmeticExpression
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- S4DoubleExpression
public interface ArithmeticExpression
- extends Serializable
ADDITION
static final int ADDITION
- See Also:
- Constant Field Values
MULTIPLICATION
static final int MULTIPLICATION
- See Also:
- Constant Field Values
VALUE
static final int VALUE
- See Also:
- Constant Field Values
getValue
double getValue()
getParameter
double[] getParameter(int parameter)
setParameter
void setParameter(int parameter,
double[] values)
getPartial
double[] getPartial(int parameter)
getMemoryRequirements
double getMemoryRequirements()
getPropagationTime
double getPropagationTime()
edgeCount
int edgeCount()
nodeCount
int nodeCount()
Copyright 2010 UCLA Automated Reasoning Group