|
tauZaman v0.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--tauzaman.io.Input
Input class handles conversion of temporal constants to
timestamps.
| Constructor Summary | |
Input(CalendricSystem activeCalendricSystem,
PropertyManager activePropertyManager,
FVSupportRepository fvsr)
Constructs an Input object. |
|
| Method Summary | |
Granule[] |
parseInput(java.lang.String input,
java.lang.String propertyName)
Returns formed Granule(s) given a temporal constant 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 Input(CalendricSystem activeCalendricSystem,
PropertyManager activePropertyManager,
FVSupportRepository fvsr)
Input object.
activeCalendricSystem - A handle to CalendricSystem, which is the active
CalendricSystem of parent TauZamanLocalServiceactivePropertyManager - A handle to PropertyManager, which is the active
PropertyManager of parent TauZamanLocalServicefvsr - A handle to FVSupportRepository of parent TauZamanSystem| Method Detail |
public Granule[] parseInput(java.lang.String input,
java.lang.String propertyName)
throws IOException
Granule(s) given a temporal constant and
name of the Property to be used.
input - String temporal constantpropertyName - String name of the Property
Granule objects
IOException - if any abnormal condition occurs when parsing
input and forming Granule(s)
|
tauZaman v0.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||