blob: 009032a289325b83923db5117db68d52a1373261 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2018 Willink Transformations 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 - initial API and implementation
*******************************************************************************/
package org.eclipse.ocl.examples.xtext2lpg.XBNF;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Until Token</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.ocl.examples.xtext2lpg.XBNF.UntilToken#getTerminal <em>Terminal</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.ocl.examples.xtext2lpg.XBNF.XBNFPackage#getUntilToken()
* @model
* @generated
*/
public interface UntilToken extends AbstractElement {
/**
* Returns the value of the '<em><b>Terminal</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Terminal</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>Terminal</em>' containment reference.
* @see #setTerminal(AbstractElement)
* @see org.eclipse.ocl.examples.xtext2lpg.XBNF.XBNFPackage#getUntilToken_Terminal()
* @model containment="true" required="true"
* @generated
*/
AbstractElement getTerminal();
/**
* Sets the value of the '{@link org.eclipse.ocl.examples.xtext2lpg.XBNF.UntilToken#getTerminal <em>Terminal</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Terminal</em>' containment reference.
* @see #getTerminal()
* @generated
*/
void setTerminal(AbstractElement value);
} // UntilToken