package org.dresdenocl.modelinstancetype.test.testmodel; import org.dresdenocl.model.IModel; import org.dresdenocl.pivotmodel.Type; /** * <p> * A {@link Class} that implements the interface {@link Interface2} and extends * the {@link Class1} to test the adaptation to an indirect implemented * {@link IModel} {@link Type}. * </p> * * @author Claas Wilke */ public class I2C1Implementation extends Class1 implements Interface2 { }