| Modifier and Type | Method and Description |
|---|---|
Collection<Role> |
AnsibleBridge.generateRoles(Algorithm a) |
| Modifier and Type | Method and Description |
|---|---|
protected Algorithm |
AlgorithmPackage.getAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
AlgorithmPackage.getDictionary(Algorithm a) |
| Constructor and Description |
|---|
AlgorithmPackage(Algorithm a) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Algorithm> |
AlgorithmSet.getAlgorithms() |
| Modifier and Type | Method and Description |
|---|---|
void |
AlgorithmSet.addAlgorithm(Algorithm algoritm) |
Boolean |
AlgorithmSet.hasAlgorithm(Algorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
int |
AlgorithmComparator.compare(Algorithm a1,
Algorithm a2) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
AlgorithmPackageParser.parsePackage(String url)
Given an URL to an algorithm package, create an Algorithm object with its
metadata.
|
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
PoolManager.extractAlgorithm(String url) |
Algorithm |
RestPoolManager.extractAlgorithm(String url) |
| Modifier and Type | Method and Description |
|---|---|
Set<Algorithm> |
PoolManager.getAlgoFromIs() |
Set<Algorithm> |
RestPoolManager.getAlgoFromIs() |
| Modifier and Type | Method and Description |
|---|---|
String |
PoolManager.addAlgorithmToHost(Algorithm algo,
String host) |
String |
RestPoolManager.addAlgorithmToHost(Algorithm algo,
String hostname) |
String |
PoolManager.addAlgorithmToVRE(Algorithm algo,
String vre) |
String |
RestPoolManager.addAlgorithmToVRE(Algorithm algo,
String vre) |
void |
PoolManager.addAlgToIs(Algorithm algo) |
void |
RestPoolManager.addAlgToIs(Algorithm algo) |
void |
PoolManager.getLogId(Algorithm algo,
String vre) |
void |
RestPoolManager.getLogId(Algorithm algo,
String vre) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
DataminerPoolManager.extractAlgorithm(String url) |
| Modifier and Type | Method and Description |
|---|---|
Set<Algorithm> |
DataminerPoolManager.getAlgoFromIs() |
| Modifier and Type | Method and Description |
|---|---|
String |
DataminerPoolManager.addAlgorithmToHost(Algorithm algorithm,
String hostname) |
String |
DataminerPoolManager.addAlgorithmToVRE(Algorithm algorithm,
String vre)
Publish the given algorithm in the given VRE
|
void |
DataminerPoolManager.addAlgToIs(Algorithm algo) |
void |
DataminerPoolManager.getLogId(Algorithm algo,
String vre) |
void |
DataminerPoolManager.updateAlg(Algorithm algo) |
Copyright © 2017. All Rights Reserved.