blob: 38cb775a66febfe979aaf2d6db5877aa1c94239f [file] [log] [blame]
/*****************************************************************************
* Copyright (c) 2011 - 2014 University of Padova, Intecs
*
*
* 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
*
*
*****************************************************************************/
package org.polarsys.chess.chessmlprofile.ComponentModel;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.uml2.uml.Component;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Component Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.polarsys.chess.chessmlprofile.ComponentModel.ComponentType#getBase_Component <em>Base Component</em>}</li>
* </ul>
*
* @see org.polarsys.chess.chessmlprofile.ComponentModel.ComponentModelPackage#getComponentType()
* @model
* @generated
*/
public interface ComponentType extends EObject {
/**
* Returns the value of the '<em><b>Base Component</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Component</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Component</em>' reference.
* @see #setBase_Component(Component)
* @see org.polarsys.chess.chessmlprofile.ComponentModel.ComponentModelPackage#getComponentType_Base_Component()
* @model required="true" ordered="false"
* @generated
*/
Component getBase_Component();
/**
* Sets the value of the '{@link org.polarsys.chess.chessmlprofile.ComponentModel.ComponentType#getBase_Component <em>Base Component</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Component</em>' reference.
* @see #getBase_Component()
* @generated
*/
void setBase_Component(Component value);
} // ComponentType