Object-Oriented Patterns rule category
The Object-Oriented-Patterns rule category contains patterns
that show abstraction and inheritance trees.
Pattern | Purpose |
---|---|
Abstraction | This pattern represents a system concept. The architectural discovery algorithm identifies Abstraction as an abstract class or an interface. |
Inheritance Tree | This pattern is based on standard object-oriented inheritance relationships between objects in a system. The architectural discovery algorithm identifies Inheritance as the implementation of an interface or an extension of a class. |