blob: ae440785278231645353ad81ddb1bf6f74b627a9 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2010, 2013 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: PropertyContextDeclCS.java,v 1.4 2011/02/08 17:53:05 ewillink Exp $
*/
package org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST;
import org.eclipse.emf.common.util.EList;
import org.eclipse.ocl.examples.pivot.Property;
import org.eclipse.ocl.examples.xtext.base.baseCST.ConstraintCS;
import org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpSpecificationCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Property Context Decl CS</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.PropertyContextDeclCS#getProperty <em>Property</em>}</li>
* <li>{@link org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.PropertyContextDeclCS#getDefaultExpressions <em>Default Expressions</em>}</li>
* <li>{@link org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.PropertyContextDeclCS#getDerivedInvariants <em>Derived Invariants</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTPackage#getPropertyContextDeclCS()
* @model
* @generated
*/
public interface PropertyContextDeclCS extends FeatureContextDeclCS {
/**
* Returns the value of the '<em><b>Property</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Property</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Property</em>' reference.
* @see org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTPackage#getPropertyContextDeclCS_Property()
* @model resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true"
* @generated
*/
Property getProperty();
/**
* Returns the value of the '<em><b>Default Expressions</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpSpecificationCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Default Expressions</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>Default Expressions</em>' containment reference list.
* @see org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTPackage#getPropertyContextDeclCS_DefaultExpressions()
* @model containment="true"
* @generated
*/
EList<ExpSpecificationCS> getDefaultExpressions();
/**
* Returns the value of the '<em><b>Derived Invariants</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.xtext.base.baseCST.ConstraintCS}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Derived 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>Derived Invariants</em>' containment reference list.
* @see org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.CompleteOCLCSTPackage#getPropertyContextDeclCS_DerivedInvariants()
* @model containment="true"
* @generated
*/
EList<ConstraintCS> getDerivedInvariants();
} // PropertyContextDeclCS