public class AlgorithmBuilder extends Object
| Constructor and Description |
|---|
AlgorithmBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
create(String algorithmPackageURL,
String category) |
static Algorithm |
create(String algorithmPackageURL,
String vre,
String hostname,
String name,
String description,
String category,
String algorithmType,
String skipJava) |
public static Algorithm create(String algorithmPackageURL, String category) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static Algorithm create(String algorithmPackageURL, String vre, String hostname, String name, String description, String category, String algorithmType, String skipJava) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2017. All Rights Reserved.