This group contains all parts of SMW that relate to the processing of datavalues of various types.
|
Files |
| file | SM_GeoCoordsValue.php |
| | Implementation of datavalues that are geographic coordinates.
|
| file | SMW_DataValue.php |
| | File holding abstract class SMWDataValue, the base for all datavalues in SMW.
|
| file | SMW_DV_Bool.php |
| file | SMW_DV_Concept.php |
| file | SMW_DV_Error.php |
| file | SMW_DV_Import.php |
| file | SMW_DV_Number.php |
| file | SMW_DV_Property.php |
| | File holding class SMWPropertyValue.
|
| file | SMW_DV_PropertyList.php |
| file | SMW_DV_Quantity.php |
| file | SMW_DV_Record.php |
| file | SMW_DV_String.php |
| file | SMW_DV_Temperature.php |
| file | SMW_DV_Time.php |
| file | SMW_DV_Types.php |
| file | SMW_DV_URI.php |
| file | SMW_DV_WikiPage.php |
| file | SMW_DataValueFactory.php |
| | This file contains the SMWDataValueFactory class.
|
Classes |
| class | SMWDataValue |
| | Objects of this type represent all that is known about a certain user-provided data value, especially its various representations as strings, tooltips, numbers, etc. More...
|
| class | SMWBoolValue |
| | This datavalue implements Boolean datavalues. More...
|
| class | SMWConceptValue |
| | This datavalue is used as a container for concept descriptions as used on Concept pages with the concept parserfunction. More...
|
| class | SMWErrorValue |
| | This datavalue implements error datavalues, a kind of pseudo data value that is used in places where a data value is expected but no more meaningful value could be created. More...
|
| class | SMWImportValue |
| | This datavalue implements datavalues used by special property '_IMPO' used for assigning imported vocabulary to some page of the wiki. More...
|
| class | SMWNumberValue |
| | This datavalue implements numerical datavalues, and supports optional unit conversions. More...
|
| class | SMWPropertyValue |
| | Objects of this class represent properties in SMW. More...
|
| class | SMWPropertyListValue |
| | This datavalue implements special processing suitable for defining the list of properties that is required for SMWRecordValue objects. More...
|
| class | SMWQuantityValue |
| | This datavalue implements unit support custom units, for which users have provided linear conversion factors within the wiki. More...
|
| class | SMWRecordValue |
| | SMWDataValue implements the handling of short lists of values, where the order governs the type of each entry. More...
|
| class | SMWStringValue |
| | This datavalue implements String-Datavalues suitable for defining String-types of properties. More...
|
| class | SMWTemperatureValue |
| | This datavalue implements unit support for measuring temperatures. More...
|
| class | SMWTimeValue |
| | This datavalue captures values of dates and times, in many formats, throughout history and pre-history. More...
|
| class | SMWTypesValue |
| | This datavalue implements special processing suitable for defining types of properties. More...
|
| class | SMWURIValue |
| | This datavalue implements URL/URI/ANNURI/PHONE/EMAIL datavalues suitable for defining the respective types of properties. More...
|
| class | SMWWikiPageValue |
| | This datavalue implements special processing suitable for defining wikipages as values of properties. More...
|
| class | SMWDataValueFactory |
| | Factory class for creating SMWDataValue objects for supplied types or properties and data values. More...
|
This group contains all parts of SMW that relate to the processing of datavalues of various types.