Composite Pattern
Package:
Summary:
Implementation of the composite design pattern
Groups:
Author:
Description:
This package presents an implementation of the composite design pattern.
It provides an abstract class that represents a train composition of wagons.
The package also comes with example concrete implementations of train and wagon classes.
This is a simple implementation of Composite Pattern.
In the package can be found three classes: AbstractTrain, Train and Wagon.
It provides an abstract class that represents a train composition of wagons.
The package also comes with example concrete implementations of train and wagon classes.
This is a simple implementation of Composite Pattern.
In the package can be found three classes: AbstractTrain, Train and Wagon.
Comments are closed.