/** */ package fr.tpt.mem4csd.loss; import org.eclipse.emf.common.util.EList; /** * * A representation of the model object 'Complex'. * * *

* The following features are supported: *

* * * @see fr.tpt.mem4csd.loss.LossPackage#getComplex() * @model * @generated */ public interface Complex extends NamedObject { /** * Returns the value of the 'Primitives' containment reference list. * The list contents are of type {@link fr.tpt.mem4csd.loss.Primitive}. * * * @return the value of the 'Primitives' containment reference list. * @see fr.tpt.mem4csd.loss.LossPackage#getComplex_Primitives() * @model containment="true" * @generated */ EList getPrimitives(); } // Complex