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.logic
Methods 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.statement
Methods 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, Resource sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, Resource targetGraph)