Package net.simplace.sim.util
Class FWSimCalibrationVariable<T>
java.lang.Object
net.simplace.sim.util.FWSimVariable<T>
net.simplace.sim.util.FWSimCalibrationVariable<T>
- Type Parameters:
T-
- Author:
- Andreas Enders
-
Nested Class Summary
Nested classes/interfaces inherited from class net.simplace.sim.util.FWSimVariable
FWSimVariable.CONTENT_TYPE, FWSimVariable.DATA_TYPE, FWSimVariable.DateFormatter, FWSimVariable.MODE_TYPE, FWSimVariable.VARIABLE_CATEGORY -
Constructor Summary
ConstructorsConstructorDescriptionFWSimCalibrationVariable(FWSimVariable<T> aCreateSimVariable, org.jdom2.Element aVarElement, FWSimVarMap aVarMap) -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsProperty(String aPropertyName) static FWSimCalibrationVariable<?>createSimVariable(org.jdom2.Element aVarElement, FWSimFieldContainer aFWSimFieldContainer, FWSimVarMap aVarMap) getBooleanPropertyValue(String aPropertyName, FWSimVarMap aCurrentMap) getDoublePropertyValue(String aPropertyName, FWSimVarMap aCurrentMap) getIntegerPropertyValue(String aPropertyName, FWSimVarMap aCurrentMap) getProperty(String aPropertyName, FWSimVarMap aCurrentMap) getPropertyValue(String aPropertyName, FWSimVarMap aCurrentMap) getStringPropertyValue(String aPropertyName, FWSimVarMap aCurrentMap) voidreset()replaces the value with the default - even if default is null valueMethods inherited from class net.simplace.sim.util.FWSimVariable
addInputLink, addOutputLink, addPrefix, addValue, addValue, calculateValue, changeDefaultValue, check, clone, createFormElement, createFormFields, createFormFields, createMultipleFormElement, createOutputSimVariable, createSimVariable, createSimVariable, createSimVariable, deepClone, equals, evaluate, evaluate, fillMetaDataFromSource, forceBooleanValue, forceDoubleMapValue, forceDoubleValue, forceIntValue, forceStringValue, getArrayValue, getCategory, getContentType, getCount, getDataType, getDateFormatter, getDefault, getDescription, getFieldName, getFormat, getFormatter, getFormComponentXML, getInternalName, getMatrixValue, getMax, getMin, getModeType, getName, getOrder, getPrefix, getRule, getRuleComplexity, getSource, getStringUnit, getStringValue, getUnit, getValue, getVarMap, hasRule, isArray, isBoolean, isDate, isDouble, isInputContent, isInputLinked, isInt, isMeasData, isNumber, isOutputContent, isOutputLinked, isString, multiplyValue, removeLink, setArrayValue, setArrayValue, setContentType, setCount, setCount, setDefaultValue, setFormat, setModeType, setName, setNull, setRule, setSource, setValue, setValue, setValue, setValueAndDefault, setVarMap, toDebugString, toHTMLTablestring, toShortString, toString, toXML, transformContentType, transformDataType, transformDataType, transformDataTypeToDB, transformDBDataType, transformJavaDataType, transformJavaDataType, updateFields, updateFields
-
Constructor Details
-
FWSimCalibrationVariable
public FWSimCalibrationVariable(FWSimVariable<T> aCreateSimVariable, org.jdom2.Element aVarElement, FWSimVarMap aVarMap)
-
-
Method Details
-
createSimVariable
public static FWSimCalibrationVariable<?> createSimVariable(org.jdom2.Element aVarElement, FWSimFieldContainer aFWSimFieldContainer, FWSimVarMap aVarMap) -
createVariables
-
reset
public void reset()Description copied from class:FWSimVariablereplaces the value with the default - even if default is null value- Overrides:
resetin classFWSimVariable<T>
-
containsProperty
-
getProperty
-
getPropertyValue
-
getDoublePropertyValue
-
getIntegerPropertyValue
-
getBooleanPropertyValue
-
getStringPropertyValue
-