Class AlgorithmPackage
- java.lang.Object
-
- org.gcube.dataanalysis.dataminer.poolmanager.ansiblebridge.template.AlgorithmPackage
-
public class AlgorithmPackage extends Object
-
-
Constructor Summary
Constructors Constructor Description AlgorithmPackage(Algorithm a, boolean includeAlgorithmDependencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AlgorithmgetAlgorithm()protected Map<String,String>getDictionary(Algorithm a)Collection<Role>getRoles(TemplateManager tm)
-
-
-
Constructor Detail
-
AlgorithmPackage
public AlgorithmPackage(Algorithm a, boolean includeAlgorithmDependencies)
-
-
Method Detail
-
getAlgorithm
protected Algorithm getAlgorithm()
-
getRoles
public Collection<Role> getRoles(TemplateManager tm)
-
-