blob: 3fa662ca1a9d404d3ce50278c7cf1618898786c1 [file] [log] [blame]
/**
* 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.interoperability.rpy.rpymetamodel;
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.interoperability.rpy.rpymetamodel.NestedStateChartType#getDefNumber <em>Def Number</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.NestedStateChartType#getGraphicChart <em>Graphic Chart</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.NestedStateChartType#getLastModifiedTime <em>Last Modified Time</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.NestedStateChartType#getTransitions <em>Transitions</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.NestedStateChartType#getConnectors <em>Connectors</em>}</li>
* <li>{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.NestedStateChartType#getVersion <em>Version</em>}</li>
* </ul>
*
* @see org.eclipse.papyrus.interoperability.rpy.rpymetamodel.UMLRpyPackage#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.interoperability.rpy.rpymetamodel.UMLRpyPackage#getNestedStateChartType_DefNumber()
* @model
* @generated
*/
String getDefNumber();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.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.interoperability.rpy.rpymetamodel.UMLRpyPackage#getNestedStateChartType_GraphicChart()
* @model containment="true" resolveProxies="true"
* @generated
*/
CGIStateChart getGraphicChart();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.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.interoperability.rpy.rpymetamodel.UMLRpyPackage#getNestedStateChartType_LastModifiedTime()
* @model
* @generated
*/
String getLastModifiedTime();
/**
* Sets the value of the '{@link org.eclipse.papyrus.interoperability.rpy.rpymetamodel.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.interoperability.rpy.rpymetamodel.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.interoperability.rpy.rpymetamodel.UMLRpyPackage#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.interoperability.rpy.rpymetamodel.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.interoperability.rpy.rpymetamodel.UMLRpyPackage#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.interoperability.rpy.rpymetamodel.UMLRpyPackage#getNestedStateChartType_Version()
* @model unique="false"
* @generated
*/
EList<String> getVersion();
} // NestedStateChartType