insensa.inforeader
Class CPrioritizationValues
java.lang.Object
insensa.inforeader.AbstractInfoReader
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
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
connection
private ConnectionFileChanger connection
CPrioritizationValues
public CPrioritizationValues()
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()