/** */ package hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partial2logicannotations; import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.RelationDeclaration; import hu.bme.mit.inf.dslreasoner.logic.model.logicproblem.AssertionAnnotation; import hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RelationLink; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Partial Model Relation2 Assertion'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partial2logicannotations.Partial2logicannotationsPackage#getPartialModelRelation2Assertion() * @model * @generated */ public interface PartialModelRelation2Assertion extends AssertionAnnotation { /** * Returns the value of the 'Links' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.RelationLink}. * *

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

* * @return the value of the 'Links' containment reference list. * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partial2logicannotations.Partial2logicannotationsPackage#getPartialModelRelation2Assertion_Links() * @model containment="true" * @generated */ EList getLinks(); /** * Returns the value of the 'Target Relation' reference. * *

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

* * @return the value of the 'Target Relation' reference. * @see #setTargetRelation(RelationDeclaration) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partial2logicannotations.Partial2logicannotationsPackage#getPartialModelRelation2Assertion_TargetRelation() * @model required="true" * @generated */ RelationDeclaration getTargetRelation(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partial2logicannotations.PartialModelRelation2Assertion#getTargetRelation Target Relation}' reference. * * * @param value the new value of the 'Target Relation' reference. * @see #getTargetRelation() * @generated */ void setTargetRelation(RelationDeclaration value); } // PartialModelRelation2Assertion