blob: f3e8f941c6865e97772c4c336a3acd4a48cd727c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.examples.consumers.tests.models;
import org.eclipse.ocl.examples.test.xtext.AbstractModels;
public class ConsumersModels extends AbstractModels
{
public static ConsumersModels INSTANCE = new ConsumersModels();
private ConsumersModels() {}
}