/***************************************************************************** * Copyright (c) 2010 CEA LIST. * * * 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: * Chokri MRAIDHA (CEA LIST) chokri.mraidha@cea.fr - Initial API and implementation * *****************************************************************************/ package org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM; import org.eclipse.emf.common.util.EList; import org.eclipse.papyrus.MARTE.MARTE_Foundations.GRM.CommunicationMedia; import org.eclipse.papyrus.MARTE.MARTE_Foundations.GRM.Scheduler; /** * * A representation of the model object 'Ga Comm Host'. * * *

* The following features are supported: *

*

* * @see org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GQAMPackage#getGaCommHost() * @model * @generated */ public interface GaCommHost extends CommunicationMedia, Scheduler { /** * Returns the value of the 'Throughput' attribute list. * The list contents are of type {@link java.lang.String}. * *

* If the meaning of the 'Throughput' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Throughput' attribute list. * @see org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GQAMPackage#getGaCommHost_Throughput() * @model dataType="org.eclipse.papyrus.MARTE_Library.BasicNFP_Types.NFP_Frequency" ordered="false" * @generated */ EList getThroughput(); /** * Returns the value of the 'Utilization' attribute list. * The list contents are of type {@link java.lang.String}. * *

* If the meaning of the 'Utilization' attribute list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Utilization' attribute list. * @see org.eclipse.papyrus.MARTE.MARTE_AnalysisModel.GQAM.GQAMPackage#getGaCommHost_Utilization() * @model dataType="org.eclipse.papyrus.MARTE_Library.BasicNFP_Types.NFP_Real" ordered="false" * @generated */ EList getUtilization(); } // GaCommHost