|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectopendap.crawler.DateClassification
public class DateClassification
This class holds the 'rules' for recognizing dates in the patterns formed by the URL parse. The sole public method, classifyPotentialDate() takes an Equivalence object, looks at the values associated with the pattern and may add one or more DatePart values to the Equivalence object's date classification information.
Nested Class Summary | |
---|---|
static class |
DateClassification.DatePart
Provide names for the kinds of dates an Equivalence can hold |
Constructor Summary | |
---|---|
DateClassification()
|
Method Summary | |
---|---|
static void |
classifyPotentialDate(Equivalence e)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateClassification()
Method Detail |
---|
public static void classifyPotentialDate(Equivalence e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |