Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.GraphUpdate.GraphSpecification
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of GraphUpdate.GraphSpecification in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return GraphUpdate.GraphSpecification Modifier and Type Method Description GraphUpdate.GraphSpecification
GraphUpdate. getSourceGraphSpecification()
GraphUpdate.GraphSpecification
GraphUpdate. getTargetGraphSpecification()
static GraphUpdate.GraphSpecification
GraphUpdate.GraphSpecification. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GraphUpdate.GraphSpecification[]
GraphUpdate.GraphSpecification. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type GraphUpdate.GraphSpecification Modifier and Type Method Description static GraphUpdate
GraphUpdate. create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, TupleTableName sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, TupleTableName targetGraph)