You should consider implementing the Composite/Component Pattern and Visitor Pattern.

The Composite/Component pattern lets you define a hierarchical tree structure that you can use for the...