de.fuberlin.wiwiss.semmf.result.impl
Class GraphMatchingResultImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
GraphMatchingResultImpl
public GraphMatchingResultImpl()
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.