All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jresearch.flexess.models.expression.Expression Maven / Gradle / Ivy

There is a newer version: 1.3.44
Show newest version
/**
 * 
 * 
 *
 * $Id: Expression.java 1386 2007-06-09 08:37:03Z stas $
 */
package org.jresearch.flexess.models.expression;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Expression'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.jresearch.flexess.models.expression.Expression#getContainer Container}
  • *
*

* * @see org.jresearch.flexess.models.expression.ExpressionPackage#getExpression() * @model abstract="true" * @generated */ public interface Expression extends EObject { /** * Returns the value of the 'Container' reference. * *

* If the meaning of the 'Container' reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Container' reference. * @see org.jresearch.flexess.models.expression.ExpressionPackage#getExpression_Container() * @model changeable="false" derived="true" * @generated */ Expression getContainer(); } // Expression




© 2015 - 2024 Weber Informatics LLC | Privacy Policy