NAME Dimensions

This class encapsulates the conversions from literals to dimension values.


DESCRIPTION

The semistructure has various associated property space dimensions, which are defined over different domains. This package configures those domains by providing a method to convert constants in that domain to the appropriate type, e.g., the Domains::Integer manpage. See the Domains manpage for the supported types.


METHODS

convert(string dimension, string value)

Creates a new value of the appropriate domain type from the passed string. Dies if there is no such dimension! This should be patched to an appropriate validation check.