Class GraphUpdate
java.lang.Object
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 SummaryNested Classes Modifier and Type Class Description static classGraphUpdate.GraphSpecificationstatic classGraphUpdate.GraphUpdateType
- 
Method SummaryModifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static GraphUpdatecreate(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, TupleTableName sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, TupleTableName targetGraph)GraphUpdate.GraphUpdateTypegetGraphUpdateType()booleangetSilent()TupleTableNamegetSourceGraph()GraphUpdate.GraphSpecificationgetSourceGraphSpecification()TupleTableNamegetTargetGraph()GraphUpdate.GraphSpecificationgetTargetGraphSpecification()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObjecttoString, toString, toString
- 
Method Details- 
getGraphUpdateType
- 
getSilentpublic boolean getSilent()
- 
getSourceGraphSpecification
- 
getSourceGraph
- 
getTargetGraphSpecification
- 
getTargetGraph
- 
accept- Specified by:
- acceptin class- LogicObject
 
- 
toString- Specified by:
- toStringin class- LogicObject
 
- 
createpublic static GraphUpdate create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, TupleTableName sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, TupleTableName targetGraph)
 
-