Package net.simplace.sim.io.output
Klasse FWSimStatisticVariable
java.lang.Object
net.simplace.sim.io.output.FWSimStatisticVariable
- Bekannte direkte Unterklassen:
DefaultSimStatistic
- Autor:
- Andreas Enders
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFWSimStatisticVariable(org.jdom2.Element aStatElement, FWSimOutputAdapter aFwSimOutputAdapter) hidden constructor -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract Doubleimplement this method to calculate the statistical value for the given modecalculateStatistics(Object[] aDataArray, Object[] aDataArray2) calculates the statistics for the given modestatic FWSimStatisticVariablecreateStatistic(org.jdom2.Element aStatElement, FWSimOutputAdapter aFwSimOutputAdapter) reads from sources likegetUnit()org.jdom2.ElementtoXML()
-
Konstruktordetails
-
FWSimStatisticVariable
protected FWSimStatisticVariable(org.jdom2.Element aStatElement, FWSimOutputAdapter aFwSimOutputAdapter) hidden constructor- Parameter:
aStatElement-aFwSimOutputAdapter-
-
-
Methodendetails
-
createStatistic
public static FWSimStatisticVariable createStatistic(org.jdom2.Element aStatElement, FWSimOutputAdapter aFwSimOutputAdapter) reads from sources like- Parameter:
aStatElement-aFwSimOutputAdapter-- Gibt zurück:
- the newly created statistics container
-
calculateStatistics
calculates the statistics for the given mode- Parameter:
aDataArray-aDataArray2-- Gibt zurück:
-
calculate
implement this method to calculate the statistical value for the given mode- Parameter:
aDataArray-aDataArray2-aStatMode-- Gibt zurück:
-
getStatID
- Gibt zurück:
- the statID
-
getStatSimVarID
- Gibt zurück:
- the statSimVarID
-
getStatObsVarID
- Gibt zurück:
- the statObsVarID
-
getStatMode
- Gibt zurück:
- the statMode
-
getUnit
- Gibt zurück:
- the statMode
-
getDescription
- Gibt zurück:
- the statMode
-
toXML
public org.jdom2.Element toXML()- Gibt zurück:
- the Element of the variable with all needed values
-