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(List<Quad> quads, 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(List<Quad> quads, com.hp.hpl.jena.graph.Node dftGraph, 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()
           
 



Licenced under the Apache License, Version 2.0