org.apache.clerezza.rdf.core.impl.graphmatching
Class HashMatching

java.lang.Object
  extended by org.apache.clerezza.rdf.core.impl.graphmatching.HashMatching

public class HashMatching
extends Object

Author:
reto

Method Summary
 Map<Set<BNode>,Set<BNode>> getMatchingGroups()
           
 Map<BNode,BNode> getMatchings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMatchingGroups

public Map<Set<BNode>,Set<BNode>> getMatchingGroups()
Returns:
a map containing set of which each bnodes mappes one of the other set

getMatchings

public Map<BNode,BNode> getMatchings()


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