Uses of Interface
com.hp.hpl.jena.shared.Command

Packages that use Command
com.hp.hpl.jena.graph This package defines the Graph and Node family of classes, which form the underlying datatypes of the Jena system. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
 

Uses of Command in com.hp.hpl.jena.graph
 

Methods in com.hp.hpl.jena.graph with parameters of type Command
 java.lang.Object TransactionHandler.executeInTransaction(Command c)
          If transactions are supported, execute the command c within a transaction and return its result.
 

Uses of Command in com.hp.hpl.jena.rdf.model
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type Command
 java.lang.Object Model.executeInTransaction(Command cmd)
          Execute the command cmd inside a transaction.
 



Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP