A Java demonstration of the Composite and Visitor design patterns modeled as a simple file system where files and folders are treated uniformly and operations are added without modifying the element ...