Back Forward Directed inheritance

PRPC provides two types of class inheritance, both of which allow rules of ancestor classes to be inherited:

For example, the PegaSample-CustomerRequest class, part of the PegaSample sample application, employs directed inheritance. Its directed parent class is Work-Cover-DupByCus. Based on pattern inheritance, the parent class is Work-Object-.

The class rule controls how inheritance works for a class.

TipUse the Class Inheritance display to confirm which classes are ancestor classes to a specific class, and the order in which PRPC searches these classes during rule resolution (using both pattern inheritance and directed inheritance). On this display, a solid arrow (Dashed arrow) indicates a directed inheritance relationship. The arrowhead identifies the class of the immediate directed parent.

definitions class, pattern inheritance, inheritance, rule resolution
related topics About Class rules
About the Class Inheritance display
About the Class Structure Viewer
Standard rule Class hierarchy and inheritance — Concepts and terms

Up Definitions — D