public class StatisticalComputation extends Object
| Constructor and Description |
|---|
StatisticalComputation(String algorithm,
String description,
String category) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getCategory() |
String |
getDescription() |
void |
setAlgorithm(String algorithm) |
void |
setCategory(String category) |
void |
setDescription(String description) |
String |
toString() |
public String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm - the algorithm to setpublic String getDescription()
public void setDescription(String description)
description - the description to setpublic String getCategory()
public void setCategory(String category)
category - the category to setCopyright © 2016. All Rights Reserved.