Glossaria.net

Glossary Object Oriented Analysis and Design / Term

Control Class

A class that mediates between boundary classes and entity classes, acting as a switchboard between the view layer and domain layer.


A control class is a class used to model control behaviour specific to one or a few use cases. Control objects (instances of control classes) often control other objects, so their behavior is of the coordinating type. Control classes encapsulate use-case specific behaviour.

Permanent link Control Class - Creation date 2023-02-22


< Control Break Report Glossary / Object Oriented Analysis and Design Cooperating Peer Team >