Package | Description |
---|---|
jadex.bridge.nonfunctional.search | |
jadex.bridge.sensor.service |
Modifier and Type | Class and Description |
---|---|
class |
BasicEvaluator<T>
Basic evaluator implementation for service and methods.
|
class |
ComposedEvaluator<S>
Evaluator composed of multiple weighted evaluators.
|
Modifier and Type | Method and Description |
---|---|
void |
ComposedEvaluator.addEvaluator(IServiceEvaluator evaluator)
Adds a new evaluator with a weight of 1.0.
|
void |
ComposedEvaluator.addEvaluator(IServiceEvaluator evaluator,
double weight)
Adds a new evaluator.
|
Future<Boolean> |
IRankingSearchTerminationDecider.isStartRanking(Collection<S> currentresults,
IServiceEvaluator evaluator)
Decides if the search should terminate and the ranking should start.
|
Future<Boolean> |
CountThresholdSearchTerminationDecider.isStartRanking(Collection<S> currentresults,
IServiceEvaluator evaluator)
Decides if the search should start ranking.
|
void |
ComposedEvaluator.removeEvaluator(IServiceEvaluator evaluator)
Removes an evaluator.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionTimeEvaluator
Execution time evaluator.
|
class |
WaitqueueEvaluator
Execution time evaluator.
|
Copyright © 2013. All Rights Reserved.