Package wt.series

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

See:
          Description

Class Summary
FileBasedSeries Defines a sequencing model based on an XML input file stored in the SeriesTemplate table.
HarvardSeries Defines a sequencing model of another subclassed series separated by a delimiter.
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.
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.
SeriesRangeSelector Enumerated Type that defines State Based Series Selector seed values.
 

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.