Class GraphUpdate
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.statement.Statement
tech.oxfordsemantic.jrdfox.logic.sparql.statement.Update
tech.oxfordsemantic.jrdfox.logic.sparql.statement.GraphUpdate
- All Implemented Interfaces:
java.io.Serializable
public class GraphUpdate extends Update
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GraphUpdate.GraphSpecification
static class
GraphUpdate.GraphUpdateType
-
Method Summary
Modifier and Type Method Description <E> E
accept(LogicVisitor<E> visitor)
static GraphUpdate
create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, Resource sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, Resource targetGraph)
GraphUpdate.GraphUpdateType
getGraphUpdateType()
boolean
getSilent()
Resource
getSourceGraph()
GraphUpdate.GraphSpecification
getSourceGraphSpecification()
Resource
getTargetGraph()
GraphUpdate.GraphSpecification
getTargetGraphSpecification()
void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString
-
Method Details
-
getGraphUpdateType
-
getSilent
public boolean getSilent() -
getSourceGraphSpecification
-
getSourceGraph
-
getTargetGraphSpecification
-
getTargetGraph
-
accept
- Specified by:
accept
in classLogicObject
-
toString
- Specified by:
toString
in classLogicObject
-
create
public static GraphUpdate create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, Resource sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, Resource targetGraph)
-