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 Interface3} and extends * the {@link Class2} to test the adaptation to an indirect implemented * {@link IModel} {@link Type}. * </p> * * @author Claas Wilke */ public class I3C2Implementation extends Class2 implements Interface3 { }