net.aerith.misao.gui
Class InstructionTable.InstructionRecord

java.lang.Object
  |
  +--net.aerith.misao.gui.FileOperationTable.TableRecord
        |
        +--net.aerith.misao.gui.InstructionTable.InstructionRecord
Enclosing class:
InstructionTable

protected class InstructionTable.InstructionRecord
extends FileOperationTable.TableRecord

The InstructionRecord is a set of an image file and the parameters for examination.


Field Summary
protected  FileManager file_manager
          The file manager.
protected  XmlInstruction instruction
          The instruction.
 
Fields inherited from class net.aerith.misao.gui.FileOperationTable.TableRecord
file, status, STATUS_DONE, STATUS_FAILED, STATUS_READY
 
Constructor Summary
InstructionTable.InstructionRecord(XmlInstruction instruction, FileManager file_manager)
          Construct an InstructionRecord.
 
Method Summary
 java.io.File getFile()
          Gets the file.
 java.lang.String getImagePath()
          Gets the image path.
 java.lang.Object getOperationTarget()
          Gets the target of operation.
 
Methods inherited from class net.aerith.misao.gui.FileOperationTable.TableRecord
getStatus, setFile, setStatus
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

instruction

protected XmlInstruction instruction
The instruction.

file_manager

protected FileManager file_manager
The file manager.
Constructor Detail

InstructionTable.InstructionRecord

public InstructionTable.InstructionRecord(XmlInstruction instruction,
                                          FileManager file_manager)
Construct an InstructionRecord.
Parameters:
instruction - the instruction.
file_manager - the file manager.
Method Detail

getFile

public java.io.File getFile()
Gets the file.
Overrides:
getFile in class FileOperationTable.TableRecord
Returns:
the file.

getImagePath

public java.lang.String getImagePath()
Gets the image path.
Returns:
the image path.

getOperationTarget

public java.lang.Object getOperationTarget()
Gets the target of operation.
Overrides:
getOperationTarget in class FileOperationTable.TableRecord
Returns:
the target of operation.