blob: 20c43aeeef27f18cf65dbf197636c48ab10cb9df [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2008 The University of York.
* 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/
*
* Contributors:
* Louis Rose - initial API and implementation
* ******************************************************************************
*
* $Id$
*/
package org.eclipse.epsilon.hutn.model.hutn;
import java.lang.Object;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Attribute Slot</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.epsilon.hutn.model.hutn.HutnPackage#getAttributeSlot()
* @model superTypes="org.eclipse.epsilon.hutn.model.hutn.Slot<org.eclipse.emf.ecore.EJavaObject>"
* @generated
*/
public interface AttributeSlot extends Slot<Object> {
public void coerceValues();
} // AttributeSlot