/** * generated by Xtext 2.26.0 */ package com.minres.rdl.rdl; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Instance Ref'. * * *

* The following features are supported: *

* * * @see com.minres.rdl.rdl.RdlPackage#getInstanceRef() * @model * @generated */ public interface InstanceRef extends EObject { /** * Returns the value of the 'Instance' reference. * * * @return the value of the 'Instance' reference. * @see #setInstance(Entity) * @see com.minres.rdl.rdl.RdlPackage#getInstanceRef_Instance() * @model * @generated */ Entity getInstance(); /** * Sets the value of the '{@link com.minres.rdl.rdl.InstanceRef#getInstance Instance}' reference. * * * @param value the new value of the 'Instance' reference. * @see #getInstance() * @generated */ void setInstance(Entity value); /** * Returns the value of the 'Tail' containment reference. * * * @return the value of the 'Tail' containment reference. * @see #setTail(InstanceRef) * @see com.minres.rdl.rdl.RdlPackage#getInstanceRef_Tail() * @model containment="true" * @generated */ InstanceRef getTail(); /** * Sets the value of the '{@link com.minres.rdl.rdl.InstanceRef#getTail Tail}' containment reference. * * * @param value the new value of the 'Tail' containment reference. * @see #getTail() * @generated */ void setTail(InstanceRef value); } // InstanceRef