| ExpressionContext |
A class holding all the necessary information about the context in which a schema expression is evaluated.
|
| WbDateConstant |
A constant for a time value, accepting a number of formats which determine the precision of the parsed value.
|
| WbDateVariable |
An expression that represents a time value, extracted from a string.
|
| WbEntityIdValueConstant |
A constant entity id value, that does not change depending on the row
|
| WbEntityVariable |
An Entity that depends on a reconciled value in a column.
|
| WbItemConstant |
Represents an item that does not vary, it is independent of the row.
|
| WbItemEditExpr |
The representation of an item edit, which can contain variables both for its own id and in its contents.
|
| WbItemVariable |
An item that depends on a reconciled value in a column.
|
| WbLanguageConstant |
A constant that represents a Wikimedia language code.
|
| WbLanguageVariable |
A language variable generates a language code from a cell.
|
| WbLocationConstant |
A constant for a geographical location.
|
| WbLocationVariable |
|
| WbMediaInfoEditExpr |
The representation of an item edit, which can contain variables both for its own id and in its contents.
|
| WbMonolingualExpr |
|
| WbNameDescExpr |
An expression that represent a term (label, description or alias).
|
| WbPropConstant |
A constant property, that does not change depending on the row
|
| WbQuantityExpr |
|
| WbReferenceExpr |
An expression for a reference (list of reference snaks).
|
| WbSnakExpr |
An expression for a snak (pair of property and value).
|
| WbStatementExpr |
|
| WbStatementGroupExpr |
|
| WbStringConstant |
|
| WbStringVariable |
A variable that returns a simple string value.
|
| WbVariableExpr<T> |
A base class for expressions which draw their values from a particular column.
|
| WikibaseSchema |
Main class representing a skeleton of Wikibase edits with OpenRefine columns as variables.
|