|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.resmng.data.ResourceDescriptorScorekeeper
public class ResourceDescriptorScorekeeper
An auxiliary structure for storing the score of a node along with the resource descriptor of the node.
Field Summary | |
---|---|
ResourceDescriptorRecord |
resourceDescriptor
The node's resource descriptor |
double |
score
The score of the record. |
Constructor Summary | |
---|---|
ResourceDescriptorScorekeeper(ResourceDescriptorRecord resourceDescriptor,
double score)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public ResourceDescriptorRecord resourceDescriptor
public double score
Constructor Detail |
---|
public ResourceDescriptorScorekeeper(ResourceDescriptorRecord resourceDescriptor, double score)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |