Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 350 Bytes

File metadata and controls

10 lines (6 loc) · 350 Bytes

Specification

Purpose

Builds a clear specification of business rules, where objects can be checked against. The composite specification class has one method called isSatisfiedBy that returns either true or false depending on whether the given object satisfies the specification.

UML Diagram

Alt Specification UML Diagram