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:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static GraphUpdatecreate(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, Resource sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, Resource targetGraph) booleanvoidMethods inherited from class 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, Resource sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, Resource targetGraph)
-