Line Item VisitorsSuggest EditsILineItemContainer Design Pattern Represent an operation to be performed on elements of an object structure. Visitor lets you define a new operation without changing the classes of the elements on which it operates. Gang of FourReference: https://en.wikipedia.org/wiki/Visitor_pattern http://www.pluralsight.com/courses/patterns-library Copy Page