Uses of Package
de.fuberlin.wiwiss.semmf.result

Packages that use de.fuberlin.wiwiss.semmf.result
de.fuberlin.wiwiss.semmf.engine   
de.fuberlin.wiwiss.semmf.examples   
de.fuberlin.wiwiss.semmf.result   
de.fuberlin.wiwiss.semmf.result.impl   
de.fuberlin.wiwiss.semmf.util   
 

Classes in de.fuberlin.wiwiss.semmf.result used by de.fuberlin.wiwiss.semmf.engine
MatchingResult
          When the method exec() is invoked on a MatchingEngine, a MatchingResult object holding a List of ranked instances of GraphMatchingDescription is returned.
 

Classes in de.fuberlin.wiwiss.semmf.result used by de.fuberlin.wiwiss.semmf.examples
MatchingResult
          When the method exec() is invoked on a MatchingEngine, a MatchingResult object holding a List of ranked instances of GraphMatchingDescription is returned.
 

Classes in de.fuberlin.wiwiss.semmf.result used by de.fuberlin.wiwiss.semmf.result
GraphMatchingResult
          When the method exec() is invoked on a MatchingEngine, a MatchingResult object holding a List of ranked instances implementing this interface is returned.
 

Classes in de.fuberlin.wiwiss.semmf.result used by de.fuberlin.wiwiss.semmf.result.impl
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.
 

Classes in de.fuberlin.wiwiss.semmf.result used by de.fuberlin.wiwiss.semmf.util
MatchingResult
          When the method exec() is invoked on a MatchingEngine, a MatchingResult object holding a List of ranked instances of GraphMatchingDescription is returned.