org.eclipse.ocl.cst.OCLDocumentCS Maven / Gradle / Ivy
/**
*
*
* Copyright (c) 2008 Zeligsoft Inc. 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:
* Zeligsoft - Initial API and implementation
*
*
*
* $Id: OCLDocumentCS.java,v 1.2 2009/12/22 18:42:30 ewillink Exp $
*/
package org.eclipse.ocl.cst;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'OCL Document CS'.
* @since 1.3
*
*
*
* The following features are supported:
*
* - {@link org.eclipse.ocl.cst.OCLDocumentCS#getPackageDeclarations Package Declarations}
*
*
*
* @see org.eclipse.ocl.cst.CSTPackage#getOCLDocumentCS()
* @model
* @generated
*/
public interface OCLDocumentCS
extends CSTNode {
/**
* Returns the value of the 'Package Declarations' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.cst.PackageDeclarationCS}.
*
*
* If the meaning of the 'Package Declarations' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Package Declarations' containment reference list.
* @see org.eclipse.ocl.cst.CSTPackage#getOCLDocumentCS_PackageDeclarations()
* @model containment="true" ordered="false"
* @generated
*/
EList getPackageDeclarations();
} // OCLDocumentCS