/** */ package fr.tpt.mem4csd.loss; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Primitive'. * * *

* The following features are supported: *

* * * @see fr.tpt.mem4csd.loss.LossPackage#getPrimitive() * @model * @generated */ public interface Primitive extends NamedObject { /** * Returns the value of the 'Type' containment reference. * * * @return the value of the 'Type' containment reference. * @see #setType(EObject) * @see fr.tpt.mem4csd.loss.LossPackage#getPrimitive_Type() * @model containment="true" required="true" * @generated */ EObject getType(); /** * Sets the value of the '{@link fr.tpt.mem4csd.loss.Primitive#getType Type}' containment reference. * * * @param value the new value of the 'Type' containment reference. * @see #getType() * @generated */ void setType(EObject value); } // Primitive