public interface IServiceEvaluator
Modifier and Type | Method and Description |
---|---|
IFuture<java.lang.Double> |
evaluate(IService service)
Evaluates the service in detail.
|
IFuture<java.lang.Double> evaluate(IService service)
service
- The service being evaluated.