org.jresearch.flexess.models.expression.StructuredConstraint Maven / Gradle / Ivy
/**
*
*
*
* $Id: StructuredConstraint.java 1386 2007-06-09 08:37:03Z stas $
*/
package org.jresearch.flexess.models.expression;
import org.jresearch.flexess.core.model.uam.Constraint;
/**
*
* A representation of the model object 'Structured Constraint'.
*
*
*
* The following features are supported:
*
* - {@link org.jresearch.flexess.models.expression.StructuredConstraint#getStructuredExpression Structured Expression}
*
*
*
* @see org.jresearch.flexess.models.expression.ExpressionPackage#getStructuredConstraint()
* @model
* @generated
*/
public interface StructuredConstraint extends Constraint {
/**
* Returns the value of the 'Structured Expression' containment reference.
*
*
* If the meaning of the 'Structured Expression' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Structured Expression' containment reference.
* @see #setStructuredExpression(Expression)
* @see org.jresearch.flexess.models.expression.ExpressionPackage#getStructuredConstraint_StructuredExpression()
* @model containment="true"
* @generated
*/
Expression getStructuredExpression();
/**
* Sets the value of the '{@link org.jresearch.flexess.models.expression.StructuredConstraint#getStructuredExpression Structured Expression}' containment reference.
*
*
* @param value the new value of the 'Structured Expression' containment reference.
* @see #getStructuredExpression()
* @generated
*/
void setStructuredExpression(Expression value);
} // StructuredConstraint
© 2015 - 2024 Weber Informatics LLC | Privacy Policy