Index
All Classes and Interfaces|All Packages
D
- DateGroup - Interface in org.ocpsoft.prettytime.nlp.parse
-
Represents a
Dateinstanced parsed out of natural language text.
G
- getDates() - Method in interface org.ocpsoft.prettytime.nlp.parse.DateGroup
-
Get all
Dateinstances parsed from the language text. - getLine() - Method in interface org.ocpsoft.prettytime.nlp.parse.DateGroup
-
Get the line in which this
DateGroupwas found. - getPosition() - Method in interface org.ocpsoft.prettytime.nlp.parse.DateGroup
-
Get the starting position of this
DateGroupin the language text. - getRecurInterval() - Method in interface org.ocpsoft.prettytime.nlp.parse.DateGroup
- getRecursUntil() - Method in interface org.ocpsoft.prettytime.nlp.parse.DateGroup
- getText() - Method in interface org.ocpsoft.prettytime.nlp.parse.DateGroup
-
Get the text fragment parsed into this
DateGroup.
I
- isRecurring() - Method in interface org.ocpsoft.prettytime.nlp.parse.DateGroup
-
Return
trueif thisDateGroupis a recurring event.
O
- org.ocpsoft.prettytime.nlp - package org.ocpsoft.prettytime.nlp
- org.ocpsoft.prettytime.nlp.parse - package org.ocpsoft.prettytime.nlp.parse
P
- parse(String) - Method in class org.ocpsoft.prettytime.nlp.PrettyTimeParser
- parse(String, Date) - Method in class org.ocpsoft.prettytime.nlp.PrettyTimeParser
- parseSyntax(String) - Method in class org.ocpsoft.prettytime.nlp.PrettyTimeParser
- PrettyTimeParser - Class in org.ocpsoft.prettytime.nlp
-
A utility for parsing natural language date and time expressions.
- PrettyTimeParser() - Constructor for class org.ocpsoft.prettytime.nlp.PrettyTimeParser
-
Create a new
PrettyTimeParserwith the current system defaultTimeZone. - PrettyTimeParser(TimeZone) - Constructor for class org.ocpsoft.prettytime.nlp.PrettyTimeParser
-
Create a new
PrettyTimeParserwith the givenTimeZone.
All Classes and Interfaces|All Packages