Uses of Class
com.hp.hpl.jena.graph.query.Query.ArgMap

Packages that use Query.ArgMap
com.hp.hpl.jena.graph.query Defines the graph-level Query classes, allowing multi-pattern query over arbitrary graphs. 
 

Uses of Query.ArgMap in com.hp.hpl.jena.graph.query
 

Methods in com.hp.hpl.jena.graph.query that return Query.ArgMap
 Query.ArgMap Query.args()
           
 Query.ArgMap Query.ArgMap.put(java.lang.String name, Graph g)
           
 

Methods in com.hp.hpl.jena.graph.query with parameters of type Query.ArgMap
 ExtendedIterator Query.executeBindings(Query.ArgMap args, Node[] nodes)
          the standard "default" implementation of executeBindings.
 



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.