Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.GraphUpdate
Packages that use GraphUpdate
Package
Description
-
Uses of GraphUpdate in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type GraphUpdateModifier and TypeMethodDescriptionLogicAdapter.visit(GraphUpdate graphUpdate) LogicVisitor.visit(GraphUpdate graphUpdate) LogicWalker.visit(GraphUpdate graphUpdate) -
Uses of GraphUpdate in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return GraphUpdateModifier and TypeMethodDescriptionstatic GraphUpdateGraphUpdate.create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, Resource sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, Resource targetGraph)