-
- All Implemented Interfaces:
-
ai.tock.nlp.entity.Value
public final class VolumeValue implements Value
-
-
Constructor Summary
Constructors Constructor Description VolumeValue(Number value, String unit)
-
Method Summary
Modifier and Type Method Description final Numbercomponent1()final Stringcomponent2()final VolumeValuecopy(Number value, String unit)final NumbergetValue()final StringgetUnit()-
-
Method Detail
-
component1
final Number component1()
-
component2
final String component2()
-
copy
final VolumeValue copy(Number value, String unit)
-
-
-
-