public class Computation extends Operation
| Constructor and Description |
|---|
Computation() |
Computation(String title,
String algorithm,
String category,
Map<String,String> parameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm() |
String |
getCategory() |
Map<String,String> |
getParameters() |
String |
getTitle() |
void |
setAlgorithm(String algorithm) |
void |
setCategory(String category) |
void |
setParameters(Map<String,String> parameters) |
void |
setTitle(String title) |
String |
toString() |
getCompletionDate, getOperationDescription, getOperationId, getOperationType, getStatus, getSubmissionDate, setCompletionDate, setOperationDescription, setOperationId, setOperationType, setStatus, setSubmissionDatepublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getAlgorithm()
public void setAlgorithm(String algorithm)
algorithm - the algorithm to setpublic String getCategory()
public void setCategory(String category)
category - the category to setpublic void setParameters(Map<String,String> parameters)
parameters - the parameters to setCopyright © 2016. All Rights Reserved.