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

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

private class MatchingEngine.QueryNode
extends java.lang.Object

A certain Node matching a particular pathExpr from a NodeMatchingDescription NOTE: There might be multiple QueryNodes matching the same pathExpr


Field Summary
private  java.util.Map queryPropertyMap
           
private  com.hp.hpl.jena.rdf.model.RDFNode RDFNode
           
 
Constructor Summary
private MatchingEngine.QueryNode()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RDFNode

private com.hp.hpl.jena.rdf.model.RDFNode RDFNode

queryPropertyMap

private java.util.Map queryPropertyMap
Constructor Detail

MatchingEngine.QueryNode

private MatchingEngine.QueryNode()