pl.edu.agh.cast.importer.base.parser.analyzer
Class DateAnalyzer
java.lang.Object
   pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
pl.edu.agh.cast.importer.base.parser.analyzer.AbstractDateAnalyzer
       pl.edu.agh.cast.importer.base.parser.analyzer.DateAnalyzer
pl.edu.agh.cast.importer.base.parser.analyzer.DateAnalyzer
- All Implemented Interfaces: 
- IAnalyzer
- public class DateAnalyzer 
- extends AbstractDateAnalyzer
Analyzer for the DateDataType objects representing the connection's date.
- Author:
- AGH CAST Team
 
 
 
 
 
 
DateAnalyzer
public DateAnalyzer()
- The default constructor.
 
parseDate
public DateDataType parseDate(String text)
                       throws ParseException
- 
 
- 
- Overrides:
- parseDatein class- AbstractDateAnalyzer
 
- 
- Throws:
- ParseException
- See Also:
- AbstractDateAnalyzer.parseDate(java.lang.String)
 
createCopy
public IAnalyzer createCopy()
- Creates a copy of the current analyzer.
 
- 
- Returns:
- analyzer of the same type and parameters set
- See Also:
- IAnalyzer.createCopy()
 
getReturnTypes
public List<Class<?>> getReturnTypes()
- Retrieves the return types of the IAnalyzer.analyze(String)method.
 
- 
- Returns:
- analysis return types
- See Also:
- IAnalyzer.getReturnTypes()
 
Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.