public class DumpGraphTask extends AbstractTask<File>
Constructor and Description |
---|
DumpGraphTask() |
DumpGraphTask(String name) |
Modifier and Type | Method and Description |
---|---|
AlgorithmInstance |
getAlgorithm() |
PreferenceDomain |
getDomain() |
String |
getName()
Get the task's name.
|
File |
getOutput() |
File |
perform() |
DumpGraphTask |
setAlgorithm(AlgorithmInstance algorithm) |
DumpGraphTask |
setAlgorithm(Map<String,Object> attrs,
File file) |
DumpGraphTask |
setAlgorithm(Map<String,Object> attrs,
String file) |
DumpGraphTask |
setDomain(PreferenceDomain dom) |
DumpGraphTask |
setOutput(File f) |
DumpGraphTask |
setOutput(String fn) |
execute, getProject, setName, setProject
addListener, cancel, get, get, interruptTask, isCancelled, isDone, set, setException, wasInterrupted
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addListener
public DumpGraphTask()
public DumpGraphTask(String name)
@Nonnull public String getName()
AbstractTask
getName
in class AbstractTask<File>
public AlgorithmInstance getAlgorithm()
public DumpGraphTask setAlgorithm(AlgorithmInstance algorithm)
public DumpGraphTask setAlgorithm(Map<String,Object> attrs, File file) throws IOException, RecommenderConfigurationException
public DumpGraphTask setAlgorithm(Map<String,Object> attrs, String file) throws IOException, RecommenderConfigurationException
public File getOutput()
public DumpGraphTask setOutput(File f)
public DumpGraphTask setOutput(String fn)
public PreferenceDomain getDomain()
public DumpGraphTask setDomain(PreferenceDomain dom)
public File perform() throws TaskExecutionException
perform
in class AbstractTask<File>
TaskExecutionException