Uses of Interface
eu.xtreemos.xosd.resmng.data.INodeEvaluation

Packages that use INodeEvaluation
eu.xtreemos.xosd.resmng.data   
eu.xtreemos.xosd.utilities.resmng   
 

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

Classes in eu.xtreemos.xosd.resmng.data that implement INodeEvaluation
 class NodeEvaluationConstant
          The evaluation function which returns a constant.
 class NodeEvaluationLinear
          The class evaluates the score as a linear function.
 class NodeEvaluationLinearLimited
          The class evaluates the score as a linear function, limited with an upper and a lower bound.
 

Fields in eu.xtreemos.xosd.resmng.data declared as INodeEvaluation
protected  INodeEvaluation ConditionTreeCondition.nodeEvaluationFunction
          The class implementing an evaluation function for scoring the resource against the resource query.
 

Methods in eu.xtreemos.xosd.resmng.data that return INodeEvaluation
 INodeEvaluation ConditionTreeCondition.getNodeEvaluationFunction()
           
 

Methods in eu.xtreemos.xosd.resmng.data with parameters of type INodeEvaluation
 void ConditionTreeCondition.setNodeEvaluationFunction(INodeEvaluation nodeEvaluationFunction)
           
 

Uses of INodeEvaluation in eu.xtreemos.xosd.utilities.resmng
 

Methods in eu.xtreemos.xosd.utilities.resmng that return INodeEvaluation
protected static INodeEvaluation ConditionTreeBuilder.getNodeEvaluation(int nodeAttribute)
          A helper method for creating attribute-type-dependent functions for evaluating the records by the attribute values.