blob: 4a03dff90b6c4d6861e986c1e642b09b7d39c866 [file] [log] [blame]
/**
* Copyright (c) 2016 Willink Transformations, Univesity of York 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:
* Adolfo Sanchez-Barbudo Herrera - initial API and implementation
*/
package delphi;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>main Rule</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link delphi.mainRule#getFile <em>File</em>}</li>
* </ul>
*
* @see delphi.DelphiPackage#getmainRule()
* @model
* @generated
*/
public interface mainRule extends CSTrace {
/**
* Returns the value of the '<em><b>File</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>File</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>File</em>' containment reference.
* @see #setFile(file)
* @see delphi.DelphiPackage#getmainRule_File()
* @model containment="true"
* @generated
*/
file getFile();
/**
* Sets the value of the '{@link delphi.mainRule#getFile <em>File</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>File</em>' containment reference.
* @see #getFile()
* @generated
*/
void setFile(file value);
} // mainRule