/*******************************************************************************
* Copyright (c) 2010-2013, Embraer S.A., Budapest University of Technology and Economics
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Abel Hegedus, Akos Horvath - initial API and implementation
*******************************************************************************/
/**
*/
package hu.bme.mit.massif.simulink;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Identifier Reference</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* This is a specific class used as a unique identifier for Simulink elements.
* <!-- end-model-doc -->
*
*
* @see hu.bme.mit.massif.simulink.SimulinkPackage#getIdentifierReference()
* @model
* @generated
*/
public interface IdentifierReference extends SimulinkReference {
} // IdentifierReference