java.lang.Objectucot.core.Core.OutputJob
private class Core.OutputJob
This class is a simple container for single output jobs.
An instance of OutputJob
is used to store the
necessary data for one output operation.
Necessary data equals to the OutputInterface
of the output adapter to be used for output, URL
to the target file and AnalyzeModel
that is
being saved.
This class is required to be able to stack these operations for the separate output thread running on the background.
Field Summary | |
---|---|
private AnalyzeModel |
analyzeModel
|
private OutputInterface |
output
|
private java.net.URL |
url
|
Constructor Summary | |
---|---|
private |
Core.OutputJob()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private OutputInterface output
private java.net.URL url
private AnalyzeModel analyzeModel
Constructor Detail |
---|
private Core.OutputJob()