Uses of Enum
tech.oxfordsemantic.jrdfox.logic.sparql.statement.GraphUpdate.GraphSpecification
Packages that use GraphUpdate.GraphSpecification
-
Uses of GraphUpdate.GraphSpecification in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Subclasses with type arguments of type GraphUpdate.GraphSpecification in tech.oxfordsemantic.jrdfox.logic.sparql.statementMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return GraphUpdate.GraphSpecificationModifier and TypeMethodDescriptionGraphUpdate.getSourceGraphSpecification()GraphUpdate.getTargetGraphSpecification()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.GraphSpecificationModifier and TypeMethodDescriptionstatic GraphUpdateGraphUpdate.create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, Resource sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, Resource targetGraph)