source: trunk/org.modelica.uml.sysml/src/org/modelica/uml/sysml/FlowSpecification.java

Last change on this file was 696, checked in by adrpo, 13 years ago
  • updates
File size: 1.4 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
11import org.eclipse.uml2.uml.Interface;
12
13/**
14 * <!-- begin-user-doc -->
15 * A representation of the model object '<em><b>Flow Specification</b></em>'.
16 * <!-- end-user-doc -->
17 *
18 * <p>
19 * The following features are supported:
20 * <ul>
21 *   <li>{@link org.modelica.uml.sysml.FlowSpecification#getOwnedFlowProperty <em>Owned Flow Property</em>}</li>
22 * </ul>
23 * </p>
24 *
25 * @see org.modelica.uml.sysml.SysmlPackage#getFlowSpecification()
26 * @model
27 * @generated
28 */
29public interface FlowSpecification extends Interface {
30    /**
31     * Returns the value of the '<em><b>Owned Flow Property</b></em>' containment reference list.
32     * The list contents are of type {@link org.modelica.uml.sysml.FlowProperty}.
33     * <!-- begin-user-doc -->
34     * <p>
35     * If the meaning of the '<em>Owned Flow Property</em>' containment reference list isn't clear,
36     * there really should be more of a description here...
37     * </p>
38     * <!-- end-user-doc -->
39     * @return the value of the '<em>Owned Flow Property</em>' containment reference list.
40     * @see org.modelica.uml.sysml.SysmlPackage#getFlowSpecification_OwnedFlowProperty()
41     * @model type="org.modelica.uml.sysml.FlowProperty" containment="true" resolveProxies="true"
42     * @generated
43     */
44    EList getOwnedFlowProperty();
45
46} // FlowSpecification
Note: See TracBrowser for help on using the repository browser.