Skip to main content
summaryrefslogtreecommitdiffstats
blob: 48c3979a2863b862341d25438389b33fecbd79be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/**
 */
package build.upper2lower.simplegraph2graph;

import build.upper2lower.simplegraph.Graph;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Graph2 Graph</b></em>'.
 * <!-- end-user-doc -->
 *
 * <p>
 * The following features are supported:
 * </p>
 * <ul>
 *   <li>{@link build.upper2lower.simplegraph2graph.Graph2Graph#getGraph1 <em>Graph1</em>}</li>
 *   <li>{@link build.upper2lower.simplegraph2graph.Graph2Graph#getGraph2 <em>Graph2</em>}</li>
 *   <li>{@link build.upper2lower.simplegraph2graph.Graph2Graph#getElement2Element <em>Element2 Element</em>}</li>
 *   <li>{@link build.upper2lower.simplegraph2graph.Graph2Graph#getName <em>Name</em>}</li>
 * </ul>
 *
 * @see build.upper2lower.simplegraph2graph.Simplegraph2graphPackage#getGraph2Graph()
 * @model
 * @generated
 */
public interface Graph2Graph extends EObject {
	/**
	 * Returns the value of the '<em><b>Graph1</b></em>' reference.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Graph1</em>' reference isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Graph1</em>' reference.
	 * @see #setGraph1(Graph)
	 * @see build.upper2lower.simplegraph2graph.Simplegraph2graphPackage#getGraph2Graph_Graph1()
	 * @model annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='middle1' upper='1'"
	 *        annotation="http://www.eclipse.org/qvt#Domains referredDomain='upperGraph'"
	 * @generated
	 */
	Graph getGraph1();

	/**
	 * Sets the value of the '{@link build.upper2lower.simplegraph2graph.Graph2Graph#getGraph1 <em>Graph1</em>}' reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Graph1</em>' reference.
	 * @see #getGraph1()
	 * @generated
	 */
	void setGraph1(Graph value);

	/**
	 * Returns the value of the '<em><b>Graph2</b></em>' reference.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Graph2</em>' reference isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Graph2</em>' reference.
	 * @see #setGraph2(Graph)
	 * @see build.upper2lower.simplegraph2graph.Simplegraph2graphPackage#getGraph2Graph_Graph2()
	 * @model annotation="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName body='middle2' upper='1'"
	 *        annotation="http://www.eclipse.org/qvt#Domains referredDomain='lowerGraph'"
	 * @generated
	 */
	Graph getGraph2();

	/**
	 * Sets the value of the '{@link build.upper2lower.simplegraph2graph.Graph2Graph#getGraph2 <em>Graph2</em>}' reference.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Graph2</em>' reference.
	 * @see #getGraph2()
	 * @generated
	 */
	void setGraph2(Graph value);

	/**
	 * Returns the value of the '<em><b>Element2 Element</b></em>' containment reference list.
	 * The list contents are of type {@link build.upper2lower.simplegraph2graph.Element2Element}.
	 * It is bidirectional and its opposite is '{@link build.upper2lower.simplegraph2graph.Element2Element#getOwner <em>Owner</em>}'.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Element2 Element</em>' containment reference list isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Element2 Element</em>' containment reference list.
	 * @see build.upper2lower.simplegraph2graph.Simplegraph2graphPackage#getGraph2Graph_Element2Element()
	 * @see build.upper2lower.simplegraph2graph.Element2Element#getOwner
	 * @model opposite="owner" containment="true"
	 * @generated
	 */
	EList<Element2Element> getElement2Element();

	/**
	 * Returns the value of the '<em><b>Name</b></em>' attribute.
	 * <!-- begin-user-doc -->
	 * <p>
	 * If the meaning of the '<em>Name</em>' attribute isn't clear,
	 * there really should be more of a description here...
	 * </p>
	 * <!-- end-user-doc -->
	 * @return the value of the '<em>Name</em>' attribute.
	 * @see #setName(String)
	 * @see build.upper2lower.simplegraph2graph.Simplegraph2graphPackage#getGraph2Graph_Name()
	 * @model
	 * @generated
	 */
	String getName();

	/**
	 * Sets the value of the '{@link build.upper2lower.simplegraph2graph.Graph2Graph#getName <em>Name</em>}' attribute.
	 * <!-- begin-user-doc -->
	 * <!-- end-user-doc -->
	 * @param value the new value of the '<em>Name</em>' attribute.
	 * @see #getName()
	 * @generated
	 */
	void setName(String value);

} // Graph2Graph

Back to the top