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 E
LogicAdapter. visit(GraphUpdate graphUpdate)
E
LogicVisitor. visit(GraphUpdate graphUpdate)
java.lang.Void
LogicWalker. 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 GraphUpdate
GraphUpdate. create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, TupleTableName sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, TupleTableName targetGraph)