Package de.fuberlin.wiwiss.semmf.result

Interface Summary
ClusterMatchingResult This interface provides methods for representing the matching result of values inside a certain cluster.
GraphMatchingResult When the method exec() is invoked on a MatchingEngine, a MatchingResult object holding a List of ranked instances implementing this interface is returned.
MatchingResult When the method exec() is invoked on a MatchingEngine, a MatchingResult object holding a List of ranked instances of GraphMatchingDescription is returned.
NodeMatchingResult In Jena2 all property values are of type RDFNode (Resources or Literals).
PropertyMatchingResult This interface provides methods for representing the matching result of properties of a certain node type.