weka.filters.unsupervised.attribute
Class AddExpression.NumericOperand

java.lang.Object
  extended byweka.filters.unsupervised.attribute.AddExpression.NumericOperand
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AddExpression

private class AddExpression.NumericOperand
extends java.lang.Object
implements java.io.Serializable

Inner class for storing numeric constant opperands


Field Summary
protected  double m_numericConst
          numeric constant
 
Constructor Summary
AddExpression.NumericOperand(java.lang.String operand, boolean sign)
           
 
Method Summary
 java.lang.String toString()
          Return a string describing this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_numericConst

protected double m_numericConst
numeric constant

Constructor Detail

AddExpression.NumericOperand

public AddExpression.NumericOperand(java.lang.String operand,
                                    boolean sign)
                             throws java.lang.Exception
Method Detail

toString

public java.lang.String toString()
Return a string describing this object

Returns:
a string descibing the numeric operand