/** */ 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 'Cyber Physical System'. * * *

* The following features are supported: *

* * * @see hu.bme.mit.inf.dslreasoner.domains.cps.CpsPackage#getCyberPhysicalSystem() * @model * @generated */ public interface CyberPhysicalSystem extends EObject { /** * Returns the value of the 'Requests' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.domains.cps.Request}. * *

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

* * @return the value of the 'Requests' containment reference list. * @see hu.bme.mit.inf.dslreasoner.domains.cps.CpsPackage#getCyberPhysicalSystem_Requests() * @model containment="true" * @generated */ EList getRequests(); /** * Returns the value of the 'Application Types' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.domains.cps.ApplicationType}. * *

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

* * @return the value of the 'Application Types' containment reference list. * @see hu.bme.mit.inf.dslreasoner.domains.cps.CpsPackage#getCyberPhysicalSystem_ApplicationTypes() * @model containment="true" * @generated */ EList getApplicationTypes(); /** * Returns the value of the 'Host Types' containment reference list. * The list contents are of type {@link hu.bme.mit.inf.dslreasoner.domains.cps.HostType}. * *

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

* * @return the value of the 'Host Types' containment reference list. * @see hu.bme.mit.inf.dslreasoner.domains.cps.CpsPackage#getCyberPhysicalSystem_HostTypes() * @model containment="true" * @generated */ EList getHostTypes(); } // CyberPhysicalSystem