1 #ifndef BLUE_DECORATOR_H_
2 #define BLUE_DECORATOR_H_
4 #include "PackageColorDecorator.h"
Allows for the package to be colored blue.
Definition: BlueDecorator.h:10
BlueDecorator(Package *)
Constructor for BlueDecorator.
Decorator allowing for packages to become colored in different combinations of colors,...
Definition: PackageColorDecorator.h:10
Represents a package in a physical system. Packages move using euler integration based on a specified...
Definition: Package.h:17