de.fuberlin.wiwiss.semmf.result.impl
Class GraphMatchingResultImpl

java.lang.Object
  extended by de.fuberlin.wiwiss.semmf.result.impl.GraphMatchingResultImpl
All Implemented Interfaces:
GraphMatchingResult

public class GraphMatchingResultImpl
extends java.lang.Object
implements GraphMatchingResult

Version:
1.0 last modified on 29.11.2006
Author:
Radoslaw Oldakowski

Field Summary
 java.util.List clusterMatchingResultList
           
 com.hp.hpl.jena.rdf.model.Resource queryGraphEntryNode
           
 com.hp.hpl.jena.rdf.model.Resource resGraphEntryNode
           
 float sim
           
 
Constructor Summary
GraphMatchingResultImpl()
           
 
Method Summary
 java.util.List getClusterMatchingResultList()
          The matching result for RDFNodes inside this cluster.
 com.hp.hpl.jena.rdf.model.Resource getQueryGraphEntryNode()
           
 com.hp.hpl.jena.rdf.model.Resource getResGraphEntryNode()
           
 float getSimilarity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queryGraphEntryNode

public com.hp.hpl.jena.rdf.model.Resource queryGraphEntryNode

resGraphEntryNode

public com.hp.hpl.jena.rdf.model.Resource resGraphEntryNode

sim

public float sim

clusterMatchingResultList

public java.util.List clusterMatchingResultList
Constructor Detail

GraphMatchingResultImpl

public GraphMatchingResultImpl()
Method Detail

getQueryGraphEntryNode

public com.hp.hpl.jena.rdf.model.Resource getQueryGraphEntryNode()
Specified by:
getQueryGraphEntryNode in interface GraphMatchingResult
Returns:
Jena Resource object representing the entry of the query graph which was matched against the resource graph, which entry, in turn, is returned by the method getResourceGraphEntry().

getResGraphEntryNode

public com.hp.hpl.jena.rdf.model.Resource getResGraphEntryNode()
Specified by:
getResGraphEntryNode in interface GraphMatchingResult
Returns:
a Jena Resource object representing the entry of the resource graph which was matched against the query graph, which entry, in turn, is returned by the method getQueryGraphEntryNode().

getSimilarity

public float getSimilarity()
Specified by:
getSimilarity in interface GraphMatchingResult
Returns:
similarity between both graphs

getClusterMatchingResultList

public java.util.List getClusterMatchingResultList()
The matching result for RDFNodes inside this cluster.

Specified by:
getClusterMatchingResultList in interface GraphMatchingResult
Returns:
List of objects implementing the ClusterMatchingResult interface.