Commit 2b48510f authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+ updated generated files (there should be only formatting differences)

parent 65959374
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
/*
!.gitignore
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@ import org.eclipse.emf.common.util.EList;
 * @model
 * @generated
 */
public interface Action extends MappableDataElement {
public interface Action extends MappableDataElement
{
	/**
	 * Returns the value of the '<em><b>Body</b></em>' attribute.
	 * <!-- begin-user-doc -->
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ import org.eclipse.emf.common.util.EList;
 * @model abstract="true"
 * @generated
 */
public interface ActionBehaviour extends AtomicBehaviour {
public interface ActionBehaviour extends AtomicBehaviour
{
	/**
	 * Returns the value of the '<em><b>Component Instance</b></em>' reference.
	 * <!-- begin-user-doc -->
+2 −1
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@ import org.eclipse.emf.common.util.EList;
 * @model
 * @generated
 */
public interface ActionReference extends ActionBehaviour {
public interface ActionReference extends ActionBehaviour
{
	/**
	 * Returns the value of the '<em><b>Action</b></em>' reference.
	 * <!-- begin-user-doc -->
+2 −1
Original line number Diff line number Diff line
@@ -13,5 +13,6 @@ package org.etsi.mts.tdl;
 * @model
 * @generated
 */
public interface AlternativeBehaviour extends MultipleCombinedBehaviour {
public interface AlternativeBehaviour extends MultipleCombinedBehaviour
{
} // AlternativeBehaviour
Loading