blob: 0b0e74db5a63895949f5ff3cf8a907b5435c9fb2 [file] [log] [blame]
/**
* * Copyright (c) 2008 Daniel Varro
* * 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:
* * Daniel Varro - initial API and implementation
*
*
* $Id$
*/
package org.eclipse.viatra2.gtasm.typerules;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Custom Type Judgement</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.viatra2.gtasm.typerules.CustomTypeJudgement#getOperands <em>Operands</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.viatra2.gtasm.typerules.TyperulesPackage#getCustomTypeJudgement()
* @model
* @generated
*/
public interface CustomTypeJudgement extends TypeJudgement {
/**
* Returns the value of the '<em><b>Operands</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Operands</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Operands</em>' attribute list.
* @see org.eclipse.viatra2.gtasm.typerules.TyperulesPackage#getCustomTypeJudgement_Operands()
* @model
* @generated
*/
EList<String> getOperands();
} // CustomTypeJudgement