/** */ package hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation; import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.RelationDeclaration; import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.TypeReference; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Partial Relation Interpretation'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialRelationInterpretation() * @model * @generated */ public interface PartialRelationInterpretation 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(RelationDeclaration) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialRelationInterpretation_InterpretationOf() * @model required="true" * @generated */ RelationDeclaration getInterpretationOf(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialRelationInterpretation#getInterpretationOf Interpretation Of}' reference. * * * @param value the new value of the 'Interpretation Of' reference. * @see #getInterpretationOf() * @generated */ void setInterpretationOf(RelationDeclaration value); /** * Returns the value of the 'Relationlinks' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RelationLink}. * *

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

* * @return the value of the 'Relationlinks' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialRelationInterpretation_Relationlinks() * @model containment="true" * @generated */ EList getRelationlinks(); /** * Returns the value of the 'Param1' reference. * *

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

* * @return the value of the 'Param1' reference. * @see #setParam1(TypeReference) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialRelationInterpretation_Param1() * @model * @generated */ TypeReference getParam1(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialRelationInterpretation#getParam1 Param1}' reference. * * * @param value the new value of the 'Param1' reference. * @see #getParam1() * @generated */ void setParam1(TypeReference value); /** * Returns the value of the 'Param2' reference. * *

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

* * @return the value of the 'Param2' reference. * @see #setParam2(TypeReference) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getPartialRelationInterpretation_Param2() * @model * @generated */ TypeReference getParam2(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialRelationInterpretation#getParam2 Param2}' reference. * * * @param value the new value of the 'Param2' reference. * @see #getParam2() * @generated */ void setParam2(TypeReference value); } // PartialRelationInterpretation