blob: 6af611c908f7fe49c0cbce1337bfb0830c886902 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2015-2021 Robert Bosch GmbH and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Generated using Eclipse EMF
*
* *******************************************************************************
*/
package org.eclipse.app4mc.amalthea.model;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>IReferable</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* IReferable: Computed ID for name based references
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.model.IReferable#getUniqueName <em>Unique Name</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getIReferable()
* @model interface="true" abstract="true"
* @generated
*/
public interface IReferable extends INamed {
/**
* Returns the value of the '<em><b>Unique Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Unique Name</em>' attribute.
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getIReferable_UniqueName()
* @model unique="false" id="true" transient="true" changeable="false" volatile="true" derived="true"
* @generated
*/
String getUniqueName();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model kind="operation" unique="false"
* @generated
*/
String getEncodedQualifiedName();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @model unique="false" diagnosticsUnique="false" contextUnique="false"
* @generated
*/
boolean validateInvariants(DiagnosticChain diagnostics, Map<Object, Object> context);
} // IReferable