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

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialConstantInterpretation() * @model * @generated */ public interface PartialConstantInterpretation 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(ConstantDeclaration) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialConstantInterpretation_InterpretationOf() * @model required="true" * @generated */ ConstantDeclaration getInterpretationOf(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialConstantInterpretation#getInterpretationOf Interpretation Of}' reference. * * * @param value the new value of the 'Interpretation Of' reference. * @see #getInterpretationOf() * @generated */ void setInterpretationOf(ConstantDeclaration value); } // PartialConstantInterpretation