@BuiltBy(value=ExternalAlgorithmBuilder.class) public class ExternalAlgorithm extends Object implements Attributed
| Constructor and Description |
|---|
ExternalAlgorithm(String name,
Map<String,Object> attrs,
List<String> cmd,
File dir,
String delim) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes() |
List<String> |
getCommand() |
String |
getName() |
String |
getOutputDelimiter() |
File |
getWorkDir() |
String |
toString() |
public String getName()
getName in interface Attributed@Nonnull public Map<String,Object> getAttributes()
getAttributes in interface Attributedpublic File getWorkDir()
public String getOutputDelimiter()