Uses of Interface
org.openrefine.wikidata.schema.WbExpression
Packages that use WbExpression
-
Uses of WbExpression in org.openrefine.wikidata.schema
Classes in org.openrefine.wikidata.schema that implement WbExpressionModifier and TypeClassDescriptionclassA constant for a time value, accepting a number of formats which determine the precision of the parsed value.classAn expression that represents a time value, extracted from a string.classA constant entity id value, that does not change depending on the rowclassAn Entity that depends on a reconciled value in a column.classRepresents an item that does not vary, it is independent of the row.classThe representation of an item edit, which can contain variables both for its own id and in its contents.classAn item that depends on a reconciled value in a column.classA constant that represents a Wikimedia language code.classA language variable generates a language code from a cell.classA constant for a geographical location.classclassThe representation of an item edit, which can contain variables both for its own id and in its contents.classclassA constant property, that does not change depending on the rowclassclassAn expression for a reference (list of reference snaks).classAn expression for a snak (pair of property and value).classclassA variable that returns a simple string value.classA base class for expressions which draw their values from a particular column.Fields in org.openrefine.wikidata.schema with type parameters of type WbExpressionModifier and TypeFieldDescriptionprotected List<WbExpression<? extends EntityEdit>>WikibaseSchema.entityEditExprsMethods in org.openrefine.wikidata.schema that return WbExpressionModifier and TypeMethodDescriptionWbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.StringValue>WbQuantityExpr.getAmountExpr()WbExpression<? extends String>WbMonolingualExpr.getLanguageExpr()WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.Value>WbStatementExpr.getMainsnak()WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.PropertyIdValue>WbSnakExpr.getProp()WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.PropertyIdValue>WbStatementGroupExpr.getProperty()WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.EntityIdValue>WbItemEditExpr.getSubject()WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.EntityIdValue>WbMediaInfoEditExpr.getSubject()WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.ItemIdValue>WbQuantityExpr.getUnitExpr()WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.Value>WbSnakExpr.getValue()WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.StringValue>WbMonolingualExpr.getValueExpr()Methods in org.openrefine.wikidata.schema that return types with arguments of type WbExpressionModifier and TypeMethodDescriptionList<WbExpression<? extends EntityEdit>>WikibaseSchema.getEntityDocumentExpressions()Constructors in org.openrefine.wikidata.schema with parameters of type WbExpressionModifierConstructorDescriptionWbItemEditExpr(WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.EntityIdValue> subjectExpr, List<WbNameDescExpr> nameDescExprs, List<WbStatementGroupExpr> statementGroupExprs) WbMediaInfoEditExpr(WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.EntityIdValue> subjectExpr, List<WbNameDescExpr> nameDescExprs, List<WbStatementGroupExpr> statementGroupExprs) WbMonolingualExpr(WbExpression<? extends String> languageExpr, WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.StringValue> valueExpr) WbQuantityExpr(WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.StringValue> amountExpr, WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.ItemIdValue> unitExpr) Creates an expression for a quantity, which contains two sub-expressions: one for the amount (a string with a particular format) and one for the unit, which is optional.WbSnakExpr(WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.PropertyIdValue> propExpr, WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.Value> valueExpr) WbStatementExpr(WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.Value> mainSnakValueExpr, List<WbSnakExpr> qualifierExprs, List<WbReferenceExpr> referenceExprs, StatementMerger merger, StatementEditingMode mode) WbStatementGroupExpr(WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.PropertyIdValue> propertyExpr, List<WbStatementExpr> claimExprs) Constructor parameters in org.openrefine.wikidata.schema with type arguments of type WbExpressionModifierConstructorDescriptionWikibaseSchema(List<WbExpression<? extends EntityEdit>> exprs, List<WbItemEditExpr> legacyItemExprs, String siteIri, Map<String, String> entityTypeSiteIri, String mediaWikiApiEndpoint) Constructor for deserialization via Jackson