Uses of Class
dev.vality.damsel.base.Rational
| Package | Description |
|---|---|
| dev.vality.damsel.base | |
| dev.vality.damsel.domain | |
| dev.vality.damsel.user_interaction |
-
Uses of Rational in dev.vality.damsel.base
Methods in dev.vality.damsel.base that return Rational Modifier and Type Method Description RationalRational. deepCopy()RationalRational. setP(long p)RationalRational. setQ(long q)Methods in dev.vality.damsel.base with parameters of type Rational Modifier and Type Method Description intRational. compareTo(Rational other)booleanRational. equals(Rational that)Constructors in dev.vality.damsel.base with parameters of type Rational Constructor Description Rational(Rational other)Performs a deep copy on other. -
Uses of Rational in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as Rational Modifier and Type Field Description RationalAllocationTransactionFeeShare. partsRationalCashVolumeShare. partsMethods in dev.vality.damsel.domain that return Rational Modifier and Type Method Description RationalAllocationTransactionFeeShare. getParts()RationalCashVolumeShare. getParts()Methods in dev.vality.damsel.domain with parameters of type Rational Modifier and Type Method Description AllocationTransactionFeeShareAllocationTransactionFeeShare. setParts(Rational parts)CashVolumeShareCashVolumeShare. setParts(Rational parts)Constructors in dev.vality.damsel.domain with parameters of type Rational Constructor Description AllocationTransactionFeeShare(Rational parts)CashVolumeShare(Rational parts, CashFlowConstant of) -
Uses of Rational in dev.vality.damsel.user_interaction
Fields in dev.vality.damsel.user_interaction declared as Rational Modifier and Type Field Description RationalCryptoCash. crypto_amountMethods in dev.vality.damsel.user_interaction that return Rational Modifier and Type Method Description RationalCryptoCash. getCryptoAmount()Methods in dev.vality.damsel.user_interaction with parameters of type Rational Modifier and Type Method Description CryptoCashCryptoCash. setCryptoAmount(Rational crypto_amount)Constructors in dev.vality.damsel.user_interaction with parameters of type Rational Constructor Description CryptoCash(Rational crypto_amount, String crypto_symbolic_code)