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