Where it all begins. The model.
19. December 2005
Before I can start implementing cool gimmicks with eclipse I need a datastructure. I’ve chosen a very similar tree-structure of a process. A process has different steps, subprocesses , lists of conditions. All these elements can be linked. It’s a very simple structure and all upcoming examples are based on this model-plugin.


