Package net.simplace.sim.model
Schnittstelle FWSimValueObject
public interface FWSimValueObject
SimValueObject contains FWSimVariables used for SimComponents to structure the data needs for
huge components
createVariables method has to be provided for each of them
- Autor:
- Andreas Enders
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidcreateVariables(HashMap<String, FWSimVariable<?>> aFieldMap, FWSimComponent aComponent) returning the field map of the value object
-
Methodendetails
-
createVariables
returning the field map of the value object- Parameter:
aFieldMap-aComponent-
-