Uses of Class
com.hp.hpl.jena.sparql.core.QuadAction

Packages that use QuadAction
com.hp.hpl.jena.sparql.core   
 

Uses of QuadAction in com.hp.hpl.jena.sparql.core
 

Methods in com.hp.hpl.jena.sparql.core that return QuadAction
static QuadAction QuadAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QuadAction[] QuadAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hp.hpl.jena.sparql.core that return types with arguments of type QuadAction
 List<Pair<QuadAction,Quad>> DatasetChangesCapture.getActions()
           
 

Methods in com.hp.hpl.jena.sparql.core with parameters of type QuadAction
 void DatasetChangesCounter.change(QuadAction qaction, Node g, Node s, Node p, Node o)
           
 void DatasetChangesCapture.change(QuadAction qaction, Node g, Node s, Node p, Node o)
           
 void DatasetChangesBatched.change(QuadAction qaction, Node g, Node s, Node p, Node o)
           
 void DatasetChanges.change(QuadAction qaction, Node g, Node s, Node p, Node o)
          A change has occurred
 



Licenced under the Apache License, Version 2.0