Uses of Class
org.openjena.atlas.lib.MultiMap

Packages that use MultiMap
com.hp.hpl.jena.sparql.modify   
org.openjena.atlas.lib   
 

Uses of MultiMap in com.hp.hpl.jena.sparql.modify
 

Methods in com.hp.hpl.jena.sparql.modify that return MultiMap
static MultiMap<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Triple> TemplateLib.calcTriples(java.util.List<Quad> quads, java.util.List<Binding> bindings)
          Substitute into quad patterns, and build a map of graph name to lists of triples
static MultiMap<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Triple> TemplateLib.template(java.util.List<Quad> quads, com.hp.hpl.jena.graph.Node dftGraph, java.util.List<Binding> bindings)
          Take a template, as a list of quad patterns, a default graph, and a list of bindings, and produce a map of graph name to lists of triples.
 

Uses of MultiMap in org.openjena.atlas.lib
 

Methods in org.openjena.atlas.lib that return MultiMap
static
<K,V> MultiMap<K,V>
MultiMap.createMapList()
           
static
<K,V> MultiMap<K,V>
MultiMap.createMapSet()
           
 



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.