public class DefaultStrategyResult extends Object
This entity is used by our default comparison-strategies. The output type of every default comparison-strategy is this entity.
The example of our DefaultStrategyResult is like: StrategyResult of type DefaultStrategyResult is the return type for our default provided comparison-strategies
You can refer to our default output-handlers as to how they receive DefaultStrategyResult Object as their input and how processing happen
Constructor and Description |
---|
DefaultStrategyResult() |
Modifier and Type | Method and Description |
---|---|
void |
addOneResult(String agentSpecifier,
AgentComparisonResult agentComparisonResult) |
Map<String,AgentComparisonResult> |
getResult() |
public Map<String,AgentComparisonResult> getResult()
public void addOneResult(String agentSpecifier, AgentComparisonResult agentComparisonResult)
Copyright © 2016–2019. All rights reserved.