|
tauZaman v0.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--tauzaman.io.Output
Output class handles conversion of timestamps
to temporal constants.
| Constructor Summary | |
Output(CalendricSystem cachedCalendricSystem,
PropertyManager cachedPropertyManager,
FVSupportRepository fvsr)
Constructs an Output object. |
|
| Method Summary | |
java.lang.String |
parseOutput(Granule[] granules,
java.lang.String propertyName)
Returns formed String temporal constant given Granules
and name of the Property to be used. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Output(CalendricSystem cachedCalendricSystem,
PropertyManager cachedPropertyManager,
FVSupportRepository fvsr)
Output object.
cachedCalendricSystem - A handle to CalendricSystem, which is the cached
CalendricSystem of parent TauZamanLocalService in a temporal
data type.cachedPropertyManager - A handle to PropertyManager, which is the cached
PropertyManager of parent TauZamanLocalService in a temporal
data type.fvsr - A handle to FVSupportRepository of parent TauZamanSystem| Method Detail |
public java.lang.String parseOutput(Granule[] granules,
java.lang.String propertyName)
throws IOException
Granules
and name of the Property to be used.
granules - array of Granule objects to be parsed into temporal constantpropertyName - String name of the Property
IOException - if any abnormal condition occurs when parsing
Granule(s) and forming output string
|
tauZaman v0.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||