/** */ package hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation; import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.FunctionDeclaration; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Partial Function Interpretation'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialFunctionInterpretation() * @model * @generated */ public interface PartialFunctionInterpretation extends EObject { /** * Returns the value of the 'Interpretation Of' reference. * *

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

* * @return the value of the 'Interpretation Of' reference. * @see #setInterpretationOf(FunctionDeclaration) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialFunctionInterpretation_InterpretationOf() * @model required="true" * @generated */ FunctionDeclaration getInterpretationOf(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialFunctionInterpretation#getInterpretationOf Interpretation Of}' reference. * * * @param value the new value of the 'Interpretation Of' reference. * @see #getInterpretationOf() * @generated */ void setInterpretationOf(FunctionDeclaration value); } // PartialFunctionInterpretation