Properties, Methods and Messages tabs


< Adding an algorithm method


Properties” tab

                The “Properties” tab shows the current object and its properties.

After implementing the algorithm method, you must check:

- as “Used” all the properties that are mentioned in the current algorithm method

- as “Used” and “Setter” all the properties that get new values in the algorithm method

- as “Used” and “Proposal” all the properties that have proposal algorithm methods implemented that are called from our current algorithm method

b. 2. “Methods” tab

                The “Methods” tab shows the current objects’ algorithm classes and their algorithm methods.

-          You must check all the algorithm methods that are mentioned in our current algorithm, used from the currentObject; if you checked in the Properties tab that a property is Used and Proposal, you don’t need to check the algorithm in the Methods tab.

b. 3. “Messages” tab

                The “Messages” tab shows all the messages sent from our current algorithm method. The messages can be used from warnings, errors, decisions and information messages. They have a “Code” column specifying a unique key for the message per object and a “Message” column, specifying the message from the dictionary (for more information about dictionary).

After check and complete this properties, the code can be generated (see Code generation).

 

> New form

© 2013 Fluentis Srl. All rights reserved.