source: trunk/org.modelica.uml.sysml/src/org/modelica/uml/sysml/Satisfies.java @ 1895

Last change on this file since 1895 was 696, checked in by adrpo, 13 years ago
  • updates
File size: 1.3 KB
Line 
1/**
2 * <copyright>
3 * </copyright>
4 *
5 * $Id$
6 */
7package org.modelica.uml.sysml;
8
9import org.eclipse.emf.common.util.EList;
10
11/**
12 * <!-- begin-user-doc -->
13 * A representation of the model object '<em><b>Satisfies</b></em>'.
14 * <!-- end-user-doc -->
15 *
16 * <p>
17 * The following features are supported:
18 * <ul>
19 *   <li>{@link org.modelica.uml.sysml.Satisfies#getSatisfies <em>Satisfies</em>}</li>
20 * </ul>
21 * </p>
22 *
23 * @see org.modelica.uml.sysml.SysmlPackage#getSatisfies()
24 * @model
25 * @generated
26 */
27public interface Satisfies extends ModelicaClassifier {
28    /**
29     * Returns the value of the '<em><b>Satisfies</b></em>' containment reference list.
30     * The list contents are of type {@link org.modelica.uml.sysml.SatisfiesProperty}.
31     * <!-- begin-user-doc -->
32     * <p>
33     * If the meaning of the '<em>Satisfies</em>' containment reference list isn't clear,
34     * there really should be more of a description here...
35     * </p>
36     * <!-- end-user-doc -->
37     * @return the value of the '<em>Satisfies</em>' containment reference list.
38     * @see org.modelica.uml.sysml.SysmlPackage#getSatisfies_Satisfies()
39     * @model type="org.modelica.uml.sysml.SatisfiesProperty" containment="true" resolveProxies="true"
40     * @generated
41     */
42    EList getSatisfies();
43
44} // Satisfies
Note: See TracBrowser for help on using the repository browser.