Data Flow에 대한 대표적인 Style은 Batch Sequential 와 Pipe and Filter Architecture Style이 있다. Architecture Style 은 Archtiecture Driver 를 달성하기 위해 Tactic 으로 선정될 수 있다. Architecture Style 은 문제에 대한 일반적인 해답이다. 시행착오를 통해 문제에 대한 해법으로 자리 잡은 것들이다. 1. Batch Sequential Architecture Style 2. Pipe and Filter Architecture Style 3. Shared Repository Architecture Style 4. Blackboard Architecture Style 1. Batch Sequential ..