Package net.simplace.sim.model
Class FWSimVarLink
java.lang.Object
net.simplace.sim.model.FWSimVarLink
- Author:
- Andreas Enders
-
Constructor Summary
ConstructorsConstructorDescriptionFWSimVarLink(String aSourceFieldName, String aDestFieldName) FWSimVarLink(FWSimVariable<?> aDestField, Object aValue) FWSimVarLink(FWSimVariable<?> aSourceField, FWSimVariable<?> aDestField) -
Method Summary
-
Constructor Details
-
FWSimVarLink
- Parameters:
aSourceField-aDestField-
-
FWSimVarLink
- Parameters:
aSourceFieldName-aDestFieldName-
-
FWSimVarLink
- Parameters:
aDestField-aValue-
-
-
Method Details
-
getValue
- Returns:
- the value
-
initialize
- Parameters:
aVarMap-
-
setValue
- Parameters:
aValue- the value to set
-
getSourceField
- Returns:
- the sourceField
-
getSourceFieldName
- Returns:
- the sourceFieldName
-
getDestFieldName
- Returns:
- the destFieldName
-
getDestField
- Returns:
- the destField
-