pattern inheritance

Pattern inheritance is an optional method by which a class inherits characteristics from other classes based on the parsing of class names and inheriting from classes it resembles in name.

The system determines the name of the parent class based on an initial portion or substring of the name of the class. You can set up pattern inheritance for a class in the Rule-Obj-Class rule, and pattern inheritance affects the first steps in the rule resolution algorithm.

Related Topics Link IconRelated terms