public class SimpleSparqlUnit extends Object implements SparqlUnit
| Constructor and Description |
|---|
SimpleSparqlUnit(Query query) |
SimpleSparqlUnit(Update update) |
public SimpleSparqlUnit(Query query)
public SimpleSparqlUnit(Update update)
public boolean isQuery()
isQuery in interface SparqlUnitQuery, false if it is an Updatepublic Query getQuery()
getQuery in interface SparqlUnitQuery, null otherwisepublic Update getUpdate()
getUpdate in interface SparqlUnitUpdate, null otherwiseCopyright © 2015–2022 The Apache Software Foundation. All rights reserved.