blob: 85cedbff3ace35c6b1409de81aab37da1ede9d89 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013, 2018 CEA LIST 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(CEA LIST) - Initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.examples.codegen.cgmodel;
import java.util.List;
import org.eclipse.jdt.annotation.NonNull;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>CG Class</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getContainingPackage <em>Containing Package</em>}</li>
* <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getOperations <em>Operations</em>}</li>
* <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getProperties <em>Properties</em>}</li>
* <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getInvariants <em>Invariants</em>}</li>
* <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getSuperTypes <em>Super Types</em>}</li>
* <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#isInterface <em>Interface</em>}</li>
* <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getTemplateParameters <em>Template Parameters</em>}</li>
* <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getClasses <em>Classes</em>}</li>
* <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getContainingClass <em>Containing Class</em>}</li>
* </ul>
*
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGClass()
* @generated
*/
public interface CGClass extends CGNamedElement {
/**
* Returns the value of the '<em><b>Operations</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.codegen.cgmodel.CGOperation}.
* It is bidirectional and its opposite is '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGOperation#getContainingClass <em>Containing Class</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Operations</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>Operations</em>' containment reference list.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGClass_Operations()
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGOperation#getContainingClass
* @generated
*/
@NonNull List<CGOperation> getOperations();
/**
* Returns the value of the '<em><b>Properties</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.codegen.cgmodel.CGProperty}.
* It is bidirectional and its opposite is '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGProperty#getContainingClass <em>Containing Class</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Properties</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>Properties</em>' containment reference list.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGClass_Properties()
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGProperty#getContainingClass
* @generated
*/
@NonNull List<CGProperty> getProperties();
/**
* Returns the value of the '<em><b>Invariants</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.codegen.cgmodel.CGConstraint}.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* Invariant constraints on instances of this class.
* <!-- end-model-doc -->
* @return the value of the '<em>Invariants</em>' containment reference list.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGClass_Invariants()
* @generated
*/
List<CGConstraint> getInvariants();
/**
* Returns the value of the '<em><b>Super Types</b></em>' reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Super Types</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Super Types</em>' reference list.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGClass_SuperTypes()
* @generated
*/
List<CGClass> getSuperTypes();
/**
* Returns the value of the '<em><b>Interface</b></em>' attribute.
* The default value is <code>"false"</code>.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* the boolean value
* <!-- end-model-doc -->
* @return the value of the '<em>Interface</em>' attribute.
* @see #setInterface(boolean)
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGClass_Interface()
* @generated
*/
boolean isInterface();
/**
* Sets the value of the '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#isInterface <em>Interface</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Interface</em>' attribute.
* @see #isInterface()
* @generated
*/
void setInterface(boolean value);
/**
* Returns the value of the '<em><b>Template Parameters</b></em>' reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Template Parameters</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Template Parameters</em>' reference list.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGClass_TemplateParameters()
* @generated
*/
List<CGClass> getTemplateParameters();
/**
* Returns the value of the '<em><b>Classes</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass}.
* It is bidirectional and its opposite is '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getContainingClass <em>Containing Class</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Classes</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>Classes</em>' containment reference list.
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGClass_Classes()
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getContainingClass
* @generated
*/
List<CGClass> getClasses();
/**
* Returns the value of the '<em><b>Containing Class</b></em>' container reference.
* It is bidirectional and its opposite is '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getClasses <em>Classes</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Containing Class</em>' container reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Containing Class</em>' container reference.
* @see #setContainingClass(CGClass)
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGClass_ContainingClass()
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getClasses
* @generated
*/
CGClass getContainingClass();
/**
* Sets the value of the '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getContainingClass <em>Containing Class</em>}' container reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Containing Class</em>' container reference.
* @see #getContainingClass()
* @generated
*/
void setContainingClass(CGClass value);
/**
* Returns the value of the '<em><b>Containing Package</b></em>' container reference.
* It is bidirectional and its opposite is '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGPackage#getClasses <em>Classes</em>}'.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Containing Package</em>' container reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Containing Package</em>' container reference.
* @see #setContainingPackage(CGPackage)
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGClass_ContainingPackage()
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGPackage#getClasses
* @generated
*/
CGPackage getContainingPackage();
/**
* Sets the value of the '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGClass#getContainingPackage <em>Containing Package</em>}' container reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Containing Package</em>' container reference.
* @see #getContainingPackage()
* @generated
*/
void setContainingPackage(CGPackage value);
} // CGClass