jeudi 28 décembre 2017

Design pattern for executing logic blocks that feeds each other

I have an app that have logic units (each unit is a class and all implements the same interface).

I'm looking for a design pattern that you can build a chain of logic units that each unit's output is the input to the next unit and when finish iterating the units you get the final result.

Is there something that fits this description?

Aucun commentaire:

Enregistrer un commentaire