insensa.inforeader
Class CPrioritizationValues

java.lang.Object
  extended by insensa.inforeader.AbstractInfoReader
      extended by insensa.inforeader.CPrioritizationValues
All Implemented Interfaces:
InfoConnection, InfoReader, java.io.Serializable, java.lang.Runnable

public class CPrioritizationValues
extends AbstractInfoReader
implements InfoConnection

See Also:
Serialized Form

Field Summary
private  ConnectionFileChanger connection
           
private static long serialVersionUID
           
 
Fields inherited from class insensa.inforeader.AbstractInfoReader
dependencer, processStatus, read, targetFile, workerStatus
 
Constructor Summary
CPrioritizationValues()
           
 
Method Summary
 org.jdom.Element getInfoElement()
           
 java.lang.String getInfoName()
           
 java.util.Vector<java.util.Vector<java.lang.String>> getInfos()
           
 void readInfos(CRasterFileInformation file)
          This method will try to receive all informations from dependent InfoReader You can get InfoReader with file.getInfoReader(nameOfInfoReader);
 void run()
           
 void setConnection(ConnectionFileChanger con)
           
 void setInfos(org.jdom.Element eInfo)
          Restore saved data
 java.lang.String toString()
          Note
Can be used to determine the human readable text for this InfoReader
.
 
Methods inherited from class insensa.inforeader.AbstractInfoReader
getDependencies, getErrorMassage, getPrecisionString, getTargetFile, getVariableList, isRead, setDependencyChecker, setTargetFile, setUnread, setVariableList, setWorkerStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

connection

private ConnectionFileChanger connection
Constructor Detail

CPrioritizationValues

public CPrioritizationValues()
Method Detail

getInfoElement

public org.jdom.Element getInfoElement()
                                throws java.io.IOException
Specified by:
getInfoElement in interface InfoReader
Overrides:
getInfoElement in class AbstractInfoReader
Returns:
Throws:
java.io.IOException
See Also:
AbstractInfoReader.getInfoElement()

getInfoName

public java.lang.String getInfoName()
Specified by:
getInfoName in interface InfoReader
Returns:
The name of this InfoReader
See Also:
InfoReader.getInfoName()

getInfos

public java.util.Vector<java.util.Vector<java.lang.String>> getInfos()
Specified by:
getInfos in interface InfoReader
Returns:
Information to Display in Data Table
See Also:
InfoReader.getInfos()

readInfos

public void readInfos(CRasterFileInformation file)
               throws java.io.FileNotFoundException,
                      java.io.IOException
Description copied from interface: InfoReader
This method will try to receive all informations from dependent InfoReader You can get InfoReader with file.getInfoReader(nameOfInfoReader);

Specified by:
readInfos in interface InfoReader
Parameters:
file - File that holds this InfoReader
Throws:
java.io.FileNotFoundException
java.io.IOException
See Also:
InfoReader.readInfos(insensa.CRasterFileInformation)

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class AbstractInfoReader
See Also:
AbstractInfoReader.run()

setConnection

public void setConnection(ConnectionFileChanger con)
Parameters:
con -

setInfos

public void setInfos(org.jdom.Element eInfo)
              throws java.io.IOException
Description copied from interface: InfoReader
Restore saved data

Specified by:
setInfos in interface InfoReader
Throws:
java.io.IOException
See Also:
InfoReader.setInfos(org.jdom.Element)

toString

public java.lang.String toString()
Description copied from class: AbstractInfoReader
Note
Can be used to determine the human readable text for this InfoReader
.

Overrides:
toString in class AbstractInfoReader
Returns:
a String that returns InfoReader.getInfoName() with the fist letter in upper case
See Also:
AbstractInfoReader.toString()