public class Range extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Quantity |
begins |
Quantity |
ends |
String |
phrase |
static Pattern |
rangeRulePat |
static Pattern |
vaguePat |
Modifier and Type | Method and Description |
---|---|
static Range |
extractRange(String phrase) |
static void |
initialize() |
static Range |
RangeRule(String str) |
String |
toString() |
static Range |
VagueNumericRange(String str) |
Copyright © 2017. All rights reserved.