blob: 76c40ea4c16a953fcd2df34bf64676d17b63fc8d [file] [log] [blame]
/**
* Copyright (c) 2016 CEA LIST and others.
*
* 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:
* CEA LIST - Initial API and implementation
*
*/
package org.eclipse.papyrus.interoperability.rpy.rpymetamodel;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>IClass Instance</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.IClassInstance#getInverse <em>Inverse</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIClassInstance()
* @model
* @generated
*/
public interface IClassInstance extends LinksType, M_pModelObjectType {
/**
* Returns the value of the '<em><b>Inverse</b></em>' reference list.
* The list contents are of type {@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UnknownType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Inverse</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Inverse</em>' reference list.
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#getIClassInstance_Inverse()
* @model
* @generated
*/
EList<UnknownType> getInverse();
} // IClassInstance