rule type

The rule type is the general classification or a particular use of a rule, the basic building block of an application that specifies the behavior of part of the application. For example, the system screen in an application used for hiring employees, contains Property rules that define the information that needs to be captured from the user, for example, full name, email address, phone number, and resume. The screen also contains a Section or View rule that defines how the properties are displayed to the user. Rules of different types are linked together to define your application.

Rule types help to categorize key concepts and behavior in your application saving you time during the development cycle. You can use another instance of the same rule type to define other sections of the application.

The following figure shows the PegaSample-Repair class that defines Section rules used by the user interface:

Figure: Section rules defined for a class


Section rules defined for a class