Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.GraphUpdate
| Package | Description | 
|---|---|
| tech.oxfordsemantic.jrdfox.logic | |
| tech.oxfordsemantic.jrdfox.logic.sparql.statement | 
- 
Uses of GraphUpdate in tech.oxfordsemantic.jrdfox.logicMethods in tech.oxfordsemantic.jrdfox.logic with parameters of type GraphUpdate Modifier and Type Method Description ELogicAdapter. visit(GraphUpdate graphUpdate)ELogicVisitor. visit(GraphUpdate graphUpdate)java.lang.VoidLogicWalker. visit(GraphUpdate graphUpdate)
- 
Uses of GraphUpdate in tech.oxfordsemantic.jrdfox.logic.sparql.statementMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return GraphUpdate Modifier and Type Method Description static GraphUpdateGraphUpdate. create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, TupleTableName sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, TupleTableName targetGraph)