org.gcube.data.harmonization.occurrence.impl.model.statistical
Class StatisticalComputation
java.lang.Object
org.gcube.data.harmonization.occurrence.impl.model.statistical.StatisticalComputation
public class StatisticalComputation
- extends Object
StatisticalComputation
public StatisticalComputation(String algorithm,
String description,
String category)
toString
public String toString()
- Overrides:
toString in class Object
getAlgorithm
public String getAlgorithm()
- Returns:
- the algorithm
setAlgorithm
public void setAlgorithm(String algorithm)
- Parameters:
algorithm - the algorithm to set
getDescription
public String getDescription()
- Returns:
- the description
setDescription
public void setDescription(String description)
- Parameters:
description - the description to set
getCategory
public String getCategory()
- Returns:
- the category
setCategory
public void setCategory(String category)
- Parameters:
category - the category to set
Copyright © 2013. All Rights Reserved.