blob: a87c0f7a7e28a5a712d5bd9d3640ff141c7af138 [file] [log] [blame]
/**
*/
package org.eclipse.qvto.examples.xtext.qvtoperationalcs;
import org.eclipse.emf.common.util.EList;
import org.eclipse.ocl.xtext.basecs.ParameterCS;
import org.eclipse.ocl.xtext.basecs.StructuredClassCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Module CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ModuleCS#getOwnedParameters <em>Owned Parameters</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ModuleCS#getOwnedModuleUsages <em>Owned Module Usages</em>}</li>
* <li>{@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ModuleCS#getOwnedQualifiers <em>Owned Qualifiers</em>}</li>
* </ul>
*
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getModuleCS()
* @model
* @generated
*/
public interface ModuleCS extends StructuredClassCS {
/**
* Returns the value of the '<em><b>Owned Parameters</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.xtext.basecs.ParameterCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Parameters</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>Owned Parameters</em>' containment reference list.
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getModuleCS_OwnedParameters()
* @model containment="true"
* @generated
*/
EList<ParameterCS> getOwnedParameters();
/**
* Returns the value of the '<em><b>Owned Module Usages</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.qvto.examples.xtext.qvtoperationalcs.ModuleUsageCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Module Usages</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>Owned Module Usages</em>' containment reference list.
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getModuleCS_OwnedModuleUsages()
* @model containment="true"
* @generated
*/
EList<ModuleUsageCS> getOwnedModuleUsages();
/**
* Returns the value of the '<em><b>Owned Qualifiers</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Qualifiers</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>Owned Qualifiers</em>' attribute list.
* @see org.eclipse.qvto.examples.xtext.qvtoperationalcs.QVTOperationalCSPackage#getModuleCS_OwnedQualifiers()
* @model
* @generated
*/
EList<String> getOwnedQualifiers();
} // ModuleCS