ucot.core
Class Core.OutputJob

java.lang.Object
  extended by ucot.core.Core.OutputJob
Enclosing class:
Core

private class Core.OutputJob
extends java.lang.Object

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.

Author:
tujupien

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

output

private OutputInterface output

url

private java.net.URL url

analyzeModel

private AnalyzeModel analyzeModel
Constructor Detail

Core.OutputJob

private Core.OutputJob()