/** */ package hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Nary Relation Link Element'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getNaryRelationLinkElement() * @model * @generated */ public interface NaryRelationLinkElement extends EObject { /** * Returns the value of the 'Index' attribute. * *

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

* * @return the value of the 'Index' attribute. * @see #setIndex(int) * @see hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.PartialinterpretationPackage#getNaryRelationLinkElement_Index() * @model * @generated */ int getIndex(); /** * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.viatrasolver.partialinterpretationlanguage.partialinterpretation.NaryRelationLinkElement#getIndex Index}' attribute. * * * @param value the new value of the 'Index' attribute. * @see #getIndex() * @generated */ void setIndex(int value); } // NaryRelationLinkElement