public interface ILinkWeightService
Modifier and Type | Method and Description |
---|---|
ScalarEvaluator |
getLinkWeightEvaluator(EvaluatorGroup group)
Gets a
ScalarEvaluator for evaluating the computational weight. |
ScalarEvaluator getLinkWeightEvaluator(EvaluatorGroup group)
ScalarEvaluator
for evaluating the computational weight.group
- The group with which to associate the new evaluator. By grouping evaluators
that are often evaluated at the same Julian dates, common computations can be performed only once
for the entire group instead of multiple times for each evaluator.