Package org.graffiti.plugin.algorithm
Class DefaultAlgorithmResult
java.lang.Object
org.graffiti.plugin.algorithm.DefaultAlgorithmResult
- All Implemented Interfaces:
AlgorithmResult
public class DefaultAlgorithmResult extends Object implements AlgorithmResult
DOCUMENT ME!
- Author:
- Paul
-
Constructor Summary
Constructors Constructor Description DefaultAlgorithmResult()Constructor for DefaultAlgorithmResult.DefaultAlgorithmResult(Map<String,Object> resultMap)Constructor for DefaultAlgorithmResult. -
Method Summary
-
Constructor Details
-
DefaultAlgorithmResult
public DefaultAlgorithmResult()Constructor for DefaultAlgorithmResult. -
DefaultAlgorithmResult
Constructor for DefaultAlgorithmResult.- Parameters:
resultMap- DOCUMENT ME!
-
-
Method Details
-
getResult
Description copied from interface:AlgorithmResultReturns theMap. This function is intended to be used by other components that want to display the results.- Specified by:
getResultin interfaceAlgorithmResult- Returns:
- DOCUMENT ME!
- See Also:
AlgorithmResult.getResult()
-
addToResult
Description copied from interface:AlgorithmResultAdds a key-value pair to theMap.- Specified by:
addToResultin interfaceAlgorithmResult- Parameters:
key- the key for the result.value- the value of the result.
-