|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectCOM.hugin.HAPI.Expression
COM.hugin.HAPI.CompositeExpression
COM.hugin.HAPI.WeibullDistribution
Expression class representing the Weibull distribution.
Field Summary |
Constructor Summary | |
WeibullDistribution(Expression shape,
Expression scale)
Constructs a new WeibullDistribution. |
|
WeibullDistribution(Expression shape,
Expression scale,
Expression location)
Constructs a new WeibullDistribution. |
Method Summary | |
int |
getOperator()
Returns the operator of the Expression. |
Methods inherited from class COM.hugin.HAPI.CompositeExpression |
getOperands, isCompositeExpression |
Methods inherited from class COM.hugin.HAPI.Expression |
clone, delete, expressionToString, isConstantExpression, isNodeExpression, stringToExpression, stringToExpression |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WeibullDistribution(Expression shape, Expression scale) throws ExceptionHugin
public WeibullDistribution(Expression shape, Expression scale, Expression location) throws ExceptionHugin
Method Detail |
public int getOperator()
getOperator
in class Expression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |