Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.metamodel/src-gen/org/eclipse/papyrus/migration/rhapsody/rhapsodymetamodel/NestedStateChartType.java')
-rw-r--r--extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.metamodel/src-gen/org/eclipse/papyrus/migration/rhapsody/rhapsodymetamodel/NestedStateChartType.java165
1 files changed, 165 insertions, 0 deletions
diff --git a/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.metamodel/src-gen/org/eclipse/papyrus/migration/rhapsody/rhapsodymetamodel/NestedStateChartType.java b/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.metamodel/src-gen/org/eclipse/papyrus/migration/rhapsody/rhapsodymetamodel/NestedStateChartType.java
new file mode 100644
index 00000000000..3b5a0c2747b
--- /dev/null
+++ b/extraplugins/migration/rhapsody/org.eclipse.papyrus.migration.rhapsody.metamodel/src-gen/org/eclipse/papyrus/migration/rhapsody/rhapsodymetamodel/NestedStateChartType.java
@@ -0,0 +1,165 @@
+/**
+ * Copyright (c) 2016 CEA LIST and others.
+ *
+ * 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:
+ * CEA LIST - Initial API and implementation
+ *
+ */
+package org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel;
+
+import org.eclipse.emf.common.util.EList;
+
+/**
+ * <!-- begin-user-doc -->
+ * A representation of the model object '<em><b>Nested State Chart Type</b></em>'.
+ * <!-- end-user-doc -->
+ *
+ * <p>
+ * The following features are supported:
+ * </p>
+ * <ul>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.NestedStateChartType#getDefNumber <em>Def Number</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.NestedStateChartType#getGraphicChart <em>Graphic Chart</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.NestedStateChartType#getLastModifiedTime <em>Last Modified Time</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.NestedStateChartType#getTransitions <em>Transitions</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.NestedStateChartType#getConnectors <em>Connectors</em>}</li>
+ * <li>{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.NestedStateChartType#getVersion <em>Version</em>}</li>
+ * </ul>
+ *
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getNestedStateChartType()
+ * @model abstract="true"
+ * @generated
+ */
+public interface NestedStateChartType extends ItsStateChartType {
+ /**
+ * Returns the value of the '<em><b>Def Number</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Def Number</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Def Number</em>' attribute.
+ * @see #setDefNumber(String)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getNestedStateChartType_DefNumber()
+ * @model
+ * @generated
+ */
+ String getDefNumber();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.NestedStateChartType#getDefNumber <em>Def Number</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Def Number</em>' attribute.
+ * @see #getDefNumber()
+ * @generated
+ */
+ void setDefNumber(String value);
+
+ /**
+ * Returns the value of the '<em><b>Graphic Chart</b></em>' containment reference.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Graphic Chart</em>' containment reference isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Graphic Chart</em>' containment reference.
+ * @see #setGraphicChart(CGIStateChart)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getNestedStateChartType_GraphicChart()
+ * @model containment="true" resolveProxies="true"
+ * @generated
+ */
+ CGIStateChart getGraphicChart();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.NestedStateChartType#getGraphicChart <em>Graphic Chart</em>}' containment reference.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Graphic Chart</em>' containment reference.
+ * @see #getGraphicChart()
+ * @generated
+ */
+ void setGraphicChart(CGIStateChart value);
+
+ /**
+ * Returns the value of the '<em><b>Last Modified Time</b></em>' attribute.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Last Modified Time</em>' attribute isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Last Modified Time</em>' attribute.
+ * @see #setLastModifiedTime(String)
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getNestedStateChartType_LastModifiedTime()
+ * @model
+ * @generated
+ */
+ String getLastModifiedTime();
+
+ /**
+ * Sets the value of the '{@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.NestedStateChartType#getLastModifiedTime <em>Last Modified Time</em>}' attribute.
+ * <!-- begin-user-doc -->
+ * <!-- end-user-doc -->
+ * @param value the new value of the '<em>Last Modified Time</em>' attribute.
+ * @see #getLastModifiedTime()
+ * @generated
+ */
+ void setLastModifiedTime(String value);
+
+ /**
+ * Returns the value of the '<em><b>Transitions</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.TransitionsType}.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Transitions</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>Transitions</em>' containment reference list.
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getNestedStateChartType_Transitions()
+ * @model containment="true" resolveProxies="true"
+ * @generated
+ */
+ EList<TransitionsType> getTransitions();
+
+ /**
+ * Returns the value of the '<em><b>Connectors</b></em>' containment reference list.
+ * The list contents are of type {@link org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.ItsTargetType}.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Connectors</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>Connectors</em>' containment reference list.
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getNestedStateChartType_Connectors()
+ * @model containment="true" resolveProxies="true"
+ * @generated
+ */
+ EList<ItsTargetType> getConnectors();
+
+ /**
+ * Returns the value of the '<em><b>Version</b></em>' attribute list.
+ * The list contents are of type {@link java.lang.String}.
+ * <!-- begin-user-doc -->
+ * <p>
+ * If the meaning of the '<em>Version</em>' attribute list isn't clear,
+ * there really should be more of a description here...
+ * </p>
+ * <!-- end-user-doc -->
+ * @return the value of the '<em>Version</em>' attribute list.
+ * @see org.eclipse.papyrus.migration.rhapsody.rhapsodymetamodel.UMLRhapsodyPackage#getNestedStateChartType_Version()
+ * @model unique="false"
+ * @generated
+ */
+ EList<String> getVersion();
+
+} // NestedStateChartType

Back to the top