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