blob: 5f0fd575bbc81027844e2f843c7b60786ce4d132 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2010, 2011 E.D.Willink 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:
* E.D.Willink - initial API and implementation
*
* </copyright>
*
* $Id: CompleteOCLDocumentCS.java,v 1.3 2011/05/20 15:26:50 ewillink Exp $
*/
package org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST;
import org.eclipse.emf.common.util.EList;
import org.eclipse.ocl.examples.xtext.base.baseCST.PackageCS;
import org.eclipse.ocl.examples.xtext.base.baseCST.RootCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Document CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLDocumentCS#getPackages <em>Packages</em>}</li>
* <li>{@link org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLDocumentCS#getContexts <em>Contexts</em>}</li>
* <li>{@link org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLDocumentCS#getOwnedInclude <em>Owned Include</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTPackage#getCompleteOCLDocumentCS()
* @model
* @generated
*/
public interface CompleteOCLDocumentCS extends PackageCS, RootCS {
/**
* Returns the value of the '<em><b>Packages</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.PackageDeclarationCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Packages</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>Packages</em>' containment reference list.
* @see org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTPackage#getCompleteOCLDocumentCS_Packages()
* @model containment="true"
* @generated
*/
EList<PackageDeclarationCS> getPackages();
/**
* Returns the value of the '<em><b>Contexts</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.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>Contexts</em>' containment reference list.
* @see org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTPackage#getCompleteOCLDocumentCS_Contexts()
* @model containment="true"
* @generated
*/
EList<ContextDeclCS> getContexts();
/**
* Returns the value of the '<em><b>Owned Include</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.IncludeCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Owned Include</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 Include</em>' containment reference list.
* @see org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTPackage#getCompleteOCLDocumentCS_OwnedInclude()
* @model containment="true"
* @generated
*/
EList<IncludeCS> getOwnedInclude();
} // DocumentCS