Uses of Interface
de.fuberlin.wiwiss.semmf.descr.GraphMatchingDescription

Packages that use GraphMatchingDescription
de.fuberlin.wiwiss.semmf.descr   
de.fuberlin.wiwiss.semmf.descr.impl   
de.fuberlin.wiwiss.semmf.engine   
 

Uses of GraphMatchingDescription in de.fuberlin.wiwiss.semmf.descr
 

Methods in de.fuberlin.wiwiss.semmf.descr that return GraphMatchingDescription
static GraphMatchingDescription MatchingDescriptionReader.read(java.lang.String mdURL, java.lang.String lang)
          Reads a matching description
 

Uses of GraphMatchingDescription in de.fuberlin.wiwiss.semmf.descr.impl
 

Classes in de.fuberlin.wiwiss.semmf.descr.impl that implement GraphMatchingDescription
 class GraphMatchingDescriptionImpl
           
 

Uses of GraphMatchingDescription in de.fuberlin.wiwiss.semmf.engine
 

Fields in de.fuberlin.wiwiss.semmf.engine declared as GraphMatchingDescription
private  GraphMatchingDescription MatchingEngine.gmd
          A MatchingDescription object containing all matching information based on which the engine performs the matching of a query graph against a set of resource graphs.
 

Methods in de.fuberlin.wiwiss.semmf.engine with parameters of type GraphMatchingDescription
private  MatchingEngine.QueryGraph MatchingEngine.loadQueryGraph(GraphMatchingDescription gmd)
          This method loads all values from the query graph into memory and stores them using instances of the helper classes.
 

Constructors in de.fuberlin.wiwiss.semmf.engine with parameters of type GraphMatchingDescription
MatchingEngine(GraphMatchingDescription gmd)
          Constructor.