/** */ package hu.bme.mit.inf.dslreasoner.domains.cps; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Request'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.domains.cps.CpsPackage#getRequest() * @model * @generated */ public interface Request extends EObject { /** * Returns the value of the 'Requirements' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.domains.cps.Requirement}. * It is bidirectional and its opposite is '{@link hu.bme.mit.inf.dslreasoner.domains.cps.Requirement#getRequest Request}'. * *

* If the meaning of the 'Requirements' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Requirements' containment reference list. * @see hu.bme.mit.inf.dslreasoner.domains.cps.CpsPackage#getRequest_Requirements() * @see hu.bme.mit.inf.dslreasoner.domains.cps.Requirement#getRequest * @model opposite="request" containment="true" * @generated */ EList getRequirements(); } // Request