class relation
A Class Relation is a relationship defined in the model between two classes, a parent class and a child class.
A Class Relation defines the possibility of resource relations between the parent class and the child class.
- For example, a Supplier class can be defined to have a child class Products.
- In this relationship, Supplier is the parent class, and Products is the child class.
- This defines the possibility of Supplier resources having a relationship to Products resources.