|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object insensa.inforeader.AbstractInfoReader insensa.inforeader.CQuartileValues
public class CQuartileValues
Field Summary | |
---|---|
private double |
highQuartile
|
private double |
lowQuartile
|
private int |
numOfValues
|
private static long |
serialVersionUID
|
Fields inherited from class insensa.inforeader.AbstractInfoReader |
---|
dependencer, processStatus, read, targetFile, workerStatus |
Constructor Summary | |
---|---|
CQuartileValues()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getDependencies()
Returns a list with names of InfoReaders that have to be executed before this InfoReader can be executed. |
double |
getHighQuartile()
|
org.jdom.Element |
getInfoElement()
|
java.lang.String |
getInfoName()
|
java.util.Vector<java.util.Vector<java.lang.String>> |
getInfos()
|
double |
getLowQuartile()
|
private java.lang.Float |
getNthCounter(java.util.Map<java.lang.Float,java.lang.Integer> cList,
int index)
|
void |
readInfos(CRasterFileInformation file)
This method will try to receive all informations from dependent InfoReader You can get InfoReader with file.getInfoReader(nameOfInfoReader); |
void |
setInfos(org.jdom.Element eInfo)
Restore saved data |
void |
setUnread()
Set InfoReader to unread to execute it again |
java.lang.String |
toString()
Note Can be used to determine the human readable text for this InfoReader . |
Methods inherited from class insensa.inforeader.AbstractInfoReader |
---|
getErrorMassage, getPrecisionString, getTargetFile, getVariableList, isRead, run, setDependencyChecker, setTargetFile, setVariableList, setWorkerStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private int numOfValues
private double lowQuartile
private double highQuartile
Constructor Detail |
---|
public CQuartileValues()
Method Detail |
---|
public java.util.List<java.lang.String> getDependencies()
AbstractInfoReader
AbstractInfoReader
should override this
method if dependencies are necessary. Example: List<String> depList = super.getDependencies();
depList.add("countValues");
depList.add("equalBreaksValues");
return depList;
getDependencies
in interface InfoReader
getDependencies
in class AbstractInfoReader
AbstractInfoReader.getDependencies()
public double getHighQuartile()
public org.jdom.Element getInfoElement()
getInfoElement
in interface InfoReader
getInfoElement
in class AbstractInfoReader
AbstractInfoReader.getInfoElement()
public java.lang.String getInfoName()
InfoReader.getInfoName()
public java.util.Vector<java.util.Vector<java.lang.String>> getInfos()
InfoReader.getInfos()
public double getLowQuartile()
private java.lang.Float getNthCounter(java.util.Map<java.lang.Float,java.lang.Integer> cList, int index)
cList
- index
-
public void readInfos(CRasterFileInformation file) throws java.io.FileNotFoundException, java.io.IOException
InfoReader
file
- File that holds this InfoReader
java.io.FileNotFoundException
java.io.IOException
InfoReader.readInfos(insensa.CRasterFileInformation)
public void setInfos(org.jdom.Element eInfo) throws java.io.IOException
InfoReader
java.io.IOException
InfoReader.setInfos(org.jdom.Element)
public void setUnread()
InfoReader
setUnread
in interface InfoReader
setUnread
in class AbstractInfoReader
AbstractInfoReader.setUnread()
public java.lang.String toString()
AbstractInfoReader
toString
in class AbstractInfoReader
String
that returns
InfoReader.getInfoName()
with the fist
letter in upper caseAbstractInfoReader.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |