com.hp.hpl.jena.sparql.modify.request
Class UpdateWithUsing
java.lang.Object
com.hp.hpl.jena.update.Update
com.hp.hpl.jena.sparql.modify.request.UpdateWithUsing
- All Implemented Interfaces:
- PrintSerializable, Printable
- Direct Known Subclasses:
- UpdateModify
public abstract class UpdateWithUsing
- extends Update
UpdateWithUsing
public UpdateWithUsing()
addUsing
public void addUsing(Node node)
addUsingNamed
public void addUsingNamed(Node node)
getUsing
public List<Node> getUsing()
getUsingNamed
public List<Node> getUsingNamed()
getWithIRI
public Node getWithIRI()
setWithIRI
public void setWithIRI(Node node)
Licenced under the Apache License, Version 2.0