Class LoadUpdate
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.LoadUpdate
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static LoadUpdatecreate(boolean silent, UpdateType updateType, String sourceIRI, TupleTableName targetGraph) booleanvoidMethods inherited from class LogicObject
toString, toString, toString
-
Method Details
-
getSilent
public boolean getSilent() -
getUpdateType
-
getSourceIRI
-
getTargetGraph
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
public static LoadUpdate create(boolean silent, UpdateType updateType, String sourceIRI, TupleTableName targetGraph)
-