|
tauZaman v0.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
CalendricSystem
, which is the active
CalendricSystem
of parent TauZamanLocalService
.
CalendricSystem
PropertyManager
, which is the active
PropertyManager
of parent TauZamanLocalService
.
TauZamanService
of this TauZamanSystem
Field
or a Fields
to this
Fields
.
Mapping
object with the Mapping
object
itself as the edge's label.
Granularity
Property
's format which includes
its parsed Fields, newFormat and whitespace attribute.
CalendricSystem
name of valid TauZaman service
that this TauZamanService
keeps.
CalendricSystem
, which is the cached
CalendricSystem
of parent TauZamanLocalService
in a temporal data type.
PropertyManager
, which is the cached
PropertyManager
of parent TauZamanLocalService
in a temporal data type.
TauZamanService
that this Instant
is created under
TauZamanService
that this Instant
is created under
TauZamanService
that this Instant
is created under
Calendar
class represents a Calendar, which defines the time values
of interest to user, usually over a specific segment of the physical time-line.
Calendar
s in this CalendarRepository
CalendarFormationException
class represents a set of Exceptions
related to formation of Calendar
s. CalendarFormationException
object given a detailed explanation of
abnormal condition in String message.
CalendarFormationException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
Calendar
names as its keys and
Calendars as values.
- CalendarRepository - class tauzaman.calendar.CalendarRepository.
CalendarRepository
class manages a collection of Calendar(s).
- CalendarRepository() -
Constructor for class tauzaman.calendar.CalendarRepository
- Constructs a
CalendarRepository
object.
- calendars -
Variable in class tauzaman.calendricsystem.CalendricSystem
- List of handle(s) of
Calendar
(s) that this calendric system contains, in
the order of default input order, which is defined in Calendar Specification
file.
- CalendarServiceException - exception tauzaman.calendar.CalendarServiceException.
CalendarServiceException
class represents a set of Exceptions
related to service of Calendar
s. - CalendarServiceException(String) -
Constructor for class tauzaman.calendar.CalendarServiceException
- Constructs a
CalendarServiceException
object given a detailed explanation of
abnormal condition in String message.
- CalendarServiceException(String, Throwable) -
Constructor for class tauzaman.calendar.CalendarServiceException
- Constructs a
CalendarServiceException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
- calendarUrl -
Variable in class tauzaman.calendricsystem.Granularity
- URL of
Calendar
of which this Granularity
is created
- calendarUrlsToCalendarNames -
Variable in class tauzaman.calendricsystem.CalendricSystem
- Keeps
Calendar
urls as its keys and
Calendar names as values.
- calendricSystem -
Variable in class tauzaman.io.IOMultiplexer
- A handle to
CalendricSystem
, which will be used in Input/Output
multiplexing
- CalendricSystem - class tauzaman.calendricsystem.CalendricSystem.
CalendricSystem
class represents a Calendric System, which contains
Calendar
s' Epoch
s and provides an entrance point to
all Epoch
and Calendar
services.- CalendricSystem(CalendarRepository, URL) -
Constructor for class tauzaman.calendricsystem.CalendricSystem
- Constructs a
CalendricSystem
object;
Forms a CalendricSystem
by parsing url.
- CalendricSystemFormationException - exception tauzaman.calendricsystem.CalendricSystemFormationException.
CalendricSystemFormationException
class represents a set of Exceptions
related to formation of CalendricSystem
s. - CalendricSystemFormationException(String) -
Constructor for class tauzaman.calendricsystem.CalendricSystemFormationException
- Constructs a
CalendricSystemFormationException
object given a detailed explanation of
abnormal condition in String message.
- CalendricSystemFormationException(String, Throwable) -
Constructor for class tauzaman.calendricsystem.CalendricSystemFormationException
- Constructs a
CalendricSystemFormationException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
- calendricSystemName -
Variable in class tauzaman.TauZamanService
- Cached active
CalendricSystem
name of valid TauZamanService
- calendricSystemNamespace -
Variable in class tauzaman.TauZamanLocalService
- A mapping from user given
CalendricSystem
names to actual
CalendricSystem
objects
- CalendricSystemRepository - class tauzaman.calendricsystem.CalendricSystemRepository.
CalendricSystemRepositoryr
class is the entrance point of calendric
systems and calendars that they contain. - CalendricSystemRepository(CalendarRepository) -
Constructor for class tauzaman.calendricsystem.CalendricSystemRepository
- Constructs a Calendric System Manager and
allocates memory for database of
CalendricSystem
.
- calendricSystems -
Variable in class tauzaman.calendricsystem.CalendricSystemRepository
- A Hashtable, whose keys are URLs of
CalendricSystem
s and values are
CalendricSystem
handles.
- CalendricSystemServiceException - exception tauzaman.calendricsystem.CalendricSystemServiceException.
CalendricSystemServiceException
class represents a set of Exceptions
related to service of CalendricSystem
s.- CalendricSystemServiceException(String) -
Constructor for class tauzaman.calendricsystem.CalendricSystemServiceException
- Constructs a
CalendricSystemServiceException
object given a detailed explanation of
abnormal condition in String message.
- CalendricSystemServiceException(String, Throwable) -
Constructor for class tauzaman.calendricsystem.CalendricSystemServiceException
- Constructs a
CalendricSystemServiceException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
- callMethod(String, Class[], Object[]) -
Method in class tauzaman.ClassLoaderMethodCaller
- Calls method with specified method name with specified actual
parameters.
- cast() -
Method in class tauzaman.temporaldatatypes.Interval
- Cast this Interval to the default granularity.
- cast(Granularity) -
Method in class tauzaman.temporaldatatypes.Period
- Cast the bounding Instants to the specified granularity.
- cast(Granularity) -
Method in class tauzaman.temporaldatatypes.Interval
- Cast this Interval to the indicated granularity.
- cast(Granularity) -
Method in class tauzaman.temporaldatatypes.Instant
- Cast this Instant to the indicated granularity.
- cast(Granule, Granularity) -
Method in class tauzaman.calendricsystem.granularitylattice.GranularityLattice
- Uses the lattice to cast the given granule from its granularity to
another granularity.
- castDeterminantInstant(Granule, Granularity) -
Method in class tauzaman.calendricsystem.CalendricSystem
-
- ClassLoaderMethodCaller - class tauzaman.ClassLoaderMethodCaller.
-
ClassLoaderMethodCaller
class dynamically loads
a Class
and provide service for calling any of loaded
Method
s.
- ClassLoaderMethodCaller(URL[]) -
Constructor for class tauzaman.ClassLoaderMethodCaller
-
Constructs a
ClassLoaderMethodCaller
object with specified URLs.
- clearCaches() -
Method in class tauzaman.calendricsystem.CalendricSystem
-
- clearCaches() -
Method in class tauzaman.calendricsystem.granularitylattice.GranularityLattice
- Resets all of the lattice's caches.
- clmc -
Variable in class tauzaman.calendar.IrregularMapping
- Instance of
ClassLoaderMethodCaller
, which keeps
dynamically loaded classes by this IrregularMapping
- clmc -
Variable in class tauzaman.calendar.Calendar
- A
ClassLoaderMethodCaller
instance that provides access to
regular functions, which are loaded dynamically.
- clmc -
Variable in class tauzaman.field.FVFunction
- An instance of
ClassLoaderMethodCaller
, which will provide
access to field value functions, which are loaded dynamically.
- clone() -
Method in class tauzaman.field.Fields
- Returns a cloned version of this
Fields
.
- clone() -
Method in class tauzaman.field.Field
- Returns cloned version of this
Field
object.
- COARSER -
Static variable in class tauzaman.calendricsystem.granularitylattice.GranularityLattice
-
- COARSER_TO_FINER -
Static variable in class tauzaman.calendar.mapping.Mapping
-
- coarserEdges -
Variable in class tauzaman.calendricsystem.granularitylattice.GranularityLattice.LatticeNode
- A hash between [destination granularity --> edge to dest. granularity].
- coarserSpTableCache -
Variable in class tauzaman.calendricsystem.granularitylattice.GranularityLattice
- Cache that maps particular granularities to an already computed table of
shortest path information to coarser granularities.
- compareTo(Object) -
Method in class tauzaman.timestamp.TimeValue
- Compare this TimeValue with another.
- CONGRUENT -
Static variable in class tauzaman.calendar.mapping.Mapping
-
- CONGRUENT -
Static variable in class tauzaman.calendricsystem.granularitylattice.GranularityLattice
-
- congruentEdges -
Variable in class tauzaman.calendricsystem.granularitylattice.GranularityLattice.LatticeNode
- A hash between [destination granularity --> edge to dest. granularity].
- contains(Period, Period) -
Method in interface tauzaman.temporaldatatypes.IndeterminateSemantics
- Does this Period contain another?
- contains(Period, Period) -
Method in interface tauzaman.temporaldatatypes.DeterminateSemantics
- Does this Period contain another?
- content -
Variable in class tauzaman.property.Property
- String content of this
Property
in case its type is simple
- cr -
Variable in class tauzaman.TauZamanSystem
- A handle to unique
CalendarRepository
of this TauZamanSystem
- cr -
Variable in class tauzaman.calendricsystem.CalendricSystemRepository
- A handle to unique
CalendarRepository
that this
CalendricSystemRepository
uses.
- cr -
Variable in class tauzaman.calendricsystem.CalendricSystem
- a handle to unique
CalendarRepository
of, CalendricSystemRepository
,
indirectly this TauZamanSystem
- csr -
Variable in class tauzaman.TauZamanSystem
- A handle to unique
CalendricSystemRepository
of this TauZamanSystem
- csr -
Variable in class tauzaman.TauZamanLocalService
- A handle to
CalendricSystemRepository
of parent TauZamanSystem
Granularity
of this CalendricSystem
.
DeterminateSemantics
interface contains all the
arithmetic and comparison operations that are available on
determinate time values.
Field
DynamicLoadException
class is a wrapper class
for all exceptions thrown by Dynamic Class loading.DynamicLoadException
object given a detailed explanation of
abnormal condition in String message.
DynamicLoadException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
Calendar
is equal to
given Calendar
.
Mapping
is equal to the
given Mapping
.
Granularity
's global identity
is equal to the global identity of the given Granularity
.
ExtendedBoolean
class implements the boolean algebra for
a Three-Valued Logic.
Field
class represents a single Field. Field
object.
FieldInfo
of this Field
get from related Property
FieldInfo
class keeps the content of an XML element,
called fieldInfo, in a Property
specification
file.FieldInfo
object, from given DOM node parsed
from Property Specification file.
Property
has a complex type
Fields
object that is cached
Field
s.
Fields
class represents a list of Field
s.
Fields
object, which allocates memory for
a list that contains a set of Field
s.
FieldsBuilder
class builds Fields
object
of a Property
. FieldsBuilder
object ready to form Fields
.
Granule
, which contains a Granularity
,
given Fields
object, which is formed by Input
by parsing
a temporal constant input string.
Granule
of Fields
.
Fields
, which was formed by an
output Property
, according to the information in
Granule
.
Mapping
objects) that can be used to
convert the given source granularity to the destination granularity.
Format
class represents a formatting information
of an input or output temporal constant.Format
object, from given DOM node parsed
from Property Specification file.
Format
of cached Property
FormatParser
class tokenizes given Format
content to its variables and non-variables. FormatParser
object, which is ready to parse
given input.
Property
has a complex type
Format
of cached Property
Calendar
using
the Calendar Specification file pointed by a URL.
CalendricSystem
's states by
parsing file that its url points.
FieldInfo
from DOM Node, which points to
a fieldInfo element in the Property Specification file.
Fields
.
Format
from DOM Node, which points to
a format element in the Property Specification file.
FVFunction
.
FVTable
.
Granularity
produced from global identity of mapping elements.
ImportFormat
from DOM Node, which points to
a importFormat element in the Property Specification file.
IrregularMapping
object by parsing a xml specification file.
Fields
, which are
formed from Granule
s, and String format, which comes form
Property
's Format
information.
Property
from DOM Node, which points to
a property element in the Property Specification file.
RegularMapping
object by parsing a xml specification file.
Granularity
FVFormationException
class represents a set of Exceptions
related to parsing of FVSupport
s.FVFormationException
object given a detailed explanation of
abnormal condition in String message.
FVFormationException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
FVFunction
class represents a generic table
class for Field Value functions.FVFunction
object form a given label, url and
a regex for this Function strings from Field Value Function XML file.
FVServiceException
class represents a set of Exceptions
related to service of FVSupport
s. FVServiceException
object given a detailed explanation of
abnormal condition in String message.
FVServiceException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
FVSupportRepository
of this TauZamanSystem
FVSupportRepository
of parent TauZamanSystem
FVSupportRepository
of parent TauZamanSystem
FVSupportRepository
of parent TauZamanSystem
FVSupport
abstrat class represents a generic field value
support information, that provides two basic functionality when converting
temporal constant strings to timestamps or vice versa. FVSupport
s in this manager.
FVSupportRepository
class represents Field Support
and manages the services to input and ouput operations
by mapping and handling field value tables and functions.FVSupportRepository
object.
FVTable
class represents a generic table
class for Field Value tables.FVTable
object form a given label, url and
a regex for this Table from Field Value Table XML file.
Granularity
of active CalendricSystem
of this
TauZamanService
.
Granularity
of active CalendricSystem
.
Granularity
of active CalendricSystem
.
Granularity
of active CalendricSystem
.
CalendricSystem
of this service.
CalendricSystem
of this service.
CalendricSystem
of this service.
CalendricSystem
of this service.
TauZamanService
object
of this TauZamanSystem
.
Calendar
s in this CalendricSystem
.
CalendricSystem
s in the database.
Granularity
PropertyCache
object of this
Property
.
Granularity
.
CalendricSystem
object given its name.
CalendricSystem
in the database.
CalendricSystemRepository
object, which provides all
Calendar
related services of this system.
Granularity
of this CalendricSystem
.
CalendricSystem
Field
with a given name
that this Fields
contains.
Field
with a given variable name
that this Fields
contains.
Field
Name of this FieldInfo
Fields
.
Property
's newly built Fields
.
Property
's newly built Format
's value.
Format
as DOM.
Format
as String.
Granularity
FVSupportRepository
object, which provides all
FVSupport
related services of this system.
FVSupportRepository
of this service.
Granularities
of this
Calendar
.
Granularity
of this Calendar
given its local name.
Granule
, which is formed by using
given Fields
.
Granularity
with respect to
to Granularity
.
Field
, which are immediate
Field
objects of this Fields
.
Fields
, which are immediate
Fields
objects of this Fields
.
Granule
, which corresponds to an IndeterminateInstant, by using
Fields
.
Granule
, which corresponds to an Instant, by using
Fields
.
Granule
, which corresponds to an Interval, by using
Fields
.
Granularity
.
TauZamanService
object, with a default CalendricSystem
and
a default Properties
, ready to serve.
Mapping
s of this
Calendar
.
Mapping
s of this
CalendricSystem
.
Property
.
Fields
.
Field
.
Granule
, which corresponds to an NowRelativeInstant, by using
Fields
.
Calendar
s, which are in order
to call for temporal constant or timestamp parsing.
Calendar
s for converting
a temporal data type to corresponding output string.
Granule
, which corresponds
to an Period, by using Fields
.
Granularity
with respect to
to Granularity
.
Property
given its name.
Properties
without activating it.
Property
information of a specific
Property name in a String.
PropertyManager
object given its fellow
CalendricSystem
name.
PropertyRepository
object, which provides all
Property
related services of this system.
Property
information of a specific
Property name in a String.
Property
information of a specific
Property name in a String.
Property
information of a specific
Property name in a String.
Property
information of a specific
Property name in a String.
Property
information of a specific
Property name in a String.
Property
information of a specific
Property name in a String.
Mapping
TauZamanService
object, with a default CalendricSystem
and
a default Property
table, ready to serve.
TauZamanService
object, with a default CalendricSystem
and
a default Property
table, ready to serve.
TauZamanRemoteService
with a default CalendricSystem
and Property
list.
TauZamanRemoteService
with a default CalendricSystem
and Property
list.
Property
given its key, that is to say its name.
Granularity
Granularity
of this
Calendar
.
CalendarRepository
, of this Calendar
.
CalendricSystem
's specification file.
Property
.
FVSupport
of this Field
.
Field
.
Field
.
Format
.
Property
's Format
.
Granularities
that this Calendar
contains.
Calendar
less Granularity
.
Granularity
.
LatticeEdge
class is a private inner class to
GranularityLattice
. LatticeEdge
given a "to" node and a mapping.
LatticeEdge
.
LatticeNode
class is a private inner class to
GranularityLattice
. LatticeNode
by setting the node's granularity
to the given granularity.
LatticeNode
by setting the node's granularity
to the given granularity and setting the node's edges to the given
lists of edges.
SPElement
class is a private inner class to
GranularityLattice
. GranularityLattice
object.
Granule
is a pairing of a TimeValue and a
Granularity, independent of a TauZamanService. Fields
, which is unpacked version of a
timestamp parsed into each Field
.
Fields
's Field
objects
according to information in Granule
.
Granularity
in to Granularity
.
Property
has already been loaded for
Input/Output reasons.
Calendar
implementation.
ImportFormat
class represents a import format information
that is used to parse a value which was parsed using other
property. Format
object, from given DOM node parsed
from Property Specification file.
Property
has a complex type
IndeterminateSemantics
interface contains all the
arithmetic and comparison operations that are available on
indeterminate time values.
Input
class handles conversion of temporal constants to
timestamps.Input
object.
Instant
class provides a set of constructor and accessor
operations on Instants.
Interval
class provides a set of constructor and accessor
operations for intervals.
Interval
given a String literal.
IOException
class represents a set of Exceptions
related to Input/Output parsing.IOException
object given a detailed explanation of
abnormal condition in String message.
IOException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
IOMultiplexer
, abbreviation for Input/Output Multiplexer, class
classifies behaviours of different temporal data types using their parsed
Fields
. IOMultiplexer
object ready to serve.
IrregularMapping
class represents the irregular
granularity mapping information of a Calendar
.
IrregularMapping
object, which allocates memory
for method names and urls.
IrregularMappingFormationException
class represents a set of Exceptions
related to formation of Calendar
s. IrregularMappingFormationException
object given a detailed explanation of
abnormal condition in String message.
IrregularMappingFormationException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
Field
is marked.
Property
is a simple one or not
CalendricSystem
name is actually mapped
to a loaded CalendricSystem
object.
CalendricSystem
name is actually mapped
to a loaded CalendricSystem
object.
CalendricSystem
name is actually mapped
to a loaded CalendricSystem
object.
Calendar
into this CalendarRepository
.
CalendricSystem
, whose specification file and default
Property
list URLs are given.
CalendricSystem
, whose specification file and default
Property
list URLs are given.
CalendricSystem
, whose specification file and default
Property
list URLs are given.
CalendricSystem
, given its URL and returns a handle to loaded
CalendricSystem
.
FVSupport
with a given label if it exists,
loads it otherwise.
Property
(ies) into this PropertyRepository
and also returns them.
Property
(ies) into this PropertyRepository
and also returns them.
LatticeNode
) to the
granularity of the node to which this edge connects.
Mapping
abstract class represents the granularity
mapping information of a Calendar
.Mapping
from "from" Granularity
to "to" Granularity
.
Mappings
that this Calendar
contains.
CalendricSystem
.
Granularity
Property
Field
.
Granule
class implements the arithmetic and comparison
operations on Granules. Output
class handles conversion of timestamps
to temporal constants.Instant
.
Interval
.
Instant
.
Output
object.
TauZamanSystem
Granule
objects formed by using input temporal constant and
given Property
name.
Granule
objects formed by using input temporal constant and
given Property
name.
Granule
objects formed by using input temporal constant and
given Property
name.
Granule
objects formed by using input temporal constant and
given Property
name.
Granule
(s) given a temporal constant and
name of the Property
to be used.
Property
's Format
) and checks whether they
match.
Granule
(s)) into temporal
constant as string.
Granule
s
and name of the Property
to be used.
Granule
(s)) into temporal
constant as string.
Granule
(s)) into temporal
constant as string.
Granule
(s)) into temporal
constant as string.
Property
) of the stack (without removing it).
Period
class provides a set of constructor and accessor
operations on periods.
Period
object from a given String temporal constant.
Granularity
in to Granularity
.
Property
ies from their stacks, except
default ones, which are the last elements in stacks.Does not
deactivates default Property
.
Property
from its stack.
PropertyRepository
of this TauZamanSystem
PropertyRepository
of parent TauZamanSystem
PropertyRepository
of this TauZaman system
ProbabilityMassFunction
class implements the
probability mass function for indeterminate granules.Property
class is the representation of a single property
Properties are two types:
Simple Type, which includes just a string, the value of Property.Property
, from a given DOM Node,
parsed from Property Specification file.
Property
from given URL of Property specification file.
Property
from given URL of Property specification file.
Property
from given URL of Property specification file.
Property
from given Property specification file URL.
Property
from given Property specification file URL.
Property
from given Property specification file URL.
Property
(possibly Properties, given by url) to property
structure, which is handled by PropertyStackService
and activates it.
PropertyCache
class represents cached version of a
Property
. PropertyCache
object.
Property
whose has the given name.
Property
whose has the given name.
Property
whose has the given name.
Property
(given by its name) and removes it from property list,
which is managed by PropertyStackService
.
Properties
.
Properties
.
Properties
.
Properties
.
Properties
.
Properties
.
PropertyStackService
.
Properties
.
Properties
.
Properties
.
PropertyManager
with a default property list.
PropertyFormationException
class represents a set of Exceptions
related to parsing of Property
.PropertyFormationException
object given a detailed explanation of
abnormal condition in String message.
PropertyFormationException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
PropertyManager
, which will be used in Input/Output
multiplexing
PropertyManager
class manages user specific set of Properties
.
PropertyManager
object and
initializes the default property list.
Property
names
Property
as
keys and their corresponding Property
object as values.
PropertyRepository
class manages a pool of Properties
.
PropertyRepository
object.
PropertyServiceException
class represents a set of Exceptions
related to service of Property
.PropertyServiceException
object given a detailed explanation of
abnormal condition in String message.
PropertyServiceException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
Property
(given by its name) to its default value.
Property
(given by its name) to its default value.
Property
(given by its name) to its default value.
Property
(given by its name) to its default value.
Property
(given by its name) to its default value.
Property
(given by its name) to its default value.
Property
(given by its name) to its default value.
Properties
to their default values.
Properties
to their default values.
Properties
to their default values.
Properties
to their default values.
Properties
to their default values.
Properties
to their default values.
Properties
to their default values.
PropertyStackService
class implements data structures to store properties
and provides service to PropertyManager
.PropertyStackService
object, which provides
stack operations for Property
.
Property
to its stack.
RegularMapping
class represents the granularity and granularity
mapping information of a Calendar
.
RegularMapping
object, which stores a Regular Mapping information
for a Calendar
.
Granularities
of this Mapping
CalendricSystem
name as active CalendricSystem
of
this service.
CalendricSystem
name as active CalendricSystem
of
this service.
CalendricSystem
name as active CalendricSystem
of
this service.
TauZamanLocalService
object as the active
TauZamanService
of this TauZamanSystem
.
TauZamanRemoteService
object as the active
TauZamanService
of this TauZamanSystem
.
TauZamanService
object as the active
TauZamanService
of this TauZamanSystem
.
Field
as being used.
PropertyCache
object of this
Property
.
Calendar
URL of this Granularity
.
TauZamanService
as a server, which provides
Calendar related services, by using Java RMI, to various TauZaman clients.
TauZamanService
as a server, which provides
Calendar related services, by using Java RMI, to various TauZaman clients.
Field
to a given value.
TauZamanException
class represents a throwable object
which is the root of tauZaman system's Exception hieararchy. TauZamanException
object given a detailed explanation of
abnormal condition in String message.
TauZamanException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
TauZamanLocalService
class provides local Calendar
related services. TauZamanLocalService
object ready to serve.
TauZamanRemoteService
is a remote interface. TauZamanRemoteServiceHandler
interface enables a
TauZamanSystem
to be set as a server. TauZamanRemoteServiceHandlerImpl
class implemets
TauZamanRemoteServiceHandler
interface, which enables a
TauZamanSystem
to be set as a server. TauZamanRemoteServiceHandlerImpl
.
TauZamanRemoteServiceImpl
class implements TauZamanRemoteService
remote interface and provides remote Calendar
related services.
TauZamanRemoteService
object ready to serve.
TauZamanService
class is a wrapper class for TauZamanLocalService
and TauZamanRemoteService
. TauZamanService
from given
TauZamanLocalService
.
TauZamanService
from given
TauZamanRemoteService
.
TauZamanSystem
is the entrance point for TauZaman services.
TauZamanSystem
object, which provides
local or remote TauZamanService
s, and also has the
capability of being a TauZaman server.
TemporalDataTypeFormationException
class represents a set of Exceptions
related to parsing of temporal elements.TemporalDataTypeFormationException
object given a detailed explanation of
abnormal condition in String message.
TemporalDataTypeFormationException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
TemporalDataTypeServiceException
class represents a set of Exceptions
related to service of temporal elements. TemporalDataTypeException
object given a detailed explanation of
abnormal condition in String message.
TemporalDataTypeException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
TimeValue
class implements the arithmetic and
comparison operations for an underlying domain of times
times that are bounded by "MIN" and "MAX" values.
Granularity
TauZamanLocalService
.
ClassLoaderMethodCaller
.
IrregularMapping
object.
CalendarRepository<>.
- toString() -
Method in class tauzaman.calendar.Calendar
- Returns string representation of this
Calendar
.
- toString() -
Method in class tauzaman.calendar.mapping.Mapping
- toString method as abstract
- toString() -
Method in class tauzaman.calendricsystem.Granularity
- Returns String representation of this
Granularity
.
- toString() -
Method in class tauzaman.calendricsystem.CalendricSystemRepository
- Returns urls of all
CalendricSystem
s.
- toString() -
Method in class tauzaman.calendricsystem.CalendricSystem
- Returns url of this
CalendricSystem
.
- toString() -
Method in class tauzaman.calendricsystem.granularitylattice.GranularityLattice
- Returns a string representation of the lattice.
- toString() -
Method in class tauzaman.calendricsystem.granularitylattice.GranularityLattice.LatticeNode
- Returns a string representation of the lattice node.
- toString() -
Method in class tauzaman.calendricsystem.granularitylattice.GranularityLattice.LatticeEdge
- Returns a string representation of the lattice edge.
- toString() -
Method in class tauzaman.calendricsystem.granularitylattice.GranularityLattice.SPElement
- Returns a string representation of this shortest path element.
- toString() -
Method in class tauzaman.property.PropertyManager
- Returns this
PropertyManager
's default property list URL.
- toString() -
Method in class tauzaman.property.Property
- toString method
- toString() -
Method in class tauzaman.property.ImportFormat
- toString method
- toString() -
Method in class tauzaman.property.Format
- toString method
- toString() -
Method in class tauzaman.property.FieldInfo
- toString method
- toString() -
Method in class tauzaman.field.FVTable
- toString method, which produces string representation of
this
FVTable
.
- toString() -
Method in class tauzaman.field.FVSupportRepository
- toString method, which produces string representation of
this
FVSupportRepository
.
- toString() -
Method in class tauzaman.field.FVFunction
- toString method, which produces string representation of
this
FVFunction
.
- toString() -
Method in class tauzaman.field.Fields
- Returns String representation of this
Fields
.
- toString() -
Method in class tauzaman.field.Field
- Returns String representation of this object.
- toString() -
Method in class tauzaman.field.fvsupport.FVSupport
- Returns a String representation of this
FVSupport
.
- TRUE_EB -
Static variable in class tauzaman.timestamp.Granule
-
- TrueEB -
Static variable in class tauzaman.timestamp.ExtendedBoolean
-
- tzls -
Variable in class tauzaman.TauZamanService
- A handle to
TauZamanLocalService
- tzls -
Variable in class tauzaman.TauZamanRemoteServiceImpl
TauZamanRemoteService
"has a" TauZamanLocalService
- tzRemoteServiceHandler -
Variable in class tauzaman.TauZamanSystem
TauZamanRemoteServiceHandler
object, which handles remote services of
this TauZamanSystem
when it is set as server
- tzrs -
Variable in class tauzaman.TauZamanService
- A handle to
TauZamanRemoteService
Granularity
of this Calendar
.
TauZamanService
as a server.
Calendar
, which is the Primary Key in CalendarRepository
.
CalendricSystem
, which is enforced to be unique in
database
Property
Field
Format
XMLParseException
class is a wrapper class
for all exceptions thrown by parsing XML.XMLParseException
object given a detailed explanation of
abnormal condition in String message.
XMLParseException
object given a detailed explanation of
abnormal condition in String message and another exception, which
is the immediate cause of this exception.
XMLParser
class parses a given url, which contains an XML file,
and returns the root of resulting DOM. XMLParser
object, which parses an xml file,
which given url points to.
|
tauZaman v0.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |