Uses of Class
anl.aida.types.Date

Packages that use Date
anl.aida.reader   
anl.aida.types   
 

Uses of Date in anl.aida.reader
 

Methods in anl.aida.reader that return Date
(package private)  Date PMXMLReader.DateRep.build(org.apache.uima.jcas.JCas cas)
           
 Date ParsedDate.toDateType(org.apache.uima.jcas.JCas cas)
          Creates an mifs UIMA Date type from the encapsulated date.
 

Uses of Date in anl.aida.types
 

Methods in anl.aida.types that return Date
 Date DocumentMetaData.getDate()
          getter for date - gets
 

Methods in anl.aida.types with parameters of type Date
 void DocumentMetaData.setDate(Date v)
          setter for date - sets
 java.util.Date DateUtils.toJDate(Date date)
          Creates a Java Date from an anl.aida.types.Date.
 long DateUtils.toTime(Date date)
          Gets the number of milliseconds since January 1, 1970, 00:00:00 GMT represented by the specified Date object.