/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** */ package bpsim; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Scenario</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link bpsim.Scenario#getScenarioParameters <em>Scenario Parameters</em>}</li> * <li>{@link bpsim.Scenario#getElementParameters <em>Element Parameters</em>}</li> * <li>{@link bpsim.Scenario#getCalendar <em>Calendar</em>}</li> * <li>{@link bpsim.Scenario#getVendorExtension <em>Vendor Extension</em>}</li> * <li>{@link bpsim.Scenario#getAuthor <em>Author</em>}</li> * <li>{@link bpsim.Scenario#getCreated <em>Created</em>}</li> * <li>{@link bpsim.Scenario#getDescription <em>Description</em>}</li> * <li>{@link bpsim.Scenario#getId <em>Id</em>}</li> * <li>{@link bpsim.Scenario#getInherits <em>Inherits</em>}</li> * <li>{@link bpsim.Scenario#getModified <em>Modified</em>}</li> * <li>{@link bpsim.Scenario#getName <em>Name</em>}</li> * <li>{@link bpsim.Scenario#getResult <em>Result</em>}</li> * <li>{@link bpsim.Scenario#getVendor <em>Vendor</em>}</li> * <li>{@link bpsim.Scenario#getVersion <em>Version</em>}</li> * </ul> * </p> * * @see bpsim.BpsimPackage#getScenario() * @model extendedMetaData="name='Scenario' kind='elementOnly'" * @generated */ public interface Scenario extends EObject { /** * Returns the value of the '<em><b>Scenario Parameters</b></em>' containment reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Scenario Parameters</em>' containment reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Scenario Parameters</em>' containment reference. * @see #setScenarioParameters(ScenarioParameters) * @see bpsim.BpsimPackage#getScenario_ScenarioParameters() * @model containment="true" * extendedMetaData="kind='element' name='ScenarioParameters' namespace='##targetNamespace'" * @generated */ ScenarioParameters getScenarioParameters(); /** * Sets the value of the '{@link bpsim.Scenario#getScenarioParameters <em>Scenario Parameters</em>}' containment reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Scenario Parameters</em>' containment reference. * @see #getScenarioParameters() * @generated */ void setScenarioParameters(ScenarioParameters value); /** * Returns the value of the '<em><b>Element Parameters</b></em>' containment reference list. * The list contents are of type {@link bpsim.ElementParameters}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Element Parameters</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Element Parameters</em>' containment reference list. * @see bpsim.BpsimPackage#getScenario_ElementParameters() * @model containment="true" * extendedMetaData="kind='element' name='ElementParameters' namespace='##targetNamespace'" * @generated */ EList<ElementParameters> getElementParameters(); /** * Returns the value of the '<em><b>Calendar</b></em>' containment reference list. * The list contents are of type {@link bpsim.Calendar}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Calendar</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Calendar</em>' containment reference list. * @see bpsim.BpsimPackage#getScenario_Calendar() * @model containment="true" * extendedMetaData="kind='element' name='Calendar' namespace='##targetNamespace'" * @generated */ EList<Calendar> getCalendar(); /** * Returns the value of the '<em><b>Vendor Extension</b></em>' containment reference list. * The list contents are of type {@link bpsim.VendorExtension}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Vendor Extension</em>' containment reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Vendor Extension</em>' containment reference list. * @see bpsim.BpsimPackage#getScenario_VendorExtension() * @model containment="true" * extendedMetaData="kind='element' name='VendorExtension' namespace='##targetNamespace'" * @generated */ EList<VendorExtension> getVendorExtension(); /** * Returns the value of the '<em><b>Author</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Author</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Author</em>' attribute. * @see #setAuthor(String) * @see bpsim.BpsimPackage#getScenario_Author() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='author'" * @generated */ String getAuthor(); /** * Sets the value of the '{@link bpsim.Scenario#getAuthor <em>Author</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Author</em>' attribute. * @see #getAuthor() * @generated */ void setAuthor(String value); /** * Returns the value of the '<em><b>Created</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Created</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Created</em>' attribute. * @see #setCreated(Object) * @see bpsim.BpsimPackage#getScenario_Created() * @model dataType="org.eclipse.emf.ecore.xml.type.DateTime" * extendedMetaData="kind='attribute' name='created'" * @generated */ Object getCreated(); /** * Sets the value of the '{@link bpsim.Scenario#getCreated <em>Created</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Created</em>' attribute. * @see #getCreated() * @generated */ void setCreated(Object value); /** * Returns the value of the '<em><b>Description</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Description</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Description</em>' attribute. * @see #setDescription(String) * @see bpsim.BpsimPackage#getScenario_Description() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='description'" * @generated */ String getDescription(); /** * Sets the value of the '{@link bpsim.Scenario#getDescription <em>Description</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Description</em>' attribute. * @see #getDescription() * @generated */ void setDescription(String value); /** * Returns the value of the '<em><b>Id</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Id</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Id</em>' attribute. * @see #setId(String) * @see bpsim.BpsimPackage#getScenario_Id() * @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" * extendedMetaData="kind='attribute' name='id'" * @generated */ String getId(); /** * Sets the value of the '{@link bpsim.Scenario#getId <em>Id</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Id</em>' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the '<em><b>Inherits</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Inherits</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Inherits</em>' attribute. * @see #setInherits(String) * @see bpsim.BpsimPackage#getScenario_Inherits() * @model dataType="org.eclipse.emf.ecore.xml.type.IDREF" * extendedMetaData="kind='attribute' name='inherits'" * @generated */ String getInherits(); /** * Sets the value of the '{@link bpsim.Scenario#getInherits <em>Inherits</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Inherits</em>' attribute. * @see #getInherits() * @generated */ void setInherits(String value); /** * Returns the value of the '<em><b>Modified</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Modified</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Modified</em>' attribute. * @see #setModified(Object) * @see bpsim.BpsimPackage#getScenario_Modified() * @model dataType="org.eclipse.emf.ecore.xml.type.DateTime" * extendedMetaData="kind='attribute' name='modified'" * @generated */ Object getModified(); /** * Sets the value of the '{@link bpsim.Scenario#getModified <em>Modified</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Modified</em>' attribute. * @see #getModified() * @generated */ void setModified(Object value); /** * Returns the value of the '<em><b>Name</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Name</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Name</em>' attribute. * @see #setName(String) * @see bpsim.BpsimPackage#getScenario_Name() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='name'" * @generated */ String getName(); /** * Sets the value of the '{@link bpsim.Scenario#getName <em>Name</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Name</em>' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the '<em><b>Result</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Result</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Result</em>' attribute. * @see #setResult(String) * @see bpsim.BpsimPackage#getScenario_Result() * @model dataType="org.eclipse.emf.ecore.xml.type.IDREF" * extendedMetaData="kind='attribute' name='result'" * @generated */ String getResult(); /** * Sets the value of the '{@link bpsim.Scenario#getResult <em>Result</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Result</em>' attribute. * @see #getResult() * @generated */ void setResult(String value); /** * Returns the value of the '<em><b>Vendor</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Vendor</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Vendor</em>' attribute. * @see #setVendor(String) * @see bpsim.BpsimPackage#getScenario_Vendor() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='vendor'" * @generated */ String getVendor(); /** * Sets the value of the '{@link bpsim.Scenario#getVendor <em>Vendor</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Vendor</em>' attribute. * @see #getVendor() * @generated */ void setVendor(String value); /** * Returns the value of the '<em><b>Version</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Version</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Version</em>' attribute. * @see #setVersion(String) * @see bpsim.BpsimPackage#getScenario_Version() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='version'" * @generated */ String getVersion(); /** * Sets the value of the '{@link bpsim.Scenario#getVersion <em>Version</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Version</em>' attribute. * @see #getVersion() * @generated */ void setVersion(String value); } // Scenario