blob: f334a7a437e0c3046daa2b6632625ae5f381de44 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.xtext.completeoclcs;
import org.eclipse.emf.common.util.EList;
import org.eclipse.ocl.xtext.basecs.ConstraintCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Package Declaration CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.ocl.xtext.completeoclcs.PackageDeclarationCS#getOwnedContexts <em>Owned Contexts</em>}</li>
* <li>{@link org.eclipse.ocl.xtext.completeoclcs.PackageDeclarationCS#getOwnedInvariants <em>Owned Invariants</em>}</li>
* <li>{@link org.eclipse.ocl.xtext.completeoclcs.PackageDeclarationCS#getReferredPackage <em>Referred Package</em>}</li>
* </ul>
*
* @see org.eclipse.ocl.xtext.completeoclcs.CompleteOCLCSPackage#getPackageDeclarationCS()
* @model
* @generated
*/
public interface PackageDeclarationCS
extends PathNameDeclCS {
/**
* Returns the value of the '<em><b>Referred Package</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Package</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Referred Package</em>' reference.
* @see org.eclipse.ocl.xtext.completeoclcs.CompleteOCLCSPackage#getPackageDeclarationCS_ReferredPackage()
* @model resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
* @generated
*/
org.eclipse.ocl.pivot.Package getReferredPackage();
/**
* Returns the value of the '<em><b>Owned Contexts</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.xtext.completeoclcs.ContextDeclCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Contexts</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 Contexts</em>' containment reference list.
* @see org.eclipse.ocl.xtext.completeoclcs.CompleteOCLCSPackage#getPackageDeclarationCS_OwnedContexts()
* @model containment="true"
* @generated
*/
EList<ContextDeclCS> getOwnedContexts();
/**
* Returns the value of the '<em><b>Owned Invariants</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.xtext.basecs.ConstraintCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Invariants</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 Invariants</em>' containment reference list.
* @see org.eclipse.ocl.xtext.completeoclcs.CompleteOCLCSPackage#getPackageDeclarationCS_OwnedInvariants()
* @model containment="true"
* @generated
*/
EList<ConstraintCS> getOwnedInvariants();
} // PackageDeclarationCS