Uses of Interface
de.fuberlin.wiwiss.semmf.result.GraphMatchingResult

Packages that use GraphMatchingResult
de.fuberlin.wiwiss.semmf.result   
de.fuberlin.wiwiss.semmf.result.impl   
 

Uses of GraphMatchingResult in de.fuberlin.wiwiss.semmf.result
 

Methods in de.fuberlin.wiwiss.semmf.result that return GraphMatchingResult
 GraphMatchingResult MatchingResult.getFirst()
           
 GraphMatchingResult MatchingResult.next()
           
 

Uses of GraphMatchingResult in de.fuberlin.wiwiss.semmf.result.impl
 

Classes in de.fuberlin.wiwiss.semmf.result.impl that implement GraphMatchingResult
 class GraphMatchingResultImpl
           
 

Methods in de.fuberlin.wiwiss.semmf.result.impl that return GraphMatchingResult
 GraphMatchingResult MatchingResultImpl.getFirst()
           
 GraphMatchingResult MatchingResultImpl.next()