de.fuberlin.wiwiss.semmf.engine
Class MatchingEngine.QueryCluster

java.lang.Object
  extended by de.fuberlin.wiwiss.semmf.engine.MatchingEngine.QueryCluster
Enclosing class:
MatchingEngine

private class MatchingEngine.QueryCluster
extends java.lang.Object


Field Summary
private  java.util.Map queryNodeMap
          All occurances of a particular kind of node (key) are stored in a list (value of the HashMap)
 
Constructor Summary
private MatchingEngine.QueryCluster()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryNodeMap

private java.util.Map queryNodeMap
All occurances of a particular kind of node (key) are stored in a list (value of the HashMap)

Constructor Detail

MatchingEngine.QueryCluster

private MatchingEngine.QueryCluster()