Looking at the code behind the scene

 

*      Step Code

*      Goal Code

 

Step Code

 

To see the code of a step:-

 

*      Select the step

*      Select step details

*      Select Result tap

 

Select the step, and then click (Step Details)

 

Select (Result) to see the code.

 

Goal Code

 

To the code of a Goal, Group of Goals and/or All Goals

 

*      select "RPWI" popup from menu bar

*      select "Invoke code extractor"

*      Run code extractor application

*      Select Goals

Final Steps Tree

 

RPWI (Popup) – (Invoke Code Extractor)

 

Extract code from RPWI unit

 

Select Goal

 

 

Code Extractor Application

 

No it's clear that inside RPWI Environment we can do programming without coding but we can see the code; alter it at any time if we like that.

 

Note: Step Details include five taps

*      Data Tap

*      Analysis Tap

*      Information Tap

*      Result Tap

*      Info Tap

 

As we see, (Result Tap) generated as a result of an interaction process and contains the block of code of the step

 

(Info Tap) reserved for (Comments) and entered only by the user (Programmer/Developer).

 

(Information Tap) Details that may help understanding the step

This information automatically generated as a result of an interaction process.

 

(Data Tap) & (Analysis Tap) are used for Interaction using Server (RPWI Server), where you write block of data inside (Data Tap) then start Interaction Using Server process, then the you get the output inside (Analysis tap) , (Information Tap) & (Result Tap)

 

Servers are executable programs (developed in any programming language).