Uses of Class
eu.xtreemos.xosd.resmng.data.AttributeScorekeeper

Packages that use AttributeScorekeeper
eu.xtreemos.xosd.resmng.data   
 

Uses of AttributeScorekeeper in eu.xtreemos.xosd.resmng.data
 

Method parameters in eu.xtreemos.xosd.resmng.data with type arguments of type AttributeScorekeeper
 boolean ConditionTreeCondition.getSubtreeScorekeeper(ResourceDescriptorRecord resource, java.util.Hashtable<java.lang.Integer,AttributeScorekeeper> scorekeepers)
          The method builds a hash table of AttributeScorekeeper instances for each of the attribute that takes part in the subtree of the condition tree that starts at the provided node.
 boolean ConditionTreeOperator.getSubtreeScorekeeper(ResourceDescriptorRecord resource, java.util.Hashtable<java.lang.Integer,AttributeScorekeeper> scorekeepers)
           
 boolean IConditionTreeNode.getSubtreeScorekeeper(ResourceDescriptorRecord resource, java.util.Hashtable<java.lang.Integer,AttributeScorekeeper> scorekeepers)
          The method builds a hash table of AttributeScorekeeper instances for each of the attribute that takes part in the subtree of the condition tree that starts at the provided node.
protected  boolean ConditionTreeOperator.getSubtreeScorekeeperNodeAnd(ResourceDescriptorRecord resource, java.util.Hashtable<java.lang.Integer,AttributeScorekeeper> scorekeepers)
           
protected  boolean ConditionTreeOperator.getSubtreeScorekeeperNodeOr(ResourceDescriptorRecord resource, java.util.Hashtable<java.lang.Integer,AttributeScorekeeper> scorekeepers)