public class Quantity extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
String |
bound |
String |
phrase |
String |
units |
Double |
value |
Constructor and Description |
---|
Quantity(String bound,
Double value,
String units) |
Modifier and Type | Method and Description |
---|---|
static Quantity |
extractQuantity(String phrase) |
static void |
main(String[] args) |
String |
toString() |
String |
toString1() |
static void |
unitNormalization(Quantity q) |
Copyright © 2017. All rights reserved.