01: package vicazh.hyperpool; 02: 03: /** 04: * The graphic project 05: * 06: * @author Victor Zhigunov 07: * @version 0.4.0 08: */ 09: public class IProject extends ILine implements ProjectMBean { 10: }