Command pattern
Appearance
Intent: Given a language, define a representation for its grammar along with an interpreter that uses the representation to interpret sentences in the language.
See also: PowerfulInterpreter, StatePattern, CommandPattern, BlocksInJava, DesignPatterns, DomainSpecificLanguages
InterpreterVsComposite
http://rampages.onramp.net/~huston/dp/interpreter.html
http://wiki.cs.uiuc.edu/PatternStories/InterpreterPattern
CategoryPattern | CategoryBehavioralPatterns