Uses of Class
org.openrefine.wikibase.schema.WbStatementExpr
-
Packages that use WbStatementExpr Package Description org.openrefine.wikibase.schema -
-
Uses of WbStatementExpr in org.openrefine.wikibase.schema
Methods in org.openrefine.wikibase.schema that return types with arguments of type WbStatementExpr Modifier and Type Method Description List<WbStatementExpr>
WbStatementGroupExpr. getStatements()
Constructor parameters in org.openrefine.wikibase.schema with type arguments of type WbStatementExpr Constructor Description WbStatementGroupExpr(WbExpression<? extends org.wikidata.wdtk.datamodel.interfaces.PropertyIdValue> propertyExpr, List<WbStatementExpr> claimExprs)
-