public class Main extends Object
| Constructor and Description |
|---|
Main() |
| Modifier and Type | Method and Description |
|---|---|
File |
getEstimatorInput() |
String |
getEstimatorRepr() |
File |
getMapperInput() |
String |
getMapperRepr() |
File |
getOutput() |
static void |
main(String... args) |
void |
run() |
void |
setEstimatorInput(File estimatorInput) |
void |
setEstimatorRepr(String estimatorRepr) |
void |
setMapperInput(File mapperInput) |
void |
setMapperRepr(String mapperRepr) |
void |
setOutput(File output) |
public File getEstimatorInput()
public void setEstimatorInput(File estimatorInput)
public String getEstimatorRepr()
public void setEstimatorRepr(String estimatorRepr)
public File getMapperInput()
public void setMapperInput(File mapperInput)
public String getMapperRepr()
public void setMapperRepr(String mapperRepr)
public File getOutput()
public void setOutput(File output)
Copyright © 2016. All Rights Reserved.