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 classGraphUpdate.GraphSpecificationstatic classGraphUpdate.GraphUpdateType - 
Method Summary
Modifier 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.LogicObject
toString, toString, toString 
- 
Method Details
- 
getGraphUpdateType
 - 
getSilent
public boolean getSilent() - 
getSourceGraphSpecification
 - 
getSourceGraph
 - 
getTargetGraphSpecification
 - 
getTargetGraph
 - 
accept
- Specified by:
 acceptin classLogicObject
 - 
toString
- Specified by:
 toStringin classLogicObject
 - 
create
public static GraphUpdate create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, TupleTableName sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, TupleTableName targetGraph) 
 -