/* * Copyright 2015 JBoss Inc * * 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; /** * * A representation of the model object 'Scenario'. * * *

* The following features are supported: *

*

* * @see bpsim.BpsimPackage#getScenario() * @model extendedMetaData="name='Scenario' kind='elementOnly'" * @generated */ public interface Scenario extends EObject { /** * Returns the value of the 'Scenario Parameters' containment reference. * *

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

* * @return the value of the 'Scenario Parameters' 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 Scenario Parameters}' containment reference. * * * @param value the new value of the 'Scenario Parameters' containment reference. * @see #getScenarioParameters() * @generated */ void setScenarioParameters(ScenarioParameters value); /** * Returns the value of the 'Element Parameters' containment reference list. * The list contents are of type {@link bpsim.ElementParameters}. * *

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

* * @return the value of the 'Element Parameters' containment reference list. * @see bpsim.BpsimPackage#getScenario_ElementParameters() * @model containment="true" * extendedMetaData="kind='element' name='ElementParameters' namespace='##targetNamespace'" * @generated */ EList getElementParameters(); /** * Returns the value of the 'Calendar' containment reference list. * The list contents are of type {@link bpsim.Calendar}. * *

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

* * @return the value of the 'Calendar' containment reference list. * @see bpsim.BpsimPackage#getScenario_Calendar() * @model containment="true" * extendedMetaData="kind='element' name='Calendar' namespace='##targetNamespace'" * @generated */ EList getCalendar(); /** * Returns the value of the 'Vendor Extension' containment reference list. * The list contents are of type {@link bpsim.VendorExtension}. * *

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

* * @return the value of the 'Vendor Extension' containment reference list. * @see bpsim.BpsimPackage#getScenario_VendorExtension() * @model containment="true" * extendedMetaData="kind='element' name='VendorExtension' namespace='##targetNamespace'" * @generated */ EList getVendorExtension(); /** * Returns the value of the 'Author' attribute. * *

* If the meaning of the 'Author' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Author' 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 Author}' attribute. * * * @param value the new value of the 'Author' attribute. * @see #getAuthor() * @generated */ void setAuthor(String value); /** * Returns the value of the 'Created' attribute. * *

* If the meaning of the 'Created' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Created' 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 Created}' attribute. * * * @param value the new value of the 'Created' attribute. * @see #getCreated() * @generated */ void setCreated(Object value); /** * Returns the value of the 'Description' attribute. * *

* If the meaning of the 'Description' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Description' 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 Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #getDescription() * @generated */ void setDescription(String value); /** * Returns the value of the 'Id' attribute. * *

* If the meaning of the 'Id' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Id' 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 Id}' attribute. * * * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the 'Inherits' attribute. * *

* If the meaning of the 'Inherits' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Inherits' 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 Inherits}' attribute. * * * @param value the new value of the 'Inherits' attribute. * @see #getInherits() * @generated */ void setInherits(String value); /** * Returns the value of the 'Modified' attribute. * *

* If the meaning of the 'Modified' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Modified' 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 Modified}' attribute. * * * @param value the new value of the 'Modified' attribute. * @see #getModified() * @generated */ void setModified(Object value); /** * Returns the value of the 'Name' attribute. * *

* If the meaning of the 'Name' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Name' 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 Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Result' attribute. * *

* If the meaning of the 'Result' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Result' 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 Result}' attribute. * * * @param value the new value of the 'Result' attribute. * @see #getResult() * @generated */ void setResult(String value); /** * Returns the value of the 'Vendor' attribute. * *

* If the meaning of the 'Vendor' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Vendor' 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 Vendor}' attribute. * * * @param value the new value of the 'Vendor' attribute. * @see #getVendor() * @generated */ void setVendor(String value); /** * Returns the value of the 'Version' attribute. * *

* If the meaning of the 'Version' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Version' 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 Version}' attribute. * * * @param value the new value of the 'Version' attribute. * @see #getVersion() * @generated */ void setVersion(String value); } // Scenario