public class Ratio extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Quantity |
denominator |
static Pattern |
explicitRatioPat |
Quantity |
numerator |
String |
phrase |
static Pattern |
ratioRulePat |
| Modifier and Type | Method and Description |
|---|---|
static Ratio |
explicitRatio(String str) |
static Ratio |
extractRatio(String phrase) |
static void |
initialize() |
static Ratio |
RatioRule(String str) |
String |
toString() |
Copyright © 2017. All rights reserved.