// typeinfo/Operation.java // ©2016 MindView LLC: see Copyright.txt public interface Operation { String description(); void command(); }