/**
*/
package fr.tpt.mem4csd.loss;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Complex'.
*
*
*
* The following features are supported:
*
*
* - {@link fr.tpt.mem4csd.loss.Complex#getPrimitives Primitives}
* - {@link fr.tpt.mem4csd.loss.Complex#getReference Reference}
*
*
* @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();
/**
* Returns the value of the 'Reference' reference.
*
*
* @return the value of the 'Reference' reference.
* @see #setReference(EObject)
* @see fr.tpt.mem4csd.loss.LossPackage#getComplex_Reference()
* @model required="true"
* @generated
*/
EObject getReference();
/**
* Sets the value of the '{@link fr.tpt.mem4csd.loss.Complex#getReference Reference}' reference.
*
*
* @param value the new value of the 'Reference' reference.
* @see #getReference()
* @generated
*/
void setReference(EObject value);
} // Complex