Data Objects

SUMMARY

About Data Objects

CONTENTS

  1. Data Objects
  2. Modifying a User Defined Class
  3. Jobs

Data Objects

Modifying a User Defined Class

If a User Defined Class is modified after some objects were created with it, the already inputted values are resumed as fare as possible. Modifications of a Class become valid on storing the Class. (Just the same as with figures)

Modifying the properties of a user defined attribute
In that case the inputted values are kept. Numerical values are converted, whereby e.g. on converting from Float to Boolean only 0 or !=O is preserved, values different to Null or decimal places are lost.

Modifying the name of a user defined attribute
Since the attributes on storing into a XML-File are identified by its name the values can’t be resumed in that case. But if the Data Object List, using the modified class is stored in memory (i.e. it is opened as a window), the existing values can be taken in.

Adding a user defined attribute
In that case merely an attribute is added to the Data-Object; it is initialized with the default value.

Delete a user defined attribute
In that case the values are lost. This is also true for adding a new attribute with the same name and the Data-Objects still in the memory.

Jobs

SetVal
Executes the above described functions.

SimuVal
Behaves as the variable was a set point.