Uses of Class
org.openrefine.wikibase.schema.WbVariableExpr
-
Packages that use WbVariableExpr Package Description org.openrefine.wikibase.schema -
-
Uses of WbVariableExpr in org.openrefine.wikibase.schema
Subclasses of WbVariableExpr in org.openrefine.wikibase.schema Modifier and Type Class Description class
WbDateVariable
An expression that represents a time value, extracted from a string.class
WbEntityVariable
An Entity that depends on a reconciled value in a column.class
WbItemVariable
An item that depends on a reconciled value in a column.class
WbLanguageVariable
A language variable generates a language code from a cell.class
WbLocationVariable
class
WbStringVariable
A variable that returns a simple string value.Method parameters in org.openrefine.wikibase.schema with type arguments of type WbVariableExpr Modifier and Type Method Description protected boolean
WbVariableExpr. equalAsVariables(Object other, Class<? extends WbVariableExpr<?>> targetClass)
Helper for equality methods of subclasses.
-