de.fuberlin.wiwiss.semmf.descr
Interface ClusterMatchingDescription

All Known Implementing Classes:
ClusterMatchingDescriptionImpl

public interface ClusterMatchingDescription

Each object holding cluster matching information must implement this interface, in order to be compatible with the MatchingEngine.

Version:
1.1 last modified 29.11.2006
Author:
Radoslaw Oldakowski

Method Summary
 java.lang.String getLabel()
           
 java.util.List getNodeMatchingDescriptionList()
           
 float getWeight()
           
 

Method Detail

getLabel

java.lang.String getLabel()
Returns:
the label of the this cluster.

getWeight

float getWeight()
Returns:
weight which represents the importance of this cluster among other clusters in a GraphMatchingDescription The weight is a float number [0..1]. The sum of all cluster weights equals 1.

getNodeMatchingDescriptionList

java.util.List getNodeMatchingDescriptionList()
Returns:
a list of objects implementing the NodeMatchingDescription interface.