Package wt.series

Defines various Series as used by the wt.vc package for Iterated and Versioned.

See:
          Description

Interface Summary
SeriesService

Supported API: true

Extendable: false
 

Class Summary
FileBasedSeries Defines a sequencing model based on an XML input file stored in the SeriesTemplate table.
FileBasedSeries.Singleton  
HarvardSeries Defines a sequencing model of another subclassed series separated by a delimiter.
HarvardSeries.SeriesProperties  
IntegerSeries Defines a sequencing model of whole integer values ranging from min to max with an increment of delta between each adjacent value.
LoadFileBasedSeries Creates and persists a SeriesTemplate object based on an XML input file.
MulticharacterSeries Defines a sequencing model of multicharacter values from one character up to a span of characters of length, where each single character ranges from min to max with an increment of delta between each adjacent value.
MulticharacterSeries.SeriesProperties  
MultilevelSeries Defines a sequencing model of a multilevel series where each level is of another subclassed simple (non-multilevel) series.
Series Specifies an abstract model of items in a predefined sequence.
SeriesCache  
SeriesCache.ContextMessenger  
SeriesCache.Placeholder  
SeriesCache.Singleton  
SeriesProcessor

Supported API: false

Extendable: false
SeriesRangeSelector Enumerated Type that defines State Based Series Selector seed values.
SeriesServiceFwd

Supported API: false

Extendable: false
SeriesTemplate Use the newSeriesTemplate static factory method(s), not the SeriesTemplate constructor, to construct instances of this class.
StandardSeriesService Use the newStandardSeriesService static factory method(s), not the StandardSeriesService constructor, to construct instances of this class.
StandardSeriesService.SeriesCacheUpdater  
 

Exception Summary
SeriesConstructionException Provides an abstraction of an abnormal occurrence or error in the construction of a series.
SeriesException Provides an abstraction of an abnormal occurrence or error in the usage or processing of a series.
SeriesIncrementInvalidException Provides an abstraction of an abnormal occurrence or error when attempting to set a series value to an invalid value.
SeriesIncrementOutOfBoundsException Provides an abstraction of an abnormal occurrence or error when attempting to increment or decrement a series beyond its max or min, respectively.
SeriesLevelOutOfBoundsException Provides an abstraction of an abnormal occurrence or error where the level in a harvard series can't be moved any more to either the left or right.
 

Package wt.series Description

Defines various Series as used by the wt.vc package for Iterated and Versioned.