|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fuberlin.wiwiss.semmf.descr.impl.GraphMatchingDescriptionImpl
public class GraphMatchingDescriptionImpl
Field Summary | |
---|---|
private java.util.List |
clusterMatchingDescriptionList
A List with matching descriptions for each cluster |
java.lang.String |
queryGraphURI
The URI of the query graph which will be matched againsed a set of resource graphs |
java.lang.String |
queryModelURL
URL of the RDF model holding the query graph to be matched |
java.lang.String |
resGraphURIpath
RDQL path expression to each of the resource graphs which will be matched againsed the query graph |
java.lang.String |
resModelURL
URL of the RDF model holding all resource graphs to be matched |
Constructor Summary | |
---|---|
GraphMatchingDescriptionImpl()
|
Method Summary | |
---|---|
void |
addClusterMatchingDescription(ClusterMatchingDescription cmd)
Adds a new ClusterMatchingDescription to the class interanal List of cmd's |
java.util.List |
getClusterMatchingDescriptionList()
|
java.lang.String |
getQueryGraphURI()
|
java.lang.String |
getQueryModelURL()
|
java.lang.String |
getResGraphURIpath()
|
java.lang.String |
getResModelURL()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String queryModelURL
public java.lang.String resModelURL
public java.lang.String queryGraphURI
public java.lang.String resGraphURIpath
private java.util.List clusterMatchingDescriptionList
Constructor Detail |
---|
public GraphMatchingDescriptionImpl()
Method Detail |
---|
public void addClusterMatchingDescription(ClusterMatchingDescription cmd)
public java.lang.String getQueryModelURL()
getQueryModelURL
in interface GraphMatchingDescription
public java.lang.String getResModelURL()
getResModelURL
in interface GraphMatchingDescription
public java.lang.String getQueryGraphURI()
getQueryGraphURI
in interface GraphMatchingDescription
public java.lang.String getResGraphURIpath()
getResGraphURIpath
in interface GraphMatchingDescription
public java.util.List getClusterMatchingDescriptionList()
getClusterMatchingDescriptionList
in interface GraphMatchingDescription
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |