1 #ifndef GREEN_DECORATOR_H_
2 #define GREEN_DECORATOR_H_
4 #include "PackageColorDecorator.h"
Allows for the package to be colored green.
Definition: GreenDecorator.h:10
GreenDecorator(Package *)
Constructor for GreenDecorator.
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