Uses of Class
org.apache.clerezza.rdf.core.BNode

Packages that use BNode
org.apache.clerezza.rdf.core.impl.graphmatching   
 

Uses of BNode in org.apache.clerezza.rdf.core.impl.graphmatching
 

Methods in org.apache.clerezza.rdf.core.impl.graphmatching that return types with arguments of type BNode
 Map<Set<BNode>,Set<BNode>> HashMatching.getMatchingGroups()
           
 Map<Set<BNode>,Set<BNode>> HashMatching.getMatchingGroups()
           
 Map<BNode,BNode> HashMatching.getMatchings()
           
 Map<BNode,BNode> HashMatching.getMatchings()
           
static Map<BNode,BNode> GraphMatcher.getValidMapping(TripleCollection og1, TripleCollection og2)
          get a mapping from g1 to g2 or null if the graphs are not isomorphic.
static Map<BNode,BNode> GraphMatcher.getValidMapping(TripleCollection og1, TripleCollection og2)
          get a mapping from g1 to g2 or null if the graphs are not isomorphic.
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.