Drools Workbench - Guided Decision Tree Model 6.2.0.Final

org.drools.workbench.models.guided.dtree.shared.model.values.impl
Class BigIntegerValue

java.lang.Object
  extended by org.drools.workbench.models.guided.dtree.shared.model.values.impl.BigIntegerValue
All Implemented Interfaces:
Value<BigInteger>

public class BigIntegerValue
extends Object
implements Value<BigInteger>


Constructor Summary
BigIntegerValue()
           
BigIntegerValue(BigInteger value)
           
BigIntegerValue(BigIntegerValue value)
           
 
Method Summary
 boolean equals(Object o)
           
 BigInteger getValue()
           
 int hashCode()
           
 void setValue(BigInteger value)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigIntegerValue

public BigIntegerValue()

BigIntegerValue

public BigIntegerValue(BigInteger value)

BigIntegerValue

public BigIntegerValue(BigIntegerValue value)
Method Detail

setValue

public void setValue(String value)
Specified by:
setValue in interface Value<BigInteger>

setValue

public void setValue(BigInteger value)
Specified by:
setValue in interface Value<BigInteger>

getValue

public BigInteger getValue()
Specified by:
getValue in interface Value<BigInteger>

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Drools Workbench - Guided Decision Tree Model 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.