Go to the source code of this file.
Classes | |
| class | SMWDescription |
| Abstract base class for all descriptions. More... | |
| class | SMWThingDescription |
| A dummy description that describes any object. More... | |
| class | SMWClassDescription |
| Description of a single class as given by a wiki category, or of a disjunction of such classes. More... | |
| class | SMWConceptDescription |
| Description of a single class as described by a concept page in the wiki. More... | |
| class | SMWNamespaceDescription |
| Description of all pages within a given wiki namespace, given by a numerical constant. More... | |
| class | SMWValueDescription |
| Description of one data value, or of a range of data values. More... | |
| class | SMWConjunction |
| Description of a collection of many descriptions, all of which must be satisfied (AND, conjunction). More... | |
| class | SMWDisjunction |
| Description of a collection of many descriptions, at least one of which must be satisfied (OR, disjunction). More... | |
| class | SMWSomeProperty |
| Description of a set of instances that have an attribute with some value that fits another (sub)description. More... | |
Definition in file SMW_Description.php.
1.5.6