eu.xtreemos.xosd.resmng.data
Class ResourceDescriptorScorekeeper

java.lang.Object
  extended by eu.xtreemos.xosd.resmng.data.ResourceDescriptorScorekeeper

public class ResourceDescriptorScorekeeper
extends java.lang.Object

An auxiliary structure for storing the score of a node along with the resource descriptor of the node.

Author:
matej.artac@xlab.si

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

resourceDescriptor

public ResourceDescriptorRecord resourceDescriptor
The node's resource descriptor


score

public double score
The score of the record.

Constructor Detail

ResourceDescriptorScorekeeper

public ResourceDescriptorScorekeeper(ResourceDescriptorRecord resourceDescriptor,
                                     double score)