|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.fuberlin.wiwiss.semmf.descr.impl.ClusterMatchingDescriptionImpl
public class ClusterMatchingDescriptionImpl
| Field Summary | |
|---|---|
private java.lang.String |
label
Label of a particualar clluster |
private java.util.List |
nodeMatchingDescriptionList
List with matching descriptions for all nodes inside this cluster. |
private float |
weight
Weight of a particular cluster |
| Constructor Summary | |
|---|---|
ClusterMatchingDescriptionImpl(java.lang.String label,
float weight)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addNodeMatchingDescription(NodeMatchingDescription nmd)
Adds a new NodeMatchingDescription to List of NMD's |
java.lang.String |
getLabel()
|
java.util.List |
getNodeMatchingDescriptionList()
|
float |
getWeight()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String label
private float weight
private java.util.List nodeMatchingDescriptionList
| Constructor Detail |
|---|
public ClusterMatchingDescriptionImpl(java.lang.String label,
float weight)
label - label of this clusterweight - weight of this cluster| Method Detail |
|---|
public void addNodeMatchingDescription(NodeMatchingDescription nmd)
public java.lang.String getLabel()
getLabel in interface ClusterMatchingDescriptionpublic float getWeight()
getWeight in interface ClusterMatchingDescriptionpublic java.util.List getNodeMatchingDescriptionList()
getNodeMatchingDescriptionList in interface ClusterMatchingDescription
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||