/* * 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.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EDataType; import org.eclipse.emf.ecore.EEnum; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; /** * * The Package for the model. * It contains accessors for the meta objects to represent * * * @see bpsim.BpsimFactory * @model kind="package" * @generated */ public interface BpsimPackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "bpsim"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "http://www.bpsim.org/schemas/1.0"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "bpsim"; /** * The singleton instance of the package. * * * @generated */ BpsimPackage eINSTANCE = bpsim.impl.BpsimPackageImpl.init(); /** * The meta object id for the '{@link bpsim.impl.ParameterValueImpl Parameter Value}' class. * * * @see bpsim.impl.ParameterValueImpl * @see bpsim.impl.BpsimPackageImpl#getParameterValue() * @generated */ int PARAMETER_VALUE = 24; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int PARAMETER_VALUE__INSTANCE = 0; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int PARAMETER_VALUE__RESULT = 1; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int PARAMETER_VALUE__VALID_FOR = 2; /** * The number of structural features of the 'Parameter Value' class. * * * @generated * @ordered */ int PARAMETER_VALUE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link bpsim.impl.DistributionParameterImpl Distribution Parameter}' class. * * * @see bpsim.impl.DistributionParameterImpl * @see bpsim.impl.BpsimPackageImpl#getDistributionParameter() * @generated */ int DISTRIBUTION_PARAMETER = 9; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int DISTRIBUTION_PARAMETER__INSTANCE = PARAMETER_VALUE__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int DISTRIBUTION_PARAMETER__RESULT = PARAMETER_VALUE__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int DISTRIBUTION_PARAMETER__VALID_FOR = PARAMETER_VALUE__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int DISTRIBUTION_PARAMETER__CURRENCY_UNIT = PARAMETER_VALUE_FEATURE_COUNT + 0; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int DISTRIBUTION_PARAMETER__TIME_UNIT = PARAMETER_VALUE_FEATURE_COUNT + 1; /** * The number of structural features of the 'Distribution Parameter' class. * * * @generated * @ordered */ int DISTRIBUTION_PARAMETER_FEATURE_COUNT = PARAMETER_VALUE_FEATURE_COUNT + 2; /** * The meta object id for the '{@link bpsim.impl.BetaDistributionTypeImpl Beta Distribution Type}' class. * * * @see bpsim.impl.BetaDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getBetaDistributionType() * @generated */ int BETA_DISTRIBUTION_TYPE = 0; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int BETA_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int BETA_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int BETA_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int BETA_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int BETA_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Scale' attribute. * * * @generated * @ordered */ int BETA_DISTRIBUTION_TYPE__SCALE = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Shape' attribute. * * * @generated * @ordered */ int BETA_DISTRIBUTION_TYPE__SHAPE = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The number of structural features of the 'Beta Distribution Type' class. * * * @generated * @ordered */ int BETA_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The meta object id for the '{@link bpsim.impl.BinomialDistributionTypeImpl Binomial Distribution Type}' class. * * * @see bpsim.impl.BinomialDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getBinomialDistributionType() * @generated */ int BINOMIAL_DISTRIBUTION_TYPE = 1; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int BINOMIAL_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int BINOMIAL_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int BINOMIAL_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int BINOMIAL_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int BINOMIAL_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Probability' attribute. * * * @generated * @ordered */ int BINOMIAL_DISTRIBUTION_TYPE__PROBABILITY = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Trials' attribute. * * * @generated * @ordered */ int BINOMIAL_DISTRIBUTION_TYPE__TRIALS = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The number of structural features of the 'Binomial Distribution Type' class. * * * @generated * @ordered */ int BINOMIAL_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The meta object id for the '{@link bpsim.impl.ConstantParameterImpl Constant Parameter}' class. * * * @see bpsim.impl.ConstantParameterImpl * @see bpsim.impl.BpsimPackageImpl#getConstantParameter() * @generated */ int CONSTANT_PARAMETER = 5; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int CONSTANT_PARAMETER__INSTANCE = PARAMETER_VALUE__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int CONSTANT_PARAMETER__RESULT = PARAMETER_VALUE__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int CONSTANT_PARAMETER__VALID_FOR = PARAMETER_VALUE__VALID_FOR; /** * The number of structural features of the 'Constant Parameter' class. * * * @generated * @ordered */ int CONSTANT_PARAMETER_FEATURE_COUNT = PARAMETER_VALUE_FEATURE_COUNT + 0; /** * The meta object id for the '{@link bpsim.impl.BooleanParameterTypeImpl Boolean Parameter Type}' class. * * * @see bpsim.impl.BooleanParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getBooleanParameterType() * @generated */ int BOOLEAN_PARAMETER_TYPE = 2; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int BOOLEAN_PARAMETER_TYPE__INSTANCE = CONSTANT_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int BOOLEAN_PARAMETER_TYPE__RESULT = CONSTANT_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int BOOLEAN_PARAMETER_TYPE__VALID_FOR = CONSTANT_PARAMETER__VALID_FOR; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int BOOLEAN_PARAMETER_TYPE__VALUE = CONSTANT_PARAMETER_FEATURE_COUNT + 0; /** * The number of structural features of the 'Boolean Parameter Type' class. * * * @generated * @ordered */ int BOOLEAN_PARAMETER_TYPE_FEATURE_COUNT = CONSTANT_PARAMETER_FEATURE_COUNT + 1; /** * The meta object id for the '{@link bpsim.impl.BPSimDataTypeImpl BP Sim Data Type}' class. * * * @see bpsim.impl.BPSimDataTypeImpl * @see bpsim.impl.BpsimPackageImpl#getBPSimDataType() * @generated */ int BP_SIM_DATA_TYPE = 3; /** * The feature id for the 'Group' attribute list. * * * @generated * @ordered */ int BP_SIM_DATA_TYPE__GROUP = 0; /** * The feature id for the 'Scenario' containment reference list. * * * @generated * @ordered */ int BP_SIM_DATA_TYPE__SCENARIO = 1; /** * The number of structural features of the 'BP Sim Data Type' class. * * * @generated * @ordered */ int BP_SIM_DATA_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link bpsim.impl.CalendarImpl Calendar}' class. * * * @see bpsim.impl.CalendarImpl * @see bpsim.impl.BpsimPackageImpl#getCalendar() * @generated */ int CALENDAR = 4; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int CALENDAR__VALUE = 0; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int CALENDAR__ID = 1; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int CALENDAR__NAME = 2; /** * The number of structural features of the 'Calendar' class. * * * @generated * @ordered */ int CALENDAR_FEATURE_COUNT = 3; /** * The meta object id for the '{@link bpsim.impl.ControlParametersImpl Control Parameters}' class. * * * @see bpsim.impl.ControlParametersImpl * @see bpsim.impl.BpsimPackageImpl#getControlParameters() * @generated */ int CONTROL_PARAMETERS = 6; /** * The feature id for the 'Probability' containment reference. * * * @generated * @ordered */ int CONTROL_PARAMETERS__PROBABILITY = 0; /** * The feature id for the 'Condition' containment reference. * * * @generated * @ordered */ int CONTROL_PARAMETERS__CONDITION = 1; /** * The feature id for the 'Inter Trigger Timer' containment reference. * * * @generated * @ordered */ int CONTROL_PARAMETERS__INTER_TRIGGER_TIMER = 2; /** * The feature id for the 'Trigger Count' containment reference. * * * @generated * @ordered */ int CONTROL_PARAMETERS__TRIGGER_COUNT = 3; /** * The number of structural features of the 'Control Parameters' class. * * * @generated * @ordered */ int CONTROL_PARAMETERS_FEATURE_COUNT = 4; /** * The meta object id for the '{@link bpsim.impl.CostParametersImpl Cost Parameters}' class. * * * @see bpsim.impl.CostParametersImpl * @see bpsim.impl.BpsimPackageImpl#getCostParameters() * @generated */ int COST_PARAMETERS = 7; /** * The feature id for the 'Fixed Cost' containment reference. * * * @generated * @ordered */ int COST_PARAMETERS__FIXED_COST = 0; /** * The feature id for the 'Unit Cost' containment reference. * * * @generated * @ordered */ int COST_PARAMETERS__UNIT_COST = 1; /** * The number of structural features of the 'Cost Parameters' class. * * * @generated * @ordered */ int COST_PARAMETERS_FEATURE_COUNT = 2; /** * The meta object id for the '{@link bpsim.impl.DateTimeParameterTypeImpl Date Time Parameter Type}' class. * * * @see bpsim.impl.DateTimeParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getDateTimeParameterType() * @generated */ int DATE_TIME_PARAMETER_TYPE = 8; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int DATE_TIME_PARAMETER_TYPE__INSTANCE = CONSTANT_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int DATE_TIME_PARAMETER_TYPE__RESULT = CONSTANT_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int DATE_TIME_PARAMETER_TYPE__VALID_FOR = CONSTANT_PARAMETER__VALID_FOR; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int DATE_TIME_PARAMETER_TYPE__VALUE = CONSTANT_PARAMETER_FEATURE_COUNT + 0; /** * The number of structural features of the 'Date Time Parameter Type' class. * * * @generated * @ordered */ int DATE_TIME_PARAMETER_TYPE_FEATURE_COUNT = CONSTANT_PARAMETER_FEATURE_COUNT + 1; /** * The meta object id for the '{@link bpsim.impl.DocumentRootImpl Document Root}' class. * * * @see bpsim.impl.DocumentRootImpl * @see bpsim.impl.BpsimPackageImpl#getDocumentRoot() * @generated */ int DOCUMENT_ROOT = 10; /** * The feature id for the 'Mixed' attribute list. * * * @generated * @ordered */ int DOCUMENT_ROOT__MIXED = 0; /** * The feature id for the 'XMLNS Prefix Map' map. * * * @generated * @ordered */ int DOCUMENT_ROOT__XMLNS_PREFIX_MAP = 1; /** * The feature id for the 'XSI Schema Location' map. * * * @generated * @ordered */ int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = 2; /** * The feature id for the 'Beta Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__BETA_DISTRIBUTION = 3; /** * The feature id for the 'Parameter Value' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__PARAMETER_VALUE = 4; /** * The feature id for the 'Binomial Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__BINOMIAL_DISTRIBUTION = 5; /** * The feature id for the 'Boolean Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__BOOLEAN_PARAMETER = 6; /** * The feature id for the 'BP Sim Data' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__BP_SIM_DATA = 7; /** * The feature id for the 'Date Time Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__DATE_TIME_PARAMETER = 8; /** * The feature id for the 'Duration Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__DURATION_PARAMETER = 9; /** * The feature id for the 'Enum Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__ENUM_PARAMETER = 10; /** * The feature id for the 'Erlang Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__ERLANG_DISTRIBUTION = 11; /** * The feature id for the 'Expression Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__EXPRESSION_PARAMETER = 12; /** * The feature id for the 'Floating Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__FLOATING_PARAMETER = 13; /** * The feature id for the 'Gamma Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__GAMMA_DISTRIBUTION = 14; /** * The feature id for the 'Log Normal Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__LOG_NORMAL_DISTRIBUTION = 15; /** * The feature id for the 'Negative Exponential Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__NEGATIVE_EXPONENTIAL_DISTRIBUTION = 16; /** * The feature id for the 'Normal Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__NORMAL_DISTRIBUTION = 17; /** * The feature id for the 'Numeric Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__NUMERIC_PARAMETER = 18; /** * The feature id for the 'Poisson Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__POISSON_DISTRIBUTION = 19; /** * The feature id for the 'String Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__STRING_PARAMETER = 20; /** * The feature id for the 'Triangular Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__TRIANGULAR_DISTRIBUTION = 21; /** * The feature id for the 'Truncated Normal Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__TRUNCATED_NORMAL_DISTRIBUTION = 22; /** * The feature id for the 'Uniform Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__UNIFORM_DISTRIBUTION = 23; /** * The feature id for the 'User Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__USER_DISTRIBUTION = 24; /** * The feature id for the 'User Distribution Data Point' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__USER_DISTRIBUTION_DATA_POINT = 25; /** * The feature id for the 'Weibull Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__WEIBULL_DISTRIBUTION = 26; /** * The number of structural features of the 'Document Root' class. * * * @generated * @ordered */ int DOCUMENT_ROOT_FEATURE_COUNT = 27; /** * The meta object id for the '{@link bpsim.impl.DurationParameterTypeImpl Duration Parameter Type}' class. * * * @see bpsim.impl.DurationParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getDurationParameterType() * @generated */ int DURATION_PARAMETER_TYPE = 11; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int DURATION_PARAMETER_TYPE__INSTANCE = CONSTANT_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int DURATION_PARAMETER_TYPE__RESULT = CONSTANT_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int DURATION_PARAMETER_TYPE__VALID_FOR = CONSTANT_PARAMETER__VALID_FOR; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int DURATION_PARAMETER_TYPE__VALUE = CONSTANT_PARAMETER_FEATURE_COUNT + 0; /** * The number of structural features of the 'Duration Parameter Type' class. * * * @generated * @ordered */ int DURATION_PARAMETER_TYPE_FEATURE_COUNT = CONSTANT_PARAMETER_FEATURE_COUNT + 1; /** * The meta object id for the '{@link bpsim.impl.ElementParametersImpl Element Parameters}' class. * * * @see bpsim.impl.ElementParametersImpl * @see bpsim.impl.BpsimPackageImpl#getElementParameters() * @generated */ int ELEMENT_PARAMETERS = 12; /** * The feature id for the 'Time Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS__TIME_PARAMETERS = 0; /** * The feature id for the 'Control Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS__CONTROL_PARAMETERS = 1; /** * The feature id for the 'Resource Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS__RESOURCE_PARAMETERS = 2; /** * The feature id for the 'Priority Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS__PRIORITY_PARAMETERS = 3; /** * The feature id for the 'Cost Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS__COST_PARAMETERS = 4; /** * The feature id for the 'Property Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS__PROPERTY_PARAMETERS = 5; /** * The feature id for the 'Vendor Extension' containment reference list. * * * @generated * @ordered */ int ELEMENT_PARAMETERS__VENDOR_EXTENSION = 6; /** * The feature id for the 'Element Ref' attribute. * * * @generated * @ordered */ int ELEMENT_PARAMETERS__ELEMENT_REF = 7; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int ELEMENT_PARAMETERS__ID = 8; /** * The number of structural features of the 'Element Parameters' class. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_FEATURE_COUNT = 9; /** * The meta object id for the '{@link bpsim.impl.ElementParametersTypeImpl Element Parameters Type}' class. * * * @see bpsim.impl.ElementParametersTypeImpl * @see bpsim.impl.BpsimPackageImpl#getElementParametersType() * @generated */ int ELEMENT_PARAMETERS_TYPE = 13; /** * The feature id for the 'Time Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE__TIME_PARAMETERS = ELEMENT_PARAMETERS__TIME_PARAMETERS; /** * The feature id for the 'Control Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE__CONTROL_PARAMETERS = ELEMENT_PARAMETERS__CONTROL_PARAMETERS; /** * The feature id for the 'Resource Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE__RESOURCE_PARAMETERS = ELEMENT_PARAMETERS__RESOURCE_PARAMETERS; /** * The feature id for the 'Priority Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE__PRIORITY_PARAMETERS = ELEMENT_PARAMETERS__PRIORITY_PARAMETERS; /** * The feature id for the 'Cost Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE__COST_PARAMETERS = ELEMENT_PARAMETERS__COST_PARAMETERS; /** * The feature id for the 'Property Parameters' containment reference. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE__PROPERTY_PARAMETERS = ELEMENT_PARAMETERS__PROPERTY_PARAMETERS; /** * The feature id for the 'Vendor Extension' containment reference list. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE__VENDOR_EXTENSION = ELEMENT_PARAMETERS__VENDOR_EXTENSION; /** * The feature id for the 'Element Ref' attribute. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE__ELEMENT_REF = ELEMENT_PARAMETERS__ELEMENT_REF; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE__ID = ELEMENT_PARAMETERS__ID; /** * The number of structural features of the 'Element Parameters Type' class. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE_FEATURE_COUNT = ELEMENT_PARAMETERS_FEATURE_COUNT + 0; /** * The meta object id for the '{@link bpsim.impl.EnumParameterTypeImpl Enum Parameter Type}' class. * * * @see bpsim.impl.EnumParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getEnumParameterType() * @generated */ int ENUM_PARAMETER_TYPE = 14; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int ENUM_PARAMETER_TYPE__INSTANCE = PARAMETER_VALUE__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int ENUM_PARAMETER_TYPE__RESULT = PARAMETER_VALUE__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int ENUM_PARAMETER_TYPE__VALID_FOR = PARAMETER_VALUE__VALID_FOR; /** * The feature id for the 'Group' attribute list. * * * @generated * @ordered */ int ENUM_PARAMETER_TYPE__GROUP = PARAMETER_VALUE_FEATURE_COUNT + 0; /** * The feature id for the 'Parameter Value Group' attribute list. * * * @generated * @ordered */ int ENUM_PARAMETER_TYPE__PARAMETER_VALUE_GROUP = PARAMETER_VALUE_FEATURE_COUNT + 1; /** * The feature id for the 'Parameter Value' containment reference list. * * * @generated * @ordered */ int ENUM_PARAMETER_TYPE__PARAMETER_VALUE = PARAMETER_VALUE_FEATURE_COUNT + 2; /** * The number of structural features of the 'Enum Parameter Type' class. * * * @generated * @ordered */ int ENUM_PARAMETER_TYPE_FEATURE_COUNT = PARAMETER_VALUE_FEATURE_COUNT + 3; /** * The meta object id for the '{@link bpsim.impl.ErlangDistributionTypeImpl Erlang Distribution Type}' class. * * * @see bpsim.impl.ErlangDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getErlangDistributionType() * @generated */ int ERLANG_DISTRIBUTION_TYPE = 15; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int ERLANG_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int ERLANG_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int ERLANG_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int ERLANG_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int ERLANG_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'K' attribute. * * * @generated * @ordered */ int ERLANG_DISTRIBUTION_TYPE__K = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Mean' attribute. * * * @generated * @ordered */ int ERLANG_DISTRIBUTION_TYPE__MEAN = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The number of structural features of the 'Erlang Distribution Type' class. * * * @generated * @ordered */ int ERLANG_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The meta object id for the '{@link bpsim.impl.ExpressionParameterTypeImpl Expression Parameter Type}' class. * * * @see bpsim.impl.ExpressionParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getExpressionParameterType() * @generated */ int EXPRESSION_PARAMETER_TYPE = 16; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int EXPRESSION_PARAMETER_TYPE__INSTANCE = PARAMETER_VALUE__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int EXPRESSION_PARAMETER_TYPE__RESULT = PARAMETER_VALUE__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int EXPRESSION_PARAMETER_TYPE__VALID_FOR = PARAMETER_VALUE__VALID_FOR; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int EXPRESSION_PARAMETER_TYPE__VALUE = PARAMETER_VALUE_FEATURE_COUNT + 0; /** * The number of structural features of the 'Expression Parameter Type' class. * * * @generated * @ordered */ int EXPRESSION_PARAMETER_TYPE_FEATURE_COUNT = PARAMETER_VALUE_FEATURE_COUNT + 1; /** * The meta object id for the '{@link bpsim.impl.FloatingParameterTypeImpl Floating Parameter Type}' class. * * * @see bpsim.impl.FloatingParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getFloatingParameterType() * @generated */ int FLOATING_PARAMETER_TYPE = 17; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int FLOATING_PARAMETER_TYPE__INSTANCE = CONSTANT_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int FLOATING_PARAMETER_TYPE__RESULT = CONSTANT_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int FLOATING_PARAMETER_TYPE__VALID_FOR = CONSTANT_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int FLOATING_PARAMETER_TYPE__CURRENCY_UNIT = CONSTANT_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int FLOATING_PARAMETER_TYPE__TIME_UNIT = CONSTANT_PARAMETER_FEATURE_COUNT + 1; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int FLOATING_PARAMETER_TYPE__VALUE = CONSTANT_PARAMETER_FEATURE_COUNT + 2; /** * The number of structural features of the 'Floating Parameter Type' class. * * * @generated * @ordered */ int FLOATING_PARAMETER_TYPE_FEATURE_COUNT = CONSTANT_PARAMETER_FEATURE_COUNT + 3; /** * The meta object id for the '{@link bpsim.impl.GammaDistributionTypeImpl Gamma Distribution Type}' class. * * * @see bpsim.impl.GammaDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getGammaDistributionType() * @generated */ int GAMMA_DISTRIBUTION_TYPE = 18; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int GAMMA_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int GAMMA_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int GAMMA_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int GAMMA_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int GAMMA_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Scale' attribute. * * * @generated * @ordered */ int GAMMA_DISTRIBUTION_TYPE__SCALE = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Shape' attribute. * * * @generated * @ordered */ int GAMMA_DISTRIBUTION_TYPE__SHAPE = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The number of structural features of the 'Gamma Distribution Type' class. * * * @generated * @ordered */ int GAMMA_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The meta object id for the '{@link bpsim.impl.LogNormalDistributionTypeImpl Log Normal Distribution Type}' class. * * * @see bpsim.impl.LogNormalDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getLogNormalDistributionType() * @generated */ int LOG_NORMAL_DISTRIBUTION_TYPE = 19; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int LOG_NORMAL_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int LOG_NORMAL_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int LOG_NORMAL_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int LOG_NORMAL_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int LOG_NORMAL_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Mean' attribute. * * * @generated * @ordered */ int LOG_NORMAL_DISTRIBUTION_TYPE__MEAN = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Standard Deviation' attribute. * * * @generated * @ordered */ int LOG_NORMAL_DISTRIBUTION_TYPE__STANDARD_DEVIATION = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The number of structural features of the 'Log Normal Distribution Type' class. * * * @generated * @ordered */ int LOG_NORMAL_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The meta object id for the '{@link bpsim.impl.NegativeExponentialDistributionTypeImpl Negative Exponential Distribution Type}' class. * * * @see bpsim.impl.NegativeExponentialDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getNegativeExponentialDistributionType() * @generated */ int NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE = 20; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Mean' attribute. * * * @generated * @ordered */ int NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE__MEAN = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The number of structural features of the 'Negative Exponential Distribution Type' class. * * * @generated * @ordered */ int NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The meta object id for the '{@link bpsim.impl.NormalDistributionTypeImpl Normal Distribution Type}' class. * * * @see bpsim.impl.NormalDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getNormalDistributionType() * @generated */ int NORMAL_DISTRIBUTION_TYPE = 21; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int NORMAL_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int NORMAL_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int NORMAL_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int NORMAL_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int NORMAL_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Mean' attribute. * * * @generated * @ordered */ int NORMAL_DISTRIBUTION_TYPE__MEAN = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Standard Deviation' attribute. * * * @generated * @ordered */ int NORMAL_DISTRIBUTION_TYPE__STANDARD_DEVIATION = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The number of structural features of the 'Normal Distribution Type' class. * * * @generated * @ordered */ int NORMAL_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The meta object id for the '{@link bpsim.impl.NumericParameterTypeImpl Numeric Parameter Type}' class. * * * @see bpsim.impl.NumericParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getNumericParameterType() * @generated */ int NUMERIC_PARAMETER_TYPE = 22; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int NUMERIC_PARAMETER_TYPE__INSTANCE = CONSTANT_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int NUMERIC_PARAMETER_TYPE__RESULT = CONSTANT_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int NUMERIC_PARAMETER_TYPE__VALID_FOR = CONSTANT_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int NUMERIC_PARAMETER_TYPE__CURRENCY_UNIT = CONSTANT_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int NUMERIC_PARAMETER_TYPE__TIME_UNIT = CONSTANT_PARAMETER_FEATURE_COUNT + 1; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int NUMERIC_PARAMETER_TYPE__VALUE = CONSTANT_PARAMETER_FEATURE_COUNT + 2; /** * The number of structural features of the 'Numeric Parameter Type' class. * * * @generated * @ordered */ int NUMERIC_PARAMETER_TYPE_FEATURE_COUNT = CONSTANT_PARAMETER_FEATURE_COUNT + 3; /** * The meta object id for the '{@link bpsim.impl.ParameterImpl Parameter}' class. * * * @see bpsim.impl.ParameterImpl * @see bpsim.impl.BpsimPackageImpl#getParameter() * @generated */ int PARAMETER = 23; /** * The feature id for the 'Result Request' attribute list. * * * @generated * @ordered */ int PARAMETER__RESULT_REQUEST = 0; /** * The feature id for the 'Parameter Value Group' attribute list. * * * @generated * @ordered */ int PARAMETER__PARAMETER_VALUE_GROUP = 1; /** * The feature id for the 'Parameter Value' containment reference list. * * * @generated * @ordered */ int PARAMETER__PARAMETER_VALUE = 2; /** * The feature id for the 'Kpi' attribute. * * * @generated * @ordered */ int PARAMETER__KPI = 3; /** * The feature id for the 'Sla' attribute. * * * @generated * @ordered */ int PARAMETER__SLA = 4; /** * The number of structural features of the 'Parameter' class. * * * @generated * @ordered */ int PARAMETER_FEATURE_COUNT = 5; /** * The meta object id for the '{@link bpsim.impl.PoissonDistributionTypeImpl Poisson Distribution Type}' class. * * * @see bpsim.impl.PoissonDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getPoissonDistributionType() * @generated */ int POISSON_DISTRIBUTION_TYPE = 25; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int POISSON_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int POISSON_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int POISSON_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int POISSON_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int POISSON_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Mean' attribute. * * * @generated * @ordered */ int POISSON_DISTRIBUTION_TYPE__MEAN = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The number of structural features of the 'Poisson Distribution Type' class. * * * @generated * @ordered */ int POISSON_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The meta object id for the '{@link bpsim.impl.PriorityParametersImpl Priority Parameters}' class. * * * @see bpsim.impl.PriorityParametersImpl * @see bpsim.impl.BpsimPackageImpl#getPriorityParameters() * @generated */ int PRIORITY_PARAMETERS = 26; /** * The feature id for the 'Interruptible' containment reference. * * * @generated * @ordered */ int PRIORITY_PARAMETERS__INTERRUPTIBLE = 0; /** * The feature id for the 'Priority' containment reference. * * * @generated * @ordered */ int PRIORITY_PARAMETERS__PRIORITY = 1; /** * The number of structural features of the 'Priority Parameters' class. * * * @generated * @ordered */ int PRIORITY_PARAMETERS_FEATURE_COUNT = 2; /** * The meta object id for the '{@link bpsim.impl.PropertyParametersImpl Property Parameters}' class. * * * @see bpsim.impl.PropertyParametersImpl * @see bpsim.impl.BpsimPackageImpl#getPropertyParameters() * @generated */ int PROPERTY_PARAMETERS = 27; /** * The feature id for the 'Property' containment reference list. * * * @generated * @ordered */ int PROPERTY_PARAMETERS__PROPERTY = 0; /** * The number of structural features of the 'Property Parameters' class. * * * @generated * @ordered */ int PROPERTY_PARAMETERS_FEATURE_COUNT = 1; /** * The meta object id for the '{@link bpsim.impl.PropertyTypeImpl Property Type}' class. * * * @see bpsim.impl.PropertyTypeImpl * @see bpsim.impl.BpsimPackageImpl#getPropertyType() * @generated */ int PROPERTY_TYPE = 28; /** * The feature id for the 'Result Request' attribute list. * * * @generated * @ordered */ int PROPERTY_TYPE__RESULT_REQUEST = PARAMETER__RESULT_REQUEST; /** * The feature id for the 'Parameter Value Group' attribute list. * * * @generated * @ordered */ int PROPERTY_TYPE__PARAMETER_VALUE_GROUP = PARAMETER__PARAMETER_VALUE_GROUP; /** * The feature id for the 'Parameter Value' containment reference list. * * * @generated * @ordered */ int PROPERTY_TYPE__PARAMETER_VALUE = PARAMETER__PARAMETER_VALUE; /** * The feature id for the 'Kpi' attribute. * * * @generated * @ordered */ int PROPERTY_TYPE__KPI = PARAMETER__KPI; /** * The feature id for the 'Sla' attribute. * * * @generated * @ordered */ int PROPERTY_TYPE__SLA = PARAMETER__SLA; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int PROPERTY_TYPE__NAME = PARAMETER_FEATURE_COUNT + 0; /** * The number of structural features of the 'Property Type' class. * * * @generated * @ordered */ int PROPERTY_TYPE_FEATURE_COUNT = PARAMETER_FEATURE_COUNT + 1; /** * The meta object id for the '{@link bpsim.impl.ResourceParametersImpl Resource Parameters}' class. * * * @see bpsim.impl.ResourceParametersImpl * @see bpsim.impl.BpsimPackageImpl#getResourceParameters() * @generated */ int RESOURCE_PARAMETERS = 29; /** * The feature id for the 'Selection' containment reference. * * * @generated * @ordered */ int RESOURCE_PARAMETERS__SELECTION = 0; /** * The feature id for the 'Availability' containment reference. * * * @generated * @ordered */ int RESOURCE_PARAMETERS__AVAILABILITY = 1; /** * The feature id for the 'Quantity' containment reference. * * * @generated * @ordered */ int RESOURCE_PARAMETERS__QUANTITY = 2; /** * The feature id for the 'Role' containment reference list. * * * @generated * @ordered */ int RESOURCE_PARAMETERS__ROLE = 3; /** * The number of structural features of the 'Resource Parameters' class. * * * @generated * @ordered */ int RESOURCE_PARAMETERS_FEATURE_COUNT = 4; /** * The meta object id for the '{@link bpsim.impl.ScenarioImpl Scenario}' class. * * * @see bpsim.impl.ScenarioImpl * @see bpsim.impl.BpsimPackageImpl#getScenario() * @generated */ int SCENARIO = 30; /** * The feature id for the 'Scenario Parameters' containment reference. * * * @generated * @ordered */ int SCENARIO__SCENARIO_PARAMETERS = 0; /** * The feature id for the 'Element Parameters' containment reference list. * * * @generated * @ordered */ int SCENARIO__ELEMENT_PARAMETERS = 1; /** * The feature id for the 'Calendar' containment reference list. * * * @generated * @ordered */ int SCENARIO__CALENDAR = 2; /** * The feature id for the 'Vendor Extension' containment reference list. * * * @generated * @ordered */ int SCENARIO__VENDOR_EXTENSION = 3; /** * The feature id for the 'Author' attribute. * * * @generated * @ordered */ int SCENARIO__AUTHOR = 4; /** * The feature id for the 'Created' attribute. * * * @generated * @ordered */ int SCENARIO__CREATED = 5; /** * The feature id for the 'Description' attribute. * * * @generated * @ordered */ int SCENARIO__DESCRIPTION = 6; /** * The feature id for the 'Id' attribute. * * * @generated * @ordered */ int SCENARIO__ID = 7; /** * The feature id for the 'Inherits' attribute. * * * @generated * @ordered */ int SCENARIO__INHERITS = 8; /** * The feature id for the 'Modified' attribute. * * * @generated * @ordered */ int SCENARIO__MODIFIED = 9; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int SCENARIO__NAME = 10; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int SCENARIO__RESULT = 11; /** * The feature id for the 'Vendor' attribute. * * * @generated * @ordered */ int SCENARIO__VENDOR = 12; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int SCENARIO__VERSION = 13; /** * The number of structural features of the 'Scenario' class. * * * @generated * @ordered */ int SCENARIO_FEATURE_COUNT = 14; /** * The meta object id for the '{@link bpsim.impl.ScenarioParametersImpl Scenario Parameters}' class. * * * @see bpsim.impl.ScenarioParametersImpl * @see bpsim.impl.BpsimPackageImpl#getScenarioParameters() * @generated */ int SCENARIO_PARAMETERS = 31; /** * The feature id for the 'Start' containment reference. * * * @generated * @ordered */ int SCENARIO_PARAMETERS__START = 0; /** * The feature id for the 'Duration' containment reference. * * * @generated * @ordered */ int SCENARIO_PARAMETERS__DURATION = 1; /** * The feature id for the 'Property Parameters' containment reference. * * * @generated * @ordered */ int SCENARIO_PARAMETERS__PROPERTY_PARAMETERS = 2; /** * The feature id for the 'Base Currency Unit' attribute. * * * @generated * @ordered */ int SCENARIO_PARAMETERS__BASE_CURRENCY_UNIT = 3; /** * The feature id for the 'Base Time Unit' attribute. * * * @generated * @ordered */ int SCENARIO_PARAMETERS__BASE_TIME_UNIT = 4; /** * The feature id for the 'Replication' attribute. * * * @generated * @ordered */ int SCENARIO_PARAMETERS__REPLICATION = 5; /** * The feature id for the 'Seed' attribute. * * * @generated * @ordered */ int SCENARIO_PARAMETERS__SEED = 6; /** * The number of structural features of the 'Scenario Parameters' class. * * * @generated * @ordered */ int SCENARIO_PARAMETERS_FEATURE_COUNT = 7; /** * The meta object id for the '{@link bpsim.impl.ScenarioParametersTypeImpl Scenario Parameters Type}' class. * * * @see bpsim.impl.ScenarioParametersTypeImpl * @see bpsim.impl.BpsimPackageImpl#getScenarioParametersType() * @generated */ int SCENARIO_PARAMETERS_TYPE = 32; /** * The feature id for the 'Start' containment reference. * * * @generated * @ordered */ int SCENARIO_PARAMETERS_TYPE__START = SCENARIO_PARAMETERS__START; /** * The feature id for the 'Duration' containment reference. * * * @generated * @ordered */ int SCENARIO_PARAMETERS_TYPE__DURATION = SCENARIO_PARAMETERS__DURATION; /** * The feature id for the 'Property Parameters' containment reference. * * * @generated * @ordered */ int SCENARIO_PARAMETERS_TYPE__PROPERTY_PARAMETERS = SCENARIO_PARAMETERS__PROPERTY_PARAMETERS; /** * The feature id for the 'Base Currency Unit' attribute. * * * @generated * @ordered */ int SCENARIO_PARAMETERS_TYPE__BASE_CURRENCY_UNIT = SCENARIO_PARAMETERS__BASE_CURRENCY_UNIT; /** * The feature id for the 'Base Time Unit' attribute. * * * @generated * @ordered */ int SCENARIO_PARAMETERS_TYPE__BASE_TIME_UNIT = SCENARIO_PARAMETERS__BASE_TIME_UNIT; /** * The feature id for the 'Replication' attribute. * * * @generated * @ordered */ int SCENARIO_PARAMETERS_TYPE__REPLICATION = SCENARIO_PARAMETERS__REPLICATION; /** * The feature id for the 'Seed' attribute. * * * @generated * @ordered */ int SCENARIO_PARAMETERS_TYPE__SEED = SCENARIO_PARAMETERS__SEED; /** * The number of structural features of the 'Scenario Parameters Type' class. * * * @generated * @ordered */ int SCENARIO_PARAMETERS_TYPE_FEATURE_COUNT = SCENARIO_PARAMETERS_FEATURE_COUNT + 0; /** * The meta object id for the '{@link bpsim.impl.StringParameterTypeImpl String Parameter Type}' class. * * * @see bpsim.impl.StringParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getStringParameterType() * @generated */ int STRING_PARAMETER_TYPE = 33; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int STRING_PARAMETER_TYPE__INSTANCE = CONSTANT_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int STRING_PARAMETER_TYPE__RESULT = CONSTANT_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int STRING_PARAMETER_TYPE__VALID_FOR = CONSTANT_PARAMETER__VALID_FOR; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int STRING_PARAMETER_TYPE__VALUE = CONSTANT_PARAMETER_FEATURE_COUNT + 0; /** * The number of structural features of the 'String Parameter Type' class. * * * @generated * @ordered */ int STRING_PARAMETER_TYPE_FEATURE_COUNT = CONSTANT_PARAMETER_FEATURE_COUNT + 1; /** * The meta object id for the '{@link bpsim.impl.TimeParametersImpl Time Parameters}' class. * * * @see bpsim.impl.TimeParametersImpl * @see bpsim.impl.BpsimPackageImpl#getTimeParameters() * @generated */ int TIME_PARAMETERS = 34; /** * The feature id for the 'Transfer Time' containment reference. * * * @generated * @ordered */ int TIME_PARAMETERS__TRANSFER_TIME = 0; /** * The feature id for the 'Queue Time' containment reference. * * * @generated * @ordered */ int TIME_PARAMETERS__QUEUE_TIME = 1; /** * The feature id for the 'Wait Time' containment reference. * * * @generated * @ordered */ int TIME_PARAMETERS__WAIT_TIME = 2; /** * The feature id for the 'Set Up Time' containment reference. * * * @generated * @ordered */ int TIME_PARAMETERS__SET_UP_TIME = 3; /** * The feature id for the 'Processing Time' containment reference. * * * @generated * @ordered */ int TIME_PARAMETERS__PROCESSING_TIME = 4; /** * The feature id for the 'Validation Time' containment reference. * * * @generated * @ordered */ int TIME_PARAMETERS__VALIDATION_TIME = 5; /** * The feature id for the 'Rework Time' containment reference. * * * @generated * @ordered */ int TIME_PARAMETERS__REWORK_TIME = 6; /** * The number of structural features of the 'Time Parameters' class. * * * @generated * @ordered */ int TIME_PARAMETERS_FEATURE_COUNT = 7; /** * The meta object id for the '{@link bpsim.impl.TriangularDistributionTypeImpl Triangular Distribution Type}' class. * * * @see bpsim.impl.TriangularDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getTriangularDistributionType() * @generated */ int TRIANGULAR_DISTRIBUTION_TYPE = 35; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Max' attribute. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE__MAX = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Min' attribute. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE__MIN = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The feature id for the 'Mode' attribute. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE__MODE = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The number of structural features of the 'Triangular Distribution Type' class. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 3; /** * The meta object id for the '{@link bpsim.impl.TruncatedNormalDistributionTypeImpl Truncated Normal Distribution Type}' class. * * * @see bpsim.impl.TruncatedNormalDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getTruncatedNormalDistributionType() * @generated */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE = 36; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Max' attribute. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE__MAX = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Mean' attribute. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE__MEAN = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The feature id for the 'Min' attribute. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE__MIN = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The feature id for the 'Standard Deviation' attribute. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE__STANDARD_DEVIATION = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 3; /** * The number of structural features of the 'Truncated Normal Distribution Type' class. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 4; /** * The meta object id for the '{@link bpsim.impl.UniformDistributionTypeImpl Uniform Distribution Type}' class. * * * @see bpsim.impl.UniformDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getUniformDistributionType() * @generated */ int UNIFORM_DISTRIBUTION_TYPE = 37; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int UNIFORM_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int UNIFORM_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int UNIFORM_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int UNIFORM_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int UNIFORM_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Max' attribute. * * * @generated * @ordered */ int UNIFORM_DISTRIBUTION_TYPE__MAX = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Min' attribute. * * * @generated * @ordered */ int UNIFORM_DISTRIBUTION_TYPE__MIN = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The number of structural features of the 'Uniform Distribution Type' class. * * * @generated * @ordered */ int UNIFORM_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The meta object id for the '{@link bpsim.impl.UserDistributionDataPointTypeImpl User Distribution Data Point Type}' class. * * * @see bpsim.impl.UserDistributionDataPointTypeImpl * @see bpsim.impl.BpsimPackageImpl#getUserDistributionDataPointType() * @generated */ int USER_DISTRIBUTION_DATA_POINT_TYPE = 38; /** * The feature id for the 'Parameter Value Group' attribute list. * * * @generated * @ordered */ int USER_DISTRIBUTION_DATA_POINT_TYPE__PARAMETER_VALUE_GROUP = 0; /** * The feature id for the 'Parameter Value' containment reference. * * * @generated * @ordered */ int USER_DISTRIBUTION_DATA_POINT_TYPE__PARAMETER_VALUE = 1; /** * The feature id for the 'Probability' attribute. * * * @generated * @ordered */ int USER_DISTRIBUTION_DATA_POINT_TYPE__PROBABILITY = 2; /** * The number of structural features of the 'User Distribution Data Point Type' class. * * * @generated * @ordered */ int USER_DISTRIBUTION_DATA_POINT_TYPE_FEATURE_COUNT = 3; /** * The meta object id for the '{@link bpsim.impl.UserDistributionTypeImpl User Distribution Type}' class. * * * @see bpsim.impl.UserDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getUserDistributionType() * @generated */ int USER_DISTRIBUTION_TYPE = 39; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Group' attribute list. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE__GROUP = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'User Distribution Data Point' containment reference list. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE__USER_DISTRIBUTION_DATA_POINT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The feature id for the 'Discrete' attribute. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The number of structural features of the 'User Distribution Type' class. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 3; /** * The meta object id for the '{@link bpsim.impl.VendorExtensionImpl Vendor Extension}' class. * * * @see bpsim.impl.VendorExtensionImpl * @see bpsim.impl.BpsimPackageImpl#getVendorExtension() * @generated */ int VENDOR_EXTENSION = 40; /** * The feature id for the 'Any' attribute list. * * * @generated * @ordered */ int VENDOR_EXTENSION__ANY = 0; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int VENDOR_EXTENSION__NAME = 1; /** * The feature id for the 'Any Attribute' attribute list. * * * @generated * @ordered */ int VENDOR_EXTENSION__ANY_ATTRIBUTE = 2; /** * The number of structural features of the 'Vendor Extension' class. * * * @generated * @ordered */ int VENDOR_EXTENSION_FEATURE_COUNT = 3; /** * The meta object id for the '{@link bpsim.impl.WeibullDistributionTypeImpl Weibull Distribution Type}' class. * * * @see bpsim.impl.WeibullDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getWeibullDistributionType() * @generated */ int WEIBULL_DISTRIBUTION_TYPE = 41; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int WEIBULL_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int WEIBULL_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int WEIBULL_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int WEIBULL_DISTRIBUTION_TYPE__CURRENCY_UNIT = DISTRIBUTION_PARAMETER__CURRENCY_UNIT; /** * The feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int WEIBULL_DISTRIBUTION_TYPE__TIME_UNIT = DISTRIBUTION_PARAMETER__TIME_UNIT; /** * The feature id for the 'Scale' attribute. * * * @generated * @ordered */ int WEIBULL_DISTRIBUTION_TYPE__SCALE = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Shape' attribute. * * * @generated * @ordered */ int WEIBULL_DISTRIBUTION_TYPE__SHAPE = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The number of structural features of the 'Weibull Distribution Type' class. * * * @generated * @ordered */ int WEIBULL_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The meta object id for the '{@link bpsim.ResultType Result Type}' enum. * * * @see bpsim.ResultType * @see bpsim.impl.BpsimPackageImpl#getResultType() * @generated */ int RESULT_TYPE = 42; /** * The meta object id for the '{@link bpsim.TimeUnit Time Unit}' enum. * * * @see bpsim.TimeUnit * @see bpsim.impl.BpsimPackageImpl#getTimeUnit() * @generated */ int TIME_UNIT = 43; /** * The meta object id for the 'Result Type Object' data type. * * * @see bpsim.ResultType * @see bpsim.impl.BpsimPackageImpl#getResultTypeObject() * @generated */ int RESULT_TYPE_OBJECT = 44; /** * The meta object id for the 'Time Unit Object' data type. * * * @see bpsim.TimeUnit * @see bpsim.impl.BpsimPackageImpl#getTimeUnitObject() * @generated */ int TIME_UNIT_OBJECT = 45; /** * Returns the meta object for class '{@link bpsim.BetaDistributionType Beta Distribution Type}'. * * * @return the meta object for class 'Beta Distribution Type'. * @see bpsim.BetaDistributionType * @generated */ EClass getBetaDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.BetaDistributionType#getScale Scale}'. * * * @return the meta object for the attribute 'Scale'. * @see bpsim.BetaDistributionType#getScale() * @see #getBetaDistributionType() * @generated */ EAttribute getBetaDistributionType_Scale(); /** * Returns the meta object for the attribute '{@link bpsim.BetaDistributionType#getShape Shape}'. * * * @return the meta object for the attribute 'Shape'. * @see bpsim.BetaDistributionType#getShape() * @see #getBetaDistributionType() * @generated */ EAttribute getBetaDistributionType_Shape(); /** * Returns the meta object for class '{@link bpsim.BinomialDistributionType Binomial Distribution Type}'. * * * @return the meta object for class 'Binomial Distribution Type'. * @see bpsim.BinomialDistributionType * @generated */ EClass getBinomialDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.BinomialDistributionType#getProbability Probability}'. * * * @return the meta object for the attribute 'Probability'. * @see bpsim.BinomialDistributionType#getProbability() * @see #getBinomialDistributionType() * @generated */ EAttribute getBinomialDistributionType_Probability(); /** * Returns the meta object for the attribute '{@link bpsim.BinomialDistributionType#getTrials Trials}'. * * * @return the meta object for the attribute 'Trials'. * @see bpsim.BinomialDistributionType#getTrials() * @see #getBinomialDistributionType() * @generated */ EAttribute getBinomialDistributionType_Trials(); /** * Returns the meta object for class '{@link bpsim.BooleanParameterType Boolean Parameter Type}'. * * * @return the meta object for class 'Boolean Parameter Type'. * @see bpsim.BooleanParameterType * @generated */ EClass getBooleanParameterType(); /** * Returns the meta object for the attribute '{@link bpsim.BooleanParameterType#isValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see bpsim.BooleanParameterType#isValue() * @see #getBooleanParameterType() * @generated */ EAttribute getBooleanParameterType_Value(); /** * Returns the meta object for class '{@link bpsim.BPSimDataType BP Sim Data Type}'. * * * @return the meta object for class 'BP Sim Data Type'. * @see bpsim.BPSimDataType * @generated */ EClass getBPSimDataType(); /** * Returns the meta object for the attribute list '{@link bpsim.BPSimDataType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see bpsim.BPSimDataType#getGroup() * @see #getBPSimDataType() * @generated */ EAttribute getBPSimDataType_Group(); /** * Returns the meta object for the containment reference list '{@link bpsim.BPSimDataType#getScenario Scenario}'. * * * @return the meta object for the containment reference list 'Scenario'. * @see bpsim.BPSimDataType#getScenario() * @see #getBPSimDataType() * @generated */ EReference getBPSimDataType_Scenario(); /** * Returns the meta object for class '{@link bpsim.Calendar Calendar}'. * * * @return the meta object for class 'Calendar'. * @see bpsim.Calendar * @generated */ EClass getCalendar(); /** * Returns the meta object for the attribute '{@link bpsim.Calendar#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see bpsim.Calendar#getValue() * @see #getCalendar() * @generated */ EAttribute getCalendar_Value(); /** * Returns the meta object for the attribute '{@link bpsim.Calendar#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see bpsim.Calendar#getId() * @see #getCalendar() * @generated */ EAttribute getCalendar_Id(); /** * Returns the meta object for the attribute '{@link bpsim.Calendar#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see bpsim.Calendar#getName() * @see #getCalendar() * @generated */ EAttribute getCalendar_Name(); /** * Returns the meta object for class '{@link bpsim.ConstantParameter Constant Parameter}'. * * * @return the meta object for class 'Constant Parameter'. * @see bpsim.ConstantParameter * @generated */ EClass getConstantParameter(); /** * Returns the meta object for class '{@link bpsim.ControlParameters Control Parameters}'. * * * @return the meta object for class 'Control Parameters'. * @see bpsim.ControlParameters * @generated */ EClass getControlParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.ControlParameters#getProbability Probability}'. * * * @return the meta object for the containment reference 'Probability'. * @see bpsim.ControlParameters#getProbability() * @see #getControlParameters() * @generated */ EReference getControlParameters_Probability(); /** * Returns the meta object for the containment reference '{@link bpsim.ControlParameters#getCondition Condition}'. * * * @return the meta object for the containment reference 'Condition'. * @see bpsim.ControlParameters#getCondition() * @see #getControlParameters() * @generated */ EReference getControlParameters_Condition(); /** * Returns the meta object for the containment reference '{@link bpsim.ControlParameters#getInterTriggerTimer Inter Trigger Timer}'. * * * @return the meta object for the containment reference 'Inter Trigger Timer'. * @see bpsim.ControlParameters#getInterTriggerTimer() * @see #getControlParameters() * @generated */ EReference getControlParameters_InterTriggerTimer(); /** * Returns the meta object for the containment reference '{@link bpsim.ControlParameters#getTriggerCount Trigger Count}'. * * * @return the meta object for the containment reference 'Trigger Count'. * @see bpsim.ControlParameters#getTriggerCount() * @see #getControlParameters() * @generated */ EReference getControlParameters_TriggerCount(); /** * Returns the meta object for class '{@link bpsim.CostParameters Cost Parameters}'. * * * @return the meta object for class 'Cost Parameters'. * @see bpsim.CostParameters * @generated */ EClass getCostParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.CostParameters#getFixedCost Fixed Cost}'. * * * @return the meta object for the containment reference 'Fixed Cost'. * @see bpsim.CostParameters#getFixedCost() * @see #getCostParameters() * @generated */ EReference getCostParameters_FixedCost(); /** * Returns the meta object for the containment reference '{@link bpsim.CostParameters#getUnitCost Unit Cost}'. * * * @return the meta object for the containment reference 'Unit Cost'. * @see bpsim.CostParameters#getUnitCost() * @see #getCostParameters() * @generated */ EReference getCostParameters_UnitCost(); /** * Returns the meta object for class '{@link bpsim.DateTimeParameterType Date Time Parameter Type}'. * * * @return the meta object for class 'Date Time Parameter Type'. * @see bpsim.DateTimeParameterType * @generated */ EClass getDateTimeParameterType(); /** * Returns the meta object for the attribute '{@link bpsim.DateTimeParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see bpsim.DateTimeParameterType#getValue() * @see #getDateTimeParameterType() * @generated */ EAttribute getDateTimeParameterType_Value(); /** * Returns the meta object for class '{@link bpsim.DistributionParameter Distribution Parameter}'. * * * @return the meta object for class 'Distribution Parameter'. * @see bpsim.DistributionParameter * @generated */ EClass getDistributionParameter(); /** * Returns the meta object for the attribute '{@link bpsim.DistributionParameter#getCurrencyUnit Currency Unit}'. * * * @return the meta object for the attribute 'Currency Unit'. * @see bpsim.DistributionParameter#getCurrencyUnit() * @see #getDistributionParameter() * @generated */ EAttribute getDistributionParameter_CurrencyUnit(); /** * Returns the meta object for the attribute '{@link bpsim.DistributionParameter#getTimeUnit Time Unit}'. * * * @return the meta object for the attribute 'Time Unit'. * @see bpsim.DistributionParameter#getTimeUnit() * @see #getDistributionParameter() * @generated */ EAttribute getDistributionParameter_TimeUnit(); /** * Returns the meta object for class '{@link bpsim.DocumentRoot Document Root}'. * * * @return the meta object for class 'Document Root'. * @see bpsim.DocumentRoot * @generated */ EClass getDocumentRoot(); /** * Returns the meta object for the attribute list '{@link bpsim.DocumentRoot#getMixed Mixed}'. * * * @return the meta object for the attribute list 'Mixed'. * @see bpsim.DocumentRoot#getMixed() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Mixed(); /** * Returns the meta object for the map '{@link bpsim.DocumentRoot#getXMLNSPrefixMap XMLNS Prefix Map}'. * * * @return the meta object for the map 'XMLNS Prefix Map'. * @see bpsim.DocumentRoot#getXMLNSPrefixMap() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XMLNSPrefixMap(); /** * Returns the meta object for the map '{@link bpsim.DocumentRoot#getXSISchemaLocation XSI Schema Location}'. * * * @return the meta object for the map 'XSI Schema Location'. * @see bpsim.DocumentRoot#getXSISchemaLocation() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XSISchemaLocation(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getBetaDistribution Beta Distribution}'. * * * @return the meta object for the containment reference 'Beta Distribution'. * @see bpsim.DocumentRoot#getBetaDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_BetaDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getParameterValue Parameter Value}'. * * * @return the meta object for the containment reference 'Parameter Value'. * @see bpsim.DocumentRoot#getParameterValue() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ParameterValue(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getBinomialDistribution Binomial Distribution}'. * * * @return the meta object for the containment reference 'Binomial Distribution'. * @see bpsim.DocumentRoot#getBinomialDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_BinomialDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getBooleanParameter Boolean Parameter}'. * * * @return the meta object for the containment reference 'Boolean Parameter'. * @see bpsim.DocumentRoot#getBooleanParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_BooleanParameter(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getBPSimData BP Sim Data}'. * * * @return the meta object for the containment reference 'BP Sim Data'. * @see bpsim.DocumentRoot#getBPSimData() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_BPSimData(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getDateTimeParameter Date Time Parameter}'. * * * @return the meta object for the containment reference 'Date Time Parameter'. * @see bpsim.DocumentRoot#getDateTimeParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_DateTimeParameter(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getDurationParameter Duration Parameter}'. * * * @return the meta object for the containment reference 'Duration Parameter'. * @see bpsim.DocumentRoot#getDurationParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_DurationParameter(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getEnumParameter Enum Parameter}'. * * * @return the meta object for the containment reference 'Enum Parameter'. * @see bpsim.DocumentRoot#getEnumParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_EnumParameter(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getErlangDistribution Erlang Distribution}'. * * * @return the meta object for the containment reference 'Erlang Distribution'. * @see bpsim.DocumentRoot#getErlangDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ErlangDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getExpressionParameter Expression Parameter}'. * * * @return the meta object for the containment reference 'Expression Parameter'. * @see bpsim.DocumentRoot#getExpressionParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ExpressionParameter(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getFloatingParameter Floating Parameter}'. * * * @return the meta object for the containment reference 'Floating Parameter'. * @see bpsim.DocumentRoot#getFloatingParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_FloatingParameter(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getGammaDistribution Gamma Distribution}'. * * * @return the meta object for the containment reference 'Gamma Distribution'. * @see bpsim.DocumentRoot#getGammaDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_GammaDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getLogNormalDistribution Log Normal Distribution}'. * * * @return the meta object for the containment reference 'Log Normal Distribution'. * @see bpsim.DocumentRoot#getLogNormalDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_LogNormalDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getNegativeExponentialDistribution Negative Exponential Distribution}'. * * * @return the meta object for the containment reference 'Negative Exponential Distribution'. * @see bpsim.DocumentRoot#getNegativeExponentialDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_NegativeExponentialDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getNormalDistribution Normal Distribution}'. * * * @return the meta object for the containment reference 'Normal Distribution'. * @see bpsim.DocumentRoot#getNormalDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_NormalDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getNumericParameter Numeric Parameter}'. * * * @return the meta object for the containment reference 'Numeric Parameter'. * @see bpsim.DocumentRoot#getNumericParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_NumericParameter(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getPoissonDistribution Poisson Distribution}'. * * * @return the meta object for the containment reference 'Poisson Distribution'. * @see bpsim.DocumentRoot#getPoissonDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_PoissonDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getStringParameter String Parameter}'. * * * @return the meta object for the containment reference 'String Parameter'. * @see bpsim.DocumentRoot#getStringParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_StringParameter(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getTriangularDistribution Triangular Distribution}'. * * * @return the meta object for the containment reference 'Triangular Distribution'. * @see bpsim.DocumentRoot#getTriangularDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_TriangularDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getTruncatedNormalDistribution Truncated Normal Distribution}'. * * * @return the meta object for the containment reference 'Truncated Normal Distribution'. * @see bpsim.DocumentRoot#getTruncatedNormalDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_TruncatedNormalDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getUniformDistribution Uniform Distribution}'. * * * @return the meta object for the containment reference 'Uniform Distribution'. * @see bpsim.DocumentRoot#getUniformDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_UniformDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getUserDistribution User Distribution}'. * * * @return the meta object for the containment reference 'User Distribution'. * @see bpsim.DocumentRoot#getUserDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_UserDistribution(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getUserDistributionDataPoint User Distribution Data Point}'. * * * @return the meta object for the containment reference 'User Distribution Data Point'. * @see bpsim.DocumentRoot#getUserDistributionDataPoint() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_UserDistributionDataPoint(); /** * Returns the meta object for the containment reference '{@link bpsim.DocumentRoot#getWeibullDistribution Weibull Distribution}'. * * * @return the meta object for the containment reference 'Weibull Distribution'. * @see bpsim.DocumentRoot#getWeibullDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_WeibullDistribution(); /** * Returns the meta object for class '{@link bpsim.DurationParameterType Duration Parameter Type}'. * * * @return the meta object for class 'Duration Parameter Type'. * @see bpsim.DurationParameterType * @generated */ EClass getDurationParameterType(); /** * Returns the meta object for the attribute '{@link bpsim.DurationParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see bpsim.DurationParameterType#getValue() * @see #getDurationParameterType() * @generated */ EAttribute getDurationParameterType_Value(); /** * Returns the meta object for class '{@link bpsim.ElementParameters Element Parameters}'. * * * @return the meta object for class 'Element Parameters'. * @see bpsim.ElementParameters * @generated */ EClass getElementParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.ElementParameters#getTimeParameters Time Parameters}'. * * * @return the meta object for the containment reference 'Time Parameters'. * @see bpsim.ElementParameters#getTimeParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_TimeParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.ElementParameters#getControlParameters Control Parameters}'. * * * @return the meta object for the containment reference 'Control Parameters'. * @see bpsim.ElementParameters#getControlParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_ControlParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.ElementParameters#getResourceParameters Resource Parameters}'. * * * @return the meta object for the containment reference 'Resource Parameters'. * @see bpsim.ElementParameters#getResourceParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_ResourceParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.ElementParameters#getPriorityParameters Priority Parameters}'. * * * @return the meta object for the containment reference 'Priority Parameters'. * @see bpsim.ElementParameters#getPriorityParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_PriorityParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.ElementParameters#getCostParameters Cost Parameters}'. * * * @return the meta object for the containment reference 'Cost Parameters'. * @see bpsim.ElementParameters#getCostParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_CostParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.ElementParameters#getPropertyParameters Property Parameters}'. * * * @return the meta object for the containment reference 'Property Parameters'. * @see bpsim.ElementParameters#getPropertyParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_PropertyParameters(); /** * Returns the meta object for the containment reference list '{@link bpsim.ElementParameters#getVendorExtension Vendor Extension}'. * * * @return the meta object for the containment reference list 'Vendor Extension'. * @see bpsim.ElementParameters#getVendorExtension() * @see #getElementParameters() * @generated */ EReference getElementParameters_VendorExtension(); /** * Returns the meta object for the attribute '{@link bpsim.ElementParameters#getElementRef Element Ref}'. * * * @return the meta object for the attribute 'Element Ref'. * @see bpsim.ElementParameters#getElementRef() * @see #getElementParameters() * @generated */ EAttribute getElementParameters_ElementRef(); /** * Returns the meta object for the attribute '{@link bpsim.ElementParameters#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see bpsim.ElementParameters#getId() * @see #getElementParameters() * @generated */ EAttribute getElementParameters_Id(); /** * Returns the meta object for class '{@link bpsim.ElementParametersType Element Parameters Type}'. * * * @return the meta object for class 'Element Parameters Type'. * @see bpsim.ElementParametersType * @generated */ EClass getElementParametersType(); /** * Returns the meta object for class '{@link bpsim.EnumParameterType Enum Parameter Type}'. * * * @return the meta object for class 'Enum Parameter Type'. * @see bpsim.EnumParameterType * @generated */ EClass getEnumParameterType(); /** * Returns the meta object for the attribute list '{@link bpsim.EnumParameterType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see bpsim.EnumParameterType#getGroup() * @see #getEnumParameterType() * @generated */ EAttribute getEnumParameterType_Group(); /** * Returns the meta object for the attribute list '{@link bpsim.EnumParameterType#getParameterValueGroup Parameter Value Group}'. * * * @return the meta object for the attribute list 'Parameter Value Group'. * @see bpsim.EnumParameterType#getParameterValueGroup() * @see #getEnumParameterType() * @generated */ EAttribute getEnumParameterType_ParameterValueGroup(); /** * Returns the meta object for the containment reference list '{@link bpsim.EnumParameterType#getParameterValue Parameter Value}'. * * * @return the meta object for the containment reference list 'Parameter Value'. * @see bpsim.EnumParameterType#getParameterValue() * @see #getEnumParameterType() * @generated */ EReference getEnumParameterType_ParameterValue(); /** * Returns the meta object for class '{@link bpsim.ErlangDistributionType Erlang Distribution Type}'. * * * @return the meta object for class 'Erlang Distribution Type'. * @see bpsim.ErlangDistributionType * @generated */ EClass getErlangDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.ErlangDistributionType#getK K}'. * * * @return the meta object for the attribute 'K'. * @see bpsim.ErlangDistributionType#getK() * @see #getErlangDistributionType() * @generated */ EAttribute getErlangDistributionType_K(); /** * Returns the meta object for the attribute '{@link bpsim.ErlangDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see bpsim.ErlangDistributionType#getMean() * @see #getErlangDistributionType() * @generated */ EAttribute getErlangDistributionType_Mean(); /** * Returns the meta object for class '{@link bpsim.ExpressionParameterType Expression Parameter Type}'. * * * @return the meta object for class 'Expression Parameter Type'. * @see bpsim.ExpressionParameterType * @generated */ EClass getExpressionParameterType(); /** * Returns the meta object for the attribute '{@link bpsim.ExpressionParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see bpsim.ExpressionParameterType#getValue() * @see #getExpressionParameterType() * @generated */ EAttribute getExpressionParameterType_Value(); /** * Returns the meta object for class '{@link bpsim.FloatingParameterType Floating Parameter Type}'. * * * @return the meta object for class 'Floating Parameter Type'. * @see bpsim.FloatingParameterType * @generated */ EClass getFloatingParameterType(); /** * Returns the meta object for the attribute '{@link bpsim.FloatingParameterType#getCurrencyUnit Currency Unit}'. * * * @return the meta object for the attribute 'Currency Unit'. * @see bpsim.FloatingParameterType#getCurrencyUnit() * @see #getFloatingParameterType() * @generated */ EAttribute getFloatingParameterType_CurrencyUnit(); /** * Returns the meta object for the attribute '{@link bpsim.FloatingParameterType#getTimeUnit Time Unit}'. * * * @return the meta object for the attribute 'Time Unit'. * @see bpsim.FloatingParameterType#getTimeUnit() * @see #getFloatingParameterType() * @generated */ EAttribute getFloatingParameterType_TimeUnit(); /** * Returns the meta object for the attribute '{@link bpsim.FloatingParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see bpsim.FloatingParameterType#getValue() * @see #getFloatingParameterType() * @generated */ EAttribute getFloatingParameterType_Value(); /** * Returns the meta object for class '{@link bpsim.GammaDistributionType Gamma Distribution Type}'. * * * @return the meta object for class 'Gamma Distribution Type'. * @see bpsim.GammaDistributionType * @generated */ EClass getGammaDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.GammaDistributionType#getScale Scale}'. * * * @return the meta object for the attribute 'Scale'. * @see bpsim.GammaDistributionType#getScale() * @see #getGammaDistributionType() * @generated */ EAttribute getGammaDistributionType_Scale(); /** * Returns the meta object for the attribute '{@link bpsim.GammaDistributionType#getShape Shape}'. * * * @return the meta object for the attribute 'Shape'. * @see bpsim.GammaDistributionType#getShape() * @see #getGammaDistributionType() * @generated */ EAttribute getGammaDistributionType_Shape(); /** * Returns the meta object for class '{@link bpsim.LogNormalDistributionType Log Normal Distribution Type}'. * * * @return the meta object for class 'Log Normal Distribution Type'. * @see bpsim.LogNormalDistributionType * @generated */ EClass getLogNormalDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.LogNormalDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see bpsim.LogNormalDistributionType#getMean() * @see #getLogNormalDistributionType() * @generated */ EAttribute getLogNormalDistributionType_Mean(); /** * Returns the meta object for the attribute '{@link bpsim.LogNormalDistributionType#getStandardDeviation Standard Deviation}'. * * * @return the meta object for the attribute 'Standard Deviation'. * @see bpsim.LogNormalDistributionType#getStandardDeviation() * @see #getLogNormalDistributionType() * @generated */ EAttribute getLogNormalDistributionType_StandardDeviation(); /** * Returns the meta object for class '{@link bpsim.NegativeExponentialDistributionType Negative Exponential Distribution Type}'. * * * @return the meta object for class 'Negative Exponential Distribution Type'. * @see bpsim.NegativeExponentialDistributionType * @generated */ EClass getNegativeExponentialDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.NegativeExponentialDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see bpsim.NegativeExponentialDistributionType#getMean() * @see #getNegativeExponentialDistributionType() * @generated */ EAttribute getNegativeExponentialDistributionType_Mean(); /** * Returns the meta object for class '{@link bpsim.NormalDistributionType Normal Distribution Type}'. * * * @return the meta object for class 'Normal Distribution Type'. * @see bpsim.NormalDistributionType * @generated */ EClass getNormalDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.NormalDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see bpsim.NormalDistributionType#getMean() * @see #getNormalDistributionType() * @generated */ EAttribute getNormalDistributionType_Mean(); /** * Returns the meta object for the attribute '{@link bpsim.NormalDistributionType#getStandardDeviation Standard Deviation}'. * * * @return the meta object for the attribute 'Standard Deviation'. * @see bpsim.NormalDistributionType#getStandardDeviation() * @see #getNormalDistributionType() * @generated */ EAttribute getNormalDistributionType_StandardDeviation(); /** * Returns the meta object for class '{@link bpsim.NumericParameterType Numeric Parameter Type}'. * * * @return the meta object for class 'Numeric Parameter Type'. * @see bpsim.NumericParameterType * @generated */ EClass getNumericParameterType(); /** * Returns the meta object for the attribute '{@link bpsim.NumericParameterType#getCurrencyUnit Currency Unit}'. * * * @return the meta object for the attribute 'Currency Unit'. * @see bpsim.NumericParameterType#getCurrencyUnit() * @see #getNumericParameterType() * @generated */ EAttribute getNumericParameterType_CurrencyUnit(); /** * Returns the meta object for the attribute '{@link bpsim.NumericParameterType#getTimeUnit Time Unit}'. * * * @return the meta object for the attribute 'Time Unit'. * @see bpsim.NumericParameterType#getTimeUnit() * @see #getNumericParameterType() * @generated */ EAttribute getNumericParameterType_TimeUnit(); /** * Returns the meta object for the attribute '{@link bpsim.NumericParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see bpsim.NumericParameterType#getValue() * @see #getNumericParameterType() * @generated */ EAttribute getNumericParameterType_Value(); /** * Returns the meta object for class '{@link bpsim.Parameter Parameter}'. * * * @return the meta object for class 'Parameter'. * @see bpsim.Parameter * @generated */ EClass getParameter(); /** * Returns the meta object for the attribute list '{@link bpsim.Parameter#getResultRequest Result Request}'. * * * @return the meta object for the attribute list 'Result Request'. * @see bpsim.Parameter#getResultRequest() * @see #getParameter() * @generated */ EAttribute getParameter_ResultRequest(); /** * Returns the meta object for the attribute list '{@link bpsim.Parameter#getParameterValueGroup Parameter Value Group}'. * * * @return the meta object for the attribute list 'Parameter Value Group'. * @see bpsim.Parameter#getParameterValueGroup() * @see #getParameter() * @generated */ EAttribute getParameter_ParameterValueGroup(); /** * Returns the meta object for the containment reference list '{@link bpsim.Parameter#getParameterValue Parameter Value}'. * * * @return the meta object for the containment reference list 'Parameter Value'. * @see bpsim.Parameter#getParameterValue() * @see #getParameter() * @generated */ EReference getParameter_ParameterValue(); /** * Returns the meta object for the attribute '{@link bpsim.Parameter#isKpi Kpi}'. * * * @return the meta object for the attribute 'Kpi'. * @see bpsim.Parameter#isKpi() * @see #getParameter() * @generated */ EAttribute getParameter_Kpi(); /** * Returns the meta object for the attribute '{@link bpsim.Parameter#isSla Sla}'. * * * @return the meta object for the attribute 'Sla'. * @see bpsim.Parameter#isSla() * @see #getParameter() * @generated */ EAttribute getParameter_Sla(); /** * Returns the meta object for class '{@link bpsim.ParameterValue Parameter Value}'. * * * @return the meta object for class 'Parameter Value'. * @see bpsim.ParameterValue * @generated */ EClass getParameterValue(); /** * Returns the meta object for the attribute '{@link bpsim.ParameterValue#getInstance Instance}'. * * * @return the meta object for the attribute 'Instance'. * @see bpsim.ParameterValue#getInstance() * @see #getParameterValue() * @generated */ EAttribute getParameterValue_Instance(); /** * Returns the meta object for the attribute '{@link bpsim.ParameterValue#getResult Result}'. * * * @return the meta object for the attribute 'Result'. * @see bpsim.ParameterValue#getResult() * @see #getParameterValue() * @generated */ EAttribute getParameterValue_Result(); /** * Returns the meta object for the attribute '{@link bpsim.ParameterValue#getValidFor Valid For}'. * * * @return the meta object for the attribute 'Valid For'. * @see bpsim.ParameterValue#getValidFor() * @see #getParameterValue() * @generated */ EAttribute getParameterValue_ValidFor(); /** * Returns the meta object for class '{@link bpsim.PoissonDistributionType Poisson Distribution Type}'. * * * @return the meta object for class 'Poisson Distribution Type'. * @see bpsim.PoissonDistributionType * @generated */ EClass getPoissonDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.PoissonDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see bpsim.PoissonDistributionType#getMean() * @see #getPoissonDistributionType() * @generated */ EAttribute getPoissonDistributionType_Mean(); /** * Returns the meta object for class '{@link bpsim.PriorityParameters Priority Parameters}'. * * * @return the meta object for class 'Priority Parameters'. * @see bpsim.PriorityParameters * @generated */ EClass getPriorityParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.PriorityParameters#getInterruptible Interruptible}'. * * * @return the meta object for the containment reference 'Interruptible'. * @see bpsim.PriorityParameters#getInterruptible() * @see #getPriorityParameters() * @generated */ EReference getPriorityParameters_Interruptible(); /** * Returns the meta object for the containment reference '{@link bpsim.PriorityParameters#getPriority Priority}'. * * * @return the meta object for the containment reference 'Priority'. * @see bpsim.PriorityParameters#getPriority() * @see #getPriorityParameters() * @generated */ EReference getPriorityParameters_Priority(); /** * Returns the meta object for class '{@link bpsim.PropertyParameters Property Parameters}'. * * * @return the meta object for class 'Property Parameters'. * @see bpsim.PropertyParameters * @generated */ EClass getPropertyParameters(); /** * Returns the meta object for the containment reference list '{@link bpsim.PropertyParameters#getProperty Property}'. * * * @return the meta object for the containment reference list 'Property'. * @see bpsim.PropertyParameters#getProperty() * @see #getPropertyParameters() * @generated */ EReference getPropertyParameters_Property(); /** * Returns the meta object for class '{@link bpsim.PropertyType Property Type}'. * * * @return the meta object for class 'Property Type'. * @see bpsim.PropertyType * @generated */ EClass getPropertyType(); /** * Returns the meta object for the attribute '{@link bpsim.PropertyType#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see bpsim.PropertyType#getName() * @see #getPropertyType() * @generated */ EAttribute getPropertyType_Name(); /** * Returns the meta object for class '{@link bpsim.ResourceParameters Resource Parameters}'. * * * @return the meta object for class 'Resource Parameters'. * @see bpsim.ResourceParameters * @generated */ EClass getResourceParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.ResourceParameters#getSelection Selection}'. * * * @return the meta object for the containment reference 'Selection'. * @see bpsim.ResourceParameters#getSelection() * @see #getResourceParameters() * @generated */ EReference getResourceParameters_Selection(); /** * Returns the meta object for the containment reference '{@link bpsim.ResourceParameters#getAvailability Availability}'. * * * @return the meta object for the containment reference 'Availability'. * @see bpsim.ResourceParameters#getAvailability() * @see #getResourceParameters() * @generated */ EReference getResourceParameters_Availability(); /** * Returns the meta object for the containment reference '{@link bpsim.ResourceParameters#getQuantity Quantity}'. * * * @return the meta object for the containment reference 'Quantity'. * @see bpsim.ResourceParameters#getQuantity() * @see #getResourceParameters() * @generated */ EReference getResourceParameters_Quantity(); /** * Returns the meta object for the containment reference list '{@link bpsim.ResourceParameters#getRole Role}'. * * * @return the meta object for the containment reference list 'Role'. * @see bpsim.ResourceParameters#getRole() * @see #getResourceParameters() * @generated */ EReference getResourceParameters_Role(); /** * Returns the meta object for class '{@link bpsim.Scenario Scenario}'. * * * @return the meta object for class 'Scenario'. * @see bpsim.Scenario * @generated */ EClass getScenario(); /** * Returns the meta object for the containment reference '{@link bpsim.Scenario#getScenarioParameters Scenario Parameters}'. * * * @return the meta object for the containment reference 'Scenario Parameters'. * @see bpsim.Scenario#getScenarioParameters() * @see #getScenario() * @generated */ EReference getScenario_ScenarioParameters(); /** * Returns the meta object for the containment reference list '{@link bpsim.Scenario#getElementParameters Element Parameters}'. * * * @return the meta object for the containment reference list 'Element Parameters'. * @see bpsim.Scenario#getElementParameters() * @see #getScenario() * @generated */ EReference getScenario_ElementParameters(); /** * Returns the meta object for the containment reference list '{@link bpsim.Scenario#getCalendar Calendar}'. * * * @return the meta object for the containment reference list 'Calendar'. * @see bpsim.Scenario#getCalendar() * @see #getScenario() * @generated */ EReference getScenario_Calendar(); /** * Returns the meta object for the containment reference list '{@link bpsim.Scenario#getVendorExtension Vendor Extension}'. * * * @return the meta object for the containment reference list 'Vendor Extension'. * @see bpsim.Scenario#getVendorExtension() * @see #getScenario() * @generated */ EReference getScenario_VendorExtension(); /** * Returns the meta object for the attribute '{@link bpsim.Scenario#getAuthor Author}'. * * * @return the meta object for the attribute 'Author'. * @see bpsim.Scenario#getAuthor() * @see #getScenario() * @generated */ EAttribute getScenario_Author(); /** * Returns the meta object for the attribute '{@link bpsim.Scenario#getCreated Created}'. * * * @return the meta object for the attribute 'Created'. * @see bpsim.Scenario#getCreated() * @see #getScenario() * @generated */ EAttribute getScenario_Created(); /** * Returns the meta object for the attribute '{@link bpsim.Scenario#getDescription Description}'. * * * @return the meta object for the attribute 'Description'. * @see bpsim.Scenario#getDescription() * @see #getScenario() * @generated */ EAttribute getScenario_Description(); /** * Returns the meta object for the attribute '{@link bpsim.Scenario#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see bpsim.Scenario#getId() * @see #getScenario() * @generated */ EAttribute getScenario_Id(); /** * Returns the meta object for the attribute '{@link bpsim.Scenario#getInherits Inherits}'. * * * @return the meta object for the attribute 'Inherits'. * @see bpsim.Scenario#getInherits() * @see #getScenario() * @generated */ EAttribute getScenario_Inherits(); /** * Returns the meta object for the attribute '{@link bpsim.Scenario#getModified Modified}'. * * * @return the meta object for the attribute 'Modified'. * @see bpsim.Scenario#getModified() * @see #getScenario() * @generated */ EAttribute getScenario_Modified(); /** * Returns the meta object for the attribute '{@link bpsim.Scenario#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see bpsim.Scenario#getName() * @see #getScenario() * @generated */ EAttribute getScenario_Name(); /** * Returns the meta object for the attribute '{@link bpsim.Scenario#getResult Result}'. * * * @return the meta object for the attribute 'Result'. * @see bpsim.Scenario#getResult() * @see #getScenario() * @generated */ EAttribute getScenario_Result(); /** * Returns the meta object for the attribute '{@link bpsim.Scenario#getVendor Vendor}'. * * * @return the meta object for the attribute 'Vendor'. * @see bpsim.Scenario#getVendor() * @see #getScenario() * @generated */ EAttribute getScenario_Vendor(); /** * Returns the meta object for the attribute '{@link bpsim.Scenario#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see bpsim.Scenario#getVersion() * @see #getScenario() * @generated */ EAttribute getScenario_Version(); /** * Returns the meta object for class '{@link bpsim.ScenarioParameters Scenario Parameters}'. * * * @return the meta object for class 'Scenario Parameters'. * @see bpsim.ScenarioParameters * @generated */ EClass getScenarioParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.ScenarioParameters#getStart Start}'. * * * @return the meta object for the containment reference 'Start'. * @see bpsim.ScenarioParameters#getStart() * @see #getScenarioParameters() * @generated */ EReference getScenarioParameters_Start(); /** * Returns the meta object for the containment reference '{@link bpsim.ScenarioParameters#getDuration Duration}'. * * * @return the meta object for the containment reference 'Duration'. * @see bpsim.ScenarioParameters#getDuration() * @see #getScenarioParameters() * @generated */ EReference getScenarioParameters_Duration(); /** * Returns the meta object for the containment reference '{@link bpsim.ScenarioParameters#getPropertyParameters Property Parameters}'. * * * @return the meta object for the containment reference 'Property Parameters'. * @see bpsim.ScenarioParameters#getPropertyParameters() * @see #getScenarioParameters() * @generated */ EReference getScenarioParameters_PropertyParameters(); /** * Returns the meta object for the attribute '{@link bpsim.ScenarioParameters#getBaseCurrencyUnit Base Currency Unit}'. * * * @return the meta object for the attribute 'Base Currency Unit'. * @see bpsim.ScenarioParameters#getBaseCurrencyUnit() * @see #getScenarioParameters() * @generated */ EAttribute getScenarioParameters_BaseCurrencyUnit(); /** * Returns the meta object for the attribute '{@link bpsim.ScenarioParameters#getBaseTimeUnit Base Time Unit}'. * * * @return the meta object for the attribute 'Base Time Unit'. * @see bpsim.ScenarioParameters#getBaseTimeUnit() * @see #getScenarioParameters() * @generated */ EAttribute getScenarioParameters_BaseTimeUnit(); /** * Returns the meta object for the attribute '{@link bpsim.ScenarioParameters#getReplication Replication}'. * * * @return the meta object for the attribute 'Replication'. * @see bpsim.ScenarioParameters#getReplication() * @see #getScenarioParameters() * @generated */ EAttribute getScenarioParameters_Replication(); /** * Returns the meta object for the attribute '{@link bpsim.ScenarioParameters#getSeed Seed}'. * * * @return the meta object for the attribute 'Seed'. * @see bpsim.ScenarioParameters#getSeed() * @see #getScenarioParameters() * @generated */ EAttribute getScenarioParameters_Seed(); /** * Returns the meta object for class '{@link bpsim.ScenarioParametersType Scenario Parameters Type}'. * * * @return the meta object for class 'Scenario Parameters Type'. * @see bpsim.ScenarioParametersType * @generated */ EClass getScenarioParametersType(); /** * Returns the meta object for class '{@link bpsim.StringParameterType String Parameter Type}'. * * * @return the meta object for class 'String Parameter Type'. * @see bpsim.StringParameterType * @generated */ EClass getStringParameterType(); /** * Returns the meta object for the attribute '{@link bpsim.StringParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see bpsim.StringParameterType#getValue() * @see #getStringParameterType() * @generated */ EAttribute getStringParameterType_Value(); /** * Returns the meta object for class '{@link bpsim.TimeParameters Time Parameters}'. * * * @return the meta object for class 'Time Parameters'. * @see bpsim.TimeParameters * @generated */ EClass getTimeParameters(); /** * Returns the meta object for the containment reference '{@link bpsim.TimeParameters#getTransferTime Transfer Time}'. * * * @return the meta object for the containment reference 'Transfer Time'. * @see bpsim.TimeParameters#getTransferTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_TransferTime(); /** * Returns the meta object for the containment reference '{@link bpsim.TimeParameters#getQueueTime Queue Time}'. * * * @return the meta object for the containment reference 'Queue Time'. * @see bpsim.TimeParameters#getQueueTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_QueueTime(); /** * Returns the meta object for the containment reference '{@link bpsim.TimeParameters#getWaitTime Wait Time}'. * * * @return the meta object for the containment reference 'Wait Time'. * @see bpsim.TimeParameters#getWaitTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_WaitTime(); /** * Returns the meta object for the containment reference '{@link bpsim.TimeParameters#getSetUpTime Set Up Time}'. * * * @return the meta object for the containment reference 'Set Up Time'. * @see bpsim.TimeParameters#getSetUpTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_SetUpTime(); /** * Returns the meta object for the containment reference '{@link bpsim.TimeParameters#getProcessingTime Processing Time}'. * * * @return the meta object for the containment reference 'Processing Time'. * @see bpsim.TimeParameters#getProcessingTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_ProcessingTime(); /** * Returns the meta object for the containment reference '{@link bpsim.TimeParameters#getValidationTime Validation Time}'. * * * @return the meta object for the containment reference 'Validation Time'. * @see bpsim.TimeParameters#getValidationTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_ValidationTime(); /** * Returns the meta object for the containment reference '{@link bpsim.TimeParameters#getReworkTime Rework Time}'. * * * @return the meta object for the containment reference 'Rework Time'. * @see bpsim.TimeParameters#getReworkTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_ReworkTime(); /** * Returns the meta object for class '{@link bpsim.TriangularDistributionType Triangular Distribution Type}'. * * * @return the meta object for class 'Triangular Distribution Type'. * @see bpsim.TriangularDistributionType * @generated */ EClass getTriangularDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.TriangularDistributionType#getMax Max}'. * * * @return the meta object for the attribute 'Max'. * @see bpsim.TriangularDistributionType#getMax() * @see #getTriangularDistributionType() * @generated */ EAttribute getTriangularDistributionType_Max(); /** * Returns the meta object for the attribute '{@link bpsim.TriangularDistributionType#getMin Min}'. * * * @return the meta object for the attribute 'Min'. * @see bpsim.TriangularDistributionType#getMin() * @see #getTriangularDistributionType() * @generated */ EAttribute getTriangularDistributionType_Min(); /** * Returns the meta object for the attribute '{@link bpsim.TriangularDistributionType#getMode Mode}'. * * * @return the meta object for the attribute 'Mode'. * @see bpsim.TriangularDistributionType#getMode() * @see #getTriangularDistributionType() * @generated */ EAttribute getTriangularDistributionType_Mode(); /** * Returns the meta object for class '{@link bpsim.TruncatedNormalDistributionType Truncated Normal Distribution Type}'. * * * @return the meta object for class 'Truncated Normal Distribution Type'. * @see bpsim.TruncatedNormalDistributionType * @generated */ EClass getTruncatedNormalDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.TruncatedNormalDistributionType#getMax Max}'. * * * @return the meta object for the attribute 'Max'. * @see bpsim.TruncatedNormalDistributionType#getMax() * @see #getTruncatedNormalDistributionType() * @generated */ EAttribute getTruncatedNormalDistributionType_Max(); /** * Returns the meta object for the attribute '{@link bpsim.TruncatedNormalDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see bpsim.TruncatedNormalDistributionType#getMean() * @see #getTruncatedNormalDistributionType() * @generated */ EAttribute getTruncatedNormalDistributionType_Mean(); /** * Returns the meta object for the attribute '{@link bpsim.TruncatedNormalDistributionType#getMin Min}'. * * * @return the meta object for the attribute 'Min'. * @see bpsim.TruncatedNormalDistributionType#getMin() * @see #getTruncatedNormalDistributionType() * @generated */ EAttribute getTruncatedNormalDistributionType_Min(); /** * Returns the meta object for the attribute '{@link bpsim.TruncatedNormalDistributionType#getStandardDeviation Standard Deviation}'. * * * @return the meta object for the attribute 'Standard Deviation'. * @see bpsim.TruncatedNormalDistributionType#getStandardDeviation() * @see #getTruncatedNormalDistributionType() * @generated */ EAttribute getTruncatedNormalDistributionType_StandardDeviation(); /** * Returns the meta object for class '{@link bpsim.UniformDistributionType Uniform Distribution Type}'. * * * @return the meta object for class 'Uniform Distribution Type'. * @see bpsim.UniformDistributionType * @generated */ EClass getUniformDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.UniformDistributionType#getMax Max}'. * * * @return the meta object for the attribute 'Max'. * @see bpsim.UniformDistributionType#getMax() * @see #getUniformDistributionType() * @generated */ EAttribute getUniformDistributionType_Max(); /** * Returns the meta object for the attribute '{@link bpsim.UniformDistributionType#getMin Min}'. * * * @return the meta object for the attribute 'Min'. * @see bpsim.UniformDistributionType#getMin() * @see #getUniformDistributionType() * @generated */ EAttribute getUniformDistributionType_Min(); /** * Returns the meta object for class '{@link bpsim.UserDistributionDataPointType User Distribution Data Point Type}'. * * * @return the meta object for class 'User Distribution Data Point Type'. * @see bpsim.UserDistributionDataPointType * @generated */ EClass getUserDistributionDataPointType(); /** * Returns the meta object for the attribute list '{@link bpsim.UserDistributionDataPointType#getParameterValueGroup Parameter Value Group}'. * * * @return the meta object for the attribute list 'Parameter Value Group'. * @see bpsim.UserDistributionDataPointType#getParameterValueGroup() * @see #getUserDistributionDataPointType() * @generated */ EAttribute getUserDistributionDataPointType_ParameterValueGroup(); /** * Returns the meta object for the containment reference '{@link bpsim.UserDistributionDataPointType#getParameterValue Parameter Value}'. * * * @return the meta object for the containment reference 'Parameter Value'. * @see bpsim.UserDistributionDataPointType#getParameterValue() * @see #getUserDistributionDataPointType() * @generated */ EReference getUserDistributionDataPointType_ParameterValue(); /** * Returns the meta object for the attribute '{@link bpsim.UserDistributionDataPointType#getProbability Probability}'. * * * @return the meta object for the attribute 'Probability'. * @see bpsim.UserDistributionDataPointType#getProbability() * @see #getUserDistributionDataPointType() * @generated */ EAttribute getUserDistributionDataPointType_Probability(); /** * Returns the meta object for class '{@link bpsim.UserDistributionType User Distribution Type}'. * * * @return the meta object for class 'User Distribution Type'. * @see bpsim.UserDistributionType * @generated */ EClass getUserDistributionType(); /** * Returns the meta object for the attribute list '{@link bpsim.UserDistributionType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see bpsim.UserDistributionType#getGroup() * @see #getUserDistributionType() * @generated */ EAttribute getUserDistributionType_Group(); /** * Returns the meta object for the containment reference list '{@link bpsim.UserDistributionType#getUserDistributionDataPoint User Distribution Data Point}'. * * * @return the meta object for the containment reference list 'User Distribution Data Point'. * @see bpsim.UserDistributionType#getUserDistributionDataPoint() * @see #getUserDistributionType() * @generated */ EReference getUserDistributionType_UserDistributionDataPoint(); /** * Returns the meta object for the attribute '{@link bpsim.UserDistributionType#isDiscrete Discrete}'. * * * @return the meta object for the attribute 'Discrete'. * @see bpsim.UserDistributionType#isDiscrete() * @see #getUserDistributionType() * @generated */ EAttribute getUserDistributionType_Discrete(); /** * Returns the meta object for class '{@link bpsim.VendorExtension Vendor Extension}'. * * * @return the meta object for class 'Vendor Extension'. * @see bpsim.VendorExtension * @generated */ EClass getVendorExtension(); /** * Returns the meta object for the attribute list '{@link bpsim.VendorExtension#getAny Any}'. * * * @return the meta object for the attribute list 'Any'. * @see bpsim.VendorExtension#getAny() * @see #getVendorExtension() * @generated */ EAttribute getVendorExtension_Any(); /** * Returns the meta object for the attribute '{@link bpsim.VendorExtension#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see bpsim.VendorExtension#getName() * @see #getVendorExtension() * @generated */ EAttribute getVendorExtension_Name(); /** * Returns the meta object for the attribute list '{@link bpsim.VendorExtension#getAnyAttribute Any Attribute}'. * * * @return the meta object for the attribute list 'Any Attribute'. * @see bpsim.VendorExtension#getAnyAttribute() * @see #getVendorExtension() * @generated */ EAttribute getVendorExtension_AnyAttribute(); /** * Returns the meta object for class '{@link bpsim.WeibullDistributionType Weibull Distribution Type}'. * * * @return the meta object for class 'Weibull Distribution Type'. * @see bpsim.WeibullDistributionType * @generated */ EClass getWeibullDistributionType(); /** * Returns the meta object for the attribute '{@link bpsim.WeibullDistributionType#getScale Scale}'. * * * @return the meta object for the attribute 'Scale'. * @see bpsim.WeibullDistributionType#getScale() * @see #getWeibullDistributionType() * @generated */ EAttribute getWeibullDistributionType_Scale(); /** * Returns the meta object for the attribute '{@link bpsim.WeibullDistributionType#getShape Shape}'. * * * @return the meta object for the attribute 'Shape'. * @see bpsim.WeibullDistributionType#getShape() * @see #getWeibullDistributionType() * @generated */ EAttribute getWeibullDistributionType_Shape(); /** * Returns the meta object for enum '{@link bpsim.ResultType Result Type}'. * * * @return the meta object for enum 'Result Type'. * @see bpsim.ResultType * @generated */ EEnum getResultType(); /** * Returns the meta object for enum '{@link bpsim.TimeUnit Time Unit}'. * * * @return the meta object for enum 'Time Unit'. * @see bpsim.TimeUnit * @generated */ EEnum getTimeUnit(); /** * Returns the meta object for data type '{@link bpsim.ResultType Result Type Object}'. * * * @return the meta object for data type 'Result Type Object'. * @see bpsim.ResultType * @model instanceClass="bpsim.ResultType" * extendedMetaData="name='ResultType:Object' baseType='ResultType'" * @generated */ EDataType getResultTypeObject(); /** * Returns the meta object for data type '{@link bpsim.TimeUnit Time Unit Object}'. * * * @return the meta object for data type 'Time Unit Object'. * @see bpsim.TimeUnit * @model instanceClass="bpsim.TimeUnit" * extendedMetaData="name='TimeUnit:Object' baseType='TimeUnit'" * @generated */ EDataType getTimeUnitObject(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ BpsimFactory getBpsimFactory(); /** * * Defines literals for the meta objects that represent * * * @generated */ interface Literals { /** * The meta object literal for the '{@link bpsim.impl.BetaDistributionTypeImpl Beta Distribution Type}' class. * * * @see bpsim.impl.BetaDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getBetaDistributionType() * @generated */ EClass BETA_DISTRIBUTION_TYPE = eINSTANCE.getBetaDistributionType(); /** * The meta object literal for the 'Scale' attribute feature. * * * @generated */ EAttribute BETA_DISTRIBUTION_TYPE__SCALE = eINSTANCE.getBetaDistributionType_Scale(); /** * The meta object literal for the 'Shape' attribute feature. * * * @generated */ EAttribute BETA_DISTRIBUTION_TYPE__SHAPE = eINSTANCE.getBetaDistributionType_Shape(); /** * The meta object literal for the '{@link bpsim.impl.BinomialDistributionTypeImpl Binomial Distribution Type}' class. * * * @see bpsim.impl.BinomialDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getBinomialDistributionType() * @generated */ EClass BINOMIAL_DISTRIBUTION_TYPE = eINSTANCE.getBinomialDistributionType(); /** * The meta object literal for the 'Probability' attribute feature. * * * @generated */ EAttribute BINOMIAL_DISTRIBUTION_TYPE__PROBABILITY = eINSTANCE.getBinomialDistributionType_Probability(); /** * The meta object literal for the 'Trials' attribute feature. * * * @generated */ EAttribute BINOMIAL_DISTRIBUTION_TYPE__TRIALS = eINSTANCE.getBinomialDistributionType_Trials(); /** * The meta object literal for the '{@link bpsim.impl.BooleanParameterTypeImpl Boolean Parameter Type}' class. * * * @see bpsim.impl.BooleanParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getBooleanParameterType() * @generated */ EClass BOOLEAN_PARAMETER_TYPE = eINSTANCE.getBooleanParameterType(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute BOOLEAN_PARAMETER_TYPE__VALUE = eINSTANCE.getBooleanParameterType_Value(); /** * The meta object literal for the '{@link bpsim.impl.BPSimDataTypeImpl BP Sim Data Type}' class. * * * @see bpsim.impl.BPSimDataTypeImpl * @see bpsim.impl.BpsimPackageImpl#getBPSimDataType() * @generated */ EClass BP_SIM_DATA_TYPE = eINSTANCE.getBPSimDataType(); /** * The meta object literal for the 'Group' attribute list feature. * * * @generated */ EAttribute BP_SIM_DATA_TYPE__GROUP = eINSTANCE.getBPSimDataType_Group(); /** * The meta object literal for the 'Scenario' containment reference list feature. * * * @generated */ EReference BP_SIM_DATA_TYPE__SCENARIO = eINSTANCE.getBPSimDataType_Scenario(); /** * The meta object literal for the '{@link bpsim.impl.CalendarImpl Calendar}' class. * * * @see bpsim.impl.CalendarImpl * @see bpsim.impl.BpsimPackageImpl#getCalendar() * @generated */ EClass CALENDAR = eINSTANCE.getCalendar(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute CALENDAR__VALUE = eINSTANCE.getCalendar_Value(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute CALENDAR__ID = eINSTANCE.getCalendar_Id(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute CALENDAR__NAME = eINSTANCE.getCalendar_Name(); /** * The meta object literal for the '{@link bpsim.impl.ConstantParameterImpl Constant Parameter}' class. * * * @see bpsim.impl.ConstantParameterImpl * @see bpsim.impl.BpsimPackageImpl#getConstantParameter() * @generated */ EClass CONSTANT_PARAMETER = eINSTANCE.getConstantParameter(); /** * The meta object literal for the '{@link bpsim.impl.ControlParametersImpl Control Parameters}' class. * * * @see bpsim.impl.ControlParametersImpl * @see bpsim.impl.BpsimPackageImpl#getControlParameters() * @generated */ EClass CONTROL_PARAMETERS = eINSTANCE.getControlParameters(); /** * The meta object literal for the 'Probability' containment reference feature. * * * @generated */ EReference CONTROL_PARAMETERS__PROBABILITY = eINSTANCE.getControlParameters_Probability(); /** * The meta object literal for the 'Condition' containment reference feature. * * * @generated */ EReference CONTROL_PARAMETERS__CONDITION = eINSTANCE.getControlParameters_Condition(); /** * The meta object literal for the 'Inter Trigger Timer' containment reference feature. * * * @generated */ EReference CONTROL_PARAMETERS__INTER_TRIGGER_TIMER = eINSTANCE.getControlParameters_InterTriggerTimer(); /** * The meta object literal for the 'Trigger Count' containment reference feature. * * * @generated */ EReference CONTROL_PARAMETERS__TRIGGER_COUNT = eINSTANCE.getControlParameters_TriggerCount(); /** * The meta object literal for the '{@link bpsim.impl.CostParametersImpl Cost Parameters}' class. * * * @see bpsim.impl.CostParametersImpl * @see bpsim.impl.BpsimPackageImpl#getCostParameters() * @generated */ EClass COST_PARAMETERS = eINSTANCE.getCostParameters(); /** * The meta object literal for the 'Fixed Cost' containment reference feature. * * * @generated */ EReference COST_PARAMETERS__FIXED_COST = eINSTANCE.getCostParameters_FixedCost(); /** * The meta object literal for the 'Unit Cost' containment reference feature. * * * @generated */ EReference COST_PARAMETERS__UNIT_COST = eINSTANCE.getCostParameters_UnitCost(); /** * The meta object literal for the '{@link bpsim.impl.DateTimeParameterTypeImpl Date Time Parameter Type}' class. * * * @see bpsim.impl.DateTimeParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getDateTimeParameterType() * @generated */ EClass DATE_TIME_PARAMETER_TYPE = eINSTANCE.getDateTimeParameterType(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute DATE_TIME_PARAMETER_TYPE__VALUE = eINSTANCE.getDateTimeParameterType_Value(); /** * The meta object literal for the '{@link bpsim.impl.DistributionParameterImpl Distribution Parameter}' class. * * * @see bpsim.impl.DistributionParameterImpl * @see bpsim.impl.BpsimPackageImpl#getDistributionParameter() * @generated */ EClass DISTRIBUTION_PARAMETER = eINSTANCE.getDistributionParameter(); /** * The meta object literal for the 'Currency Unit' attribute feature. * * * @generated */ EAttribute DISTRIBUTION_PARAMETER__CURRENCY_UNIT = eINSTANCE.getDistributionParameter_CurrencyUnit(); /** * The meta object literal for the 'Time Unit' attribute feature. * * * @generated */ EAttribute DISTRIBUTION_PARAMETER__TIME_UNIT = eINSTANCE.getDistributionParameter_TimeUnit(); /** * The meta object literal for the '{@link bpsim.impl.DocumentRootImpl Document Root}' class. * * * @see bpsim.impl.DocumentRootImpl * @see bpsim.impl.BpsimPackageImpl#getDocumentRoot() * @generated */ EClass DOCUMENT_ROOT = eINSTANCE.getDocumentRoot(); /** * The meta object literal for the 'Mixed' attribute list feature. * * * @generated */ EAttribute DOCUMENT_ROOT__MIXED = eINSTANCE.getDocumentRoot_Mixed(); /** * The meta object literal for the 'XMLNS Prefix Map' map feature. * * * @generated */ EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP = eINSTANCE.getDocumentRoot_XMLNSPrefixMap(); /** * The meta object literal for the 'XSI Schema Location' map feature. * * * @generated */ EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION = eINSTANCE.getDocumentRoot_XSISchemaLocation(); /** * The meta object literal for the 'Beta Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__BETA_DISTRIBUTION = eINSTANCE.getDocumentRoot_BetaDistribution(); /** * The meta object literal for the 'Parameter Value' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__PARAMETER_VALUE = eINSTANCE.getDocumentRoot_ParameterValue(); /** * The meta object literal for the 'Binomial Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__BINOMIAL_DISTRIBUTION = eINSTANCE.getDocumentRoot_BinomialDistribution(); /** * The meta object literal for the 'Boolean Parameter' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__BOOLEAN_PARAMETER = eINSTANCE.getDocumentRoot_BooleanParameter(); /** * The meta object literal for the 'BP Sim Data' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__BP_SIM_DATA = eINSTANCE.getDocumentRoot_BPSimData(); /** * The meta object literal for the 'Date Time Parameter' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__DATE_TIME_PARAMETER = eINSTANCE.getDocumentRoot_DateTimeParameter(); /** * The meta object literal for the 'Duration Parameter' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__DURATION_PARAMETER = eINSTANCE.getDocumentRoot_DurationParameter(); /** * The meta object literal for the 'Enum Parameter' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__ENUM_PARAMETER = eINSTANCE.getDocumentRoot_EnumParameter(); /** * The meta object literal for the 'Erlang Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__ERLANG_DISTRIBUTION = eINSTANCE.getDocumentRoot_ErlangDistribution(); /** * The meta object literal for the 'Expression Parameter' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__EXPRESSION_PARAMETER = eINSTANCE.getDocumentRoot_ExpressionParameter(); /** * The meta object literal for the 'Floating Parameter' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__FLOATING_PARAMETER = eINSTANCE.getDocumentRoot_FloatingParameter(); /** * The meta object literal for the 'Gamma Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__GAMMA_DISTRIBUTION = eINSTANCE.getDocumentRoot_GammaDistribution(); /** * The meta object literal for the 'Log Normal Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__LOG_NORMAL_DISTRIBUTION = eINSTANCE.getDocumentRoot_LogNormalDistribution(); /** * The meta object literal for the 'Negative Exponential Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__NEGATIVE_EXPONENTIAL_DISTRIBUTION = eINSTANCE.getDocumentRoot_NegativeExponentialDistribution(); /** * The meta object literal for the 'Normal Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__NORMAL_DISTRIBUTION = eINSTANCE.getDocumentRoot_NormalDistribution(); /** * The meta object literal for the 'Numeric Parameter' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__NUMERIC_PARAMETER = eINSTANCE.getDocumentRoot_NumericParameter(); /** * The meta object literal for the 'Poisson Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__POISSON_DISTRIBUTION = eINSTANCE.getDocumentRoot_PoissonDistribution(); /** * The meta object literal for the 'String Parameter' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__STRING_PARAMETER = eINSTANCE.getDocumentRoot_StringParameter(); /** * The meta object literal for the 'Triangular Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__TRIANGULAR_DISTRIBUTION = eINSTANCE.getDocumentRoot_TriangularDistribution(); /** * The meta object literal for the 'Truncated Normal Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__TRUNCATED_NORMAL_DISTRIBUTION = eINSTANCE.getDocumentRoot_TruncatedNormalDistribution(); /** * The meta object literal for the 'Uniform Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__UNIFORM_DISTRIBUTION = eINSTANCE.getDocumentRoot_UniformDistribution(); /** * The meta object literal for the 'User Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__USER_DISTRIBUTION = eINSTANCE.getDocumentRoot_UserDistribution(); /** * The meta object literal for the 'User Distribution Data Point' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__USER_DISTRIBUTION_DATA_POINT = eINSTANCE.getDocumentRoot_UserDistributionDataPoint(); /** * The meta object literal for the 'Weibull Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__WEIBULL_DISTRIBUTION = eINSTANCE.getDocumentRoot_WeibullDistribution(); /** * The meta object literal for the '{@link bpsim.impl.DurationParameterTypeImpl Duration Parameter Type}' class. * * * @see bpsim.impl.DurationParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getDurationParameterType() * @generated */ EClass DURATION_PARAMETER_TYPE = eINSTANCE.getDurationParameterType(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute DURATION_PARAMETER_TYPE__VALUE = eINSTANCE.getDurationParameterType_Value(); /** * The meta object literal for the '{@link bpsim.impl.ElementParametersImpl Element Parameters}' class. * * * @see bpsim.impl.ElementParametersImpl * @see bpsim.impl.BpsimPackageImpl#getElementParameters() * @generated */ EClass ELEMENT_PARAMETERS = eINSTANCE.getElementParameters(); /** * The meta object literal for the 'Time Parameters' containment reference feature. * * * @generated */ EReference ELEMENT_PARAMETERS__TIME_PARAMETERS = eINSTANCE.getElementParameters_TimeParameters(); /** * The meta object literal for the 'Control Parameters' containment reference feature. * * * @generated */ EReference ELEMENT_PARAMETERS__CONTROL_PARAMETERS = eINSTANCE.getElementParameters_ControlParameters(); /** * The meta object literal for the 'Resource Parameters' containment reference feature. * * * @generated */ EReference ELEMENT_PARAMETERS__RESOURCE_PARAMETERS = eINSTANCE.getElementParameters_ResourceParameters(); /** * The meta object literal for the 'Priority Parameters' containment reference feature. * * * @generated */ EReference ELEMENT_PARAMETERS__PRIORITY_PARAMETERS = eINSTANCE.getElementParameters_PriorityParameters(); /** * The meta object literal for the 'Cost Parameters' containment reference feature. * * * @generated */ EReference ELEMENT_PARAMETERS__COST_PARAMETERS = eINSTANCE.getElementParameters_CostParameters(); /** * The meta object literal for the 'Property Parameters' containment reference feature. * * * @generated */ EReference ELEMENT_PARAMETERS__PROPERTY_PARAMETERS = eINSTANCE.getElementParameters_PropertyParameters(); /** * The meta object literal for the 'Vendor Extension' containment reference list feature. * * * @generated */ EReference ELEMENT_PARAMETERS__VENDOR_EXTENSION = eINSTANCE.getElementParameters_VendorExtension(); /** * The meta object literal for the 'Element Ref' attribute feature. * * * @generated */ EAttribute ELEMENT_PARAMETERS__ELEMENT_REF = eINSTANCE.getElementParameters_ElementRef(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute ELEMENT_PARAMETERS__ID = eINSTANCE.getElementParameters_Id(); /** * The meta object literal for the '{@link bpsim.impl.ElementParametersTypeImpl Element Parameters Type}' class. * * * @see bpsim.impl.ElementParametersTypeImpl * @see bpsim.impl.BpsimPackageImpl#getElementParametersType() * @generated */ EClass ELEMENT_PARAMETERS_TYPE = eINSTANCE.getElementParametersType(); /** * The meta object literal for the '{@link bpsim.impl.EnumParameterTypeImpl Enum Parameter Type}' class. * * * @see bpsim.impl.EnumParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getEnumParameterType() * @generated */ EClass ENUM_PARAMETER_TYPE = eINSTANCE.getEnumParameterType(); /** * The meta object literal for the 'Group' attribute list feature. * * * @generated */ EAttribute ENUM_PARAMETER_TYPE__GROUP = eINSTANCE.getEnumParameterType_Group(); /** * The meta object literal for the 'Parameter Value Group' attribute list feature. * * * @generated */ EAttribute ENUM_PARAMETER_TYPE__PARAMETER_VALUE_GROUP = eINSTANCE.getEnumParameterType_ParameterValueGroup(); /** * The meta object literal for the 'Parameter Value' containment reference list feature. * * * @generated */ EReference ENUM_PARAMETER_TYPE__PARAMETER_VALUE = eINSTANCE.getEnumParameterType_ParameterValue(); /** * The meta object literal for the '{@link bpsim.impl.ErlangDistributionTypeImpl Erlang Distribution Type}' class. * * * @see bpsim.impl.ErlangDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getErlangDistributionType() * @generated */ EClass ERLANG_DISTRIBUTION_TYPE = eINSTANCE.getErlangDistributionType(); /** * The meta object literal for the 'K' attribute feature. * * * @generated */ EAttribute ERLANG_DISTRIBUTION_TYPE__K = eINSTANCE.getErlangDistributionType_K(); /** * The meta object literal for the 'Mean' attribute feature. * * * @generated */ EAttribute ERLANG_DISTRIBUTION_TYPE__MEAN = eINSTANCE.getErlangDistributionType_Mean(); /** * The meta object literal for the '{@link bpsim.impl.ExpressionParameterTypeImpl Expression Parameter Type}' class. * * * @see bpsim.impl.ExpressionParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getExpressionParameterType() * @generated */ EClass EXPRESSION_PARAMETER_TYPE = eINSTANCE.getExpressionParameterType(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute EXPRESSION_PARAMETER_TYPE__VALUE = eINSTANCE.getExpressionParameterType_Value(); /** * The meta object literal for the '{@link bpsim.impl.FloatingParameterTypeImpl Floating Parameter Type}' class. * * * @see bpsim.impl.FloatingParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getFloatingParameterType() * @generated */ EClass FLOATING_PARAMETER_TYPE = eINSTANCE.getFloatingParameterType(); /** * The meta object literal for the 'Currency Unit' attribute feature. * * * @generated */ EAttribute FLOATING_PARAMETER_TYPE__CURRENCY_UNIT = eINSTANCE.getFloatingParameterType_CurrencyUnit(); /** * The meta object literal for the 'Time Unit' attribute feature. * * * @generated */ EAttribute FLOATING_PARAMETER_TYPE__TIME_UNIT = eINSTANCE.getFloatingParameterType_TimeUnit(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute FLOATING_PARAMETER_TYPE__VALUE = eINSTANCE.getFloatingParameterType_Value(); /** * The meta object literal for the '{@link bpsim.impl.GammaDistributionTypeImpl Gamma Distribution Type}' class. * * * @see bpsim.impl.GammaDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getGammaDistributionType() * @generated */ EClass GAMMA_DISTRIBUTION_TYPE = eINSTANCE.getGammaDistributionType(); /** * The meta object literal for the 'Scale' attribute feature. * * * @generated */ EAttribute GAMMA_DISTRIBUTION_TYPE__SCALE = eINSTANCE.getGammaDistributionType_Scale(); /** * The meta object literal for the 'Shape' attribute feature. * * * @generated */ EAttribute GAMMA_DISTRIBUTION_TYPE__SHAPE = eINSTANCE.getGammaDistributionType_Shape(); /** * The meta object literal for the '{@link bpsim.impl.LogNormalDistributionTypeImpl Log Normal Distribution Type}' class. * * * @see bpsim.impl.LogNormalDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getLogNormalDistributionType() * @generated */ EClass LOG_NORMAL_DISTRIBUTION_TYPE = eINSTANCE.getLogNormalDistributionType(); /** * The meta object literal for the 'Mean' attribute feature. * * * @generated */ EAttribute LOG_NORMAL_DISTRIBUTION_TYPE__MEAN = eINSTANCE.getLogNormalDistributionType_Mean(); /** * The meta object literal for the 'Standard Deviation' attribute feature. * * * @generated */ EAttribute LOG_NORMAL_DISTRIBUTION_TYPE__STANDARD_DEVIATION = eINSTANCE.getLogNormalDistributionType_StandardDeviation(); /** * The meta object literal for the '{@link bpsim.impl.NegativeExponentialDistributionTypeImpl Negative Exponential Distribution Type}' class. * * * @see bpsim.impl.NegativeExponentialDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getNegativeExponentialDistributionType() * @generated */ EClass NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE = eINSTANCE.getNegativeExponentialDistributionType(); /** * The meta object literal for the 'Mean' attribute feature. * * * @generated */ EAttribute NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE__MEAN = eINSTANCE.getNegativeExponentialDistributionType_Mean(); /** * The meta object literal for the '{@link bpsim.impl.NormalDistributionTypeImpl Normal Distribution Type}' class. * * * @see bpsim.impl.NormalDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getNormalDistributionType() * @generated */ EClass NORMAL_DISTRIBUTION_TYPE = eINSTANCE.getNormalDistributionType(); /** * The meta object literal for the 'Mean' attribute feature. * * * @generated */ EAttribute NORMAL_DISTRIBUTION_TYPE__MEAN = eINSTANCE.getNormalDistributionType_Mean(); /** * The meta object literal for the 'Standard Deviation' attribute feature. * * * @generated */ EAttribute NORMAL_DISTRIBUTION_TYPE__STANDARD_DEVIATION = eINSTANCE.getNormalDistributionType_StandardDeviation(); /** * The meta object literal for the '{@link bpsim.impl.NumericParameterTypeImpl Numeric Parameter Type}' class. * * * @see bpsim.impl.NumericParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getNumericParameterType() * @generated */ EClass NUMERIC_PARAMETER_TYPE = eINSTANCE.getNumericParameterType(); /** * The meta object literal for the 'Currency Unit' attribute feature. * * * @generated */ EAttribute NUMERIC_PARAMETER_TYPE__CURRENCY_UNIT = eINSTANCE.getNumericParameterType_CurrencyUnit(); /** * The meta object literal for the 'Time Unit' attribute feature. * * * @generated */ EAttribute NUMERIC_PARAMETER_TYPE__TIME_UNIT = eINSTANCE.getNumericParameterType_TimeUnit(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute NUMERIC_PARAMETER_TYPE__VALUE = eINSTANCE.getNumericParameterType_Value(); /** * The meta object literal for the '{@link bpsim.impl.ParameterImpl Parameter}' class. * * * @see bpsim.impl.ParameterImpl * @see bpsim.impl.BpsimPackageImpl#getParameter() * @generated */ EClass PARAMETER = eINSTANCE.getParameter(); /** * The meta object literal for the 'Result Request' attribute list feature. * * * @generated */ EAttribute PARAMETER__RESULT_REQUEST = eINSTANCE.getParameter_ResultRequest(); /** * The meta object literal for the 'Parameter Value Group' attribute list feature. * * * @generated */ EAttribute PARAMETER__PARAMETER_VALUE_GROUP = eINSTANCE.getParameter_ParameterValueGroup(); /** * The meta object literal for the 'Parameter Value' containment reference list feature. * * * @generated */ EReference PARAMETER__PARAMETER_VALUE = eINSTANCE.getParameter_ParameterValue(); /** * The meta object literal for the 'Kpi' attribute feature. * * * @generated */ EAttribute PARAMETER__KPI = eINSTANCE.getParameter_Kpi(); /** * The meta object literal for the 'Sla' attribute feature. * * * @generated */ EAttribute PARAMETER__SLA = eINSTANCE.getParameter_Sla(); /** * The meta object literal for the '{@link bpsim.impl.ParameterValueImpl Parameter Value}' class. * * * @see bpsim.impl.ParameterValueImpl * @see bpsim.impl.BpsimPackageImpl#getParameterValue() * @generated */ EClass PARAMETER_VALUE = eINSTANCE.getParameterValue(); /** * The meta object literal for the 'Instance' attribute feature. * * * @generated */ EAttribute PARAMETER_VALUE__INSTANCE = eINSTANCE.getParameterValue_Instance(); /** * The meta object literal for the 'Result' attribute feature. * * * @generated */ EAttribute PARAMETER_VALUE__RESULT = eINSTANCE.getParameterValue_Result(); /** * The meta object literal for the 'Valid For' attribute feature. * * * @generated */ EAttribute PARAMETER_VALUE__VALID_FOR = eINSTANCE.getParameterValue_ValidFor(); /** * The meta object literal for the '{@link bpsim.impl.PoissonDistributionTypeImpl Poisson Distribution Type}' class. * * * @see bpsim.impl.PoissonDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getPoissonDistributionType() * @generated */ EClass POISSON_DISTRIBUTION_TYPE = eINSTANCE.getPoissonDistributionType(); /** * The meta object literal for the 'Mean' attribute feature. * * * @generated */ EAttribute POISSON_DISTRIBUTION_TYPE__MEAN = eINSTANCE.getPoissonDistributionType_Mean(); /** * The meta object literal for the '{@link bpsim.impl.PriorityParametersImpl Priority Parameters}' class. * * * @see bpsim.impl.PriorityParametersImpl * @see bpsim.impl.BpsimPackageImpl#getPriorityParameters() * @generated */ EClass PRIORITY_PARAMETERS = eINSTANCE.getPriorityParameters(); /** * The meta object literal for the 'Interruptible' containment reference feature. * * * @generated */ EReference PRIORITY_PARAMETERS__INTERRUPTIBLE = eINSTANCE.getPriorityParameters_Interruptible(); /** * The meta object literal for the 'Priority' containment reference feature. * * * @generated */ EReference PRIORITY_PARAMETERS__PRIORITY = eINSTANCE.getPriorityParameters_Priority(); /** * The meta object literal for the '{@link bpsim.impl.PropertyParametersImpl Property Parameters}' class. * * * @see bpsim.impl.PropertyParametersImpl * @see bpsim.impl.BpsimPackageImpl#getPropertyParameters() * @generated */ EClass PROPERTY_PARAMETERS = eINSTANCE.getPropertyParameters(); /** * The meta object literal for the 'Property' containment reference list feature. * * * @generated */ EReference PROPERTY_PARAMETERS__PROPERTY = eINSTANCE.getPropertyParameters_Property(); /** * The meta object literal for the '{@link bpsim.impl.PropertyTypeImpl Property Type}' class. * * * @see bpsim.impl.PropertyTypeImpl * @see bpsim.impl.BpsimPackageImpl#getPropertyType() * @generated */ EClass PROPERTY_TYPE = eINSTANCE.getPropertyType(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute PROPERTY_TYPE__NAME = eINSTANCE.getPropertyType_Name(); /** * The meta object literal for the '{@link bpsim.impl.ResourceParametersImpl Resource Parameters}' class. * * * @see bpsim.impl.ResourceParametersImpl * @see bpsim.impl.BpsimPackageImpl#getResourceParameters() * @generated */ EClass RESOURCE_PARAMETERS = eINSTANCE.getResourceParameters(); /** * The meta object literal for the 'Selection' containment reference feature. * * * @generated */ EReference RESOURCE_PARAMETERS__SELECTION = eINSTANCE.getResourceParameters_Selection(); /** * The meta object literal for the 'Availability' containment reference feature. * * * @generated */ EReference RESOURCE_PARAMETERS__AVAILABILITY = eINSTANCE.getResourceParameters_Availability(); /** * The meta object literal for the 'Quantity' containment reference feature. * * * @generated */ EReference RESOURCE_PARAMETERS__QUANTITY = eINSTANCE.getResourceParameters_Quantity(); /** * The meta object literal for the 'Role' containment reference list feature. * * * @generated */ EReference RESOURCE_PARAMETERS__ROLE = eINSTANCE.getResourceParameters_Role(); /** * The meta object literal for the '{@link bpsim.impl.ScenarioImpl Scenario}' class. * * * @see bpsim.impl.ScenarioImpl * @see bpsim.impl.BpsimPackageImpl#getScenario() * @generated */ EClass SCENARIO = eINSTANCE.getScenario(); /** * The meta object literal for the 'Scenario Parameters' containment reference feature. * * * @generated */ EReference SCENARIO__SCENARIO_PARAMETERS = eINSTANCE.getScenario_ScenarioParameters(); /** * The meta object literal for the 'Element Parameters' containment reference list feature. * * * @generated */ EReference SCENARIO__ELEMENT_PARAMETERS = eINSTANCE.getScenario_ElementParameters(); /** * The meta object literal for the 'Calendar' containment reference list feature. * * * @generated */ EReference SCENARIO__CALENDAR = eINSTANCE.getScenario_Calendar(); /** * The meta object literal for the 'Vendor Extension' containment reference list feature. * * * @generated */ EReference SCENARIO__VENDOR_EXTENSION = eINSTANCE.getScenario_VendorExtension(); /** * The meta object literal for the 'Author' attribute feature. * * * @generated */ EAttribute SCENARIO__AUTHOR = eINSTANCE.getScenario_Author(); /** * The meta object literal for the 'Created' attribute feature. * * * @generated */ EAttribute SCENARIO__CREATED = eINSTANCE.getScenario_Created(); /** * The meta object literal for the 'Description' attribute feature. * * * @generated */ EAttribute SCENARIO__DESCRIPTION = eINSTANCE.getScenario_Description(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute SCENARIO__ID = eINSTANCE.getScenario_Id(); /** * The meta object literal for the 'Inherits' attribute feature. * * * @generated */ EAttribute SCENARIO__INHERITS = eINSTANCE.getScenario_Inherits(); /** * The meta object literal for the 'Modified' attribute feature. * * * @generated */ EAttribute SCENARIO__MODIFIED = eINSTANCE.getScenario_Modified(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute SCENARIO__NAME = eINSTANCE.getScenario_Name(); /** * The meta object literal for the 'Result' attribute feature. * * * @generated */ EAttribute SCENARIO__RESULT = eINSTANCE.getScenario_Result(); /** * The meta object literal for the 'Vendor' attribute feature. * * * @generated */ EAttribute SCENARIO__VENDOR = eINSTANCE.getScenario_Vendor(); /** * The meta object literal for the 'Version' attribute feature. * * * @generated */ EAttribute SCENARIO__VERSION = eINSTANCE.getScenario_Version(); /** * The meta object literal for the '{@link bpsim.impl.ScenarioParametersImpl Scenario Parameters}' class. * * * @see bpsim.impl.ScenarioParametersImpl * @see bpsim.impl.BpsimPackageImpl#getScenarioParameters() * @generated */ EClass SCENARIO_PARAMETERS = eINSTANCE.getScenarioParameters(); /** * The meta object literal for the 'Start' containment reference feature. * * * @generated */ EReference SCENARIO_PARAMETERS__START = eINSTANCE.getScenarioParameters_Start(); /** * The meta object literal for the 'Duration' containment reference feature. * * * @generated */ EReference SCENARIO_PARAMETERS__DURATION = eINSTANCE.getScenarioParameters_Duration(); /** * The meta object literal for the 'Property Parameters' containment reference feature. * * * @generated */ EReference SCENARIO_PARAMETERS__PROPERTY_PARAMETERS = eINSTANCE.getScenarioParameters_PropertyParameters(); /** * The meta object literal for the 'Base Currency Unit' attribute feature. * * * @generated */ EAttribute SCENARIO_PARAMETERS__BASE_CURRENCY_UNIT = eINSTANCE.getScenarioParameters_BaseCurrencyUnit(); /** * The meta object literal for the 'Base Time Unit' attribute feature. * * * @generated */ EAttribute SCENARIO_PARAMETERS__BASE_TIME_UNIT = eINSTANCE.getScenarioParameters_BaseTimeUnit(); /** * The meta object literal for the 'Replication' attribute feature. * * * @generated */ EAttribute SCENARIO_PARAMETERS__REPLICATION = eINSTANCE.getScenarioParameters_Replication(); /** * The meta object literal for the 'Seed' attribute feature. * * * @generated */ EAttribute SCENARIO_PARAMETERS__SEED = eINSTANCE.getScenarioParameters_Seed(); /** * The meta object literal for the '{@link bpsim.impl.ScenarioParametersTypeImpl Scenario Parameters Type}' class. * * * @see bpsim.impl.ScenarioParametersTypeImpl * @see bpsim.impl.BpsimPackageImpl#getScenarioParametersType() * @generated */ EClass SCENARIO_PARAMETERS_TYPE = eINSTANCE.getScenarioParametersType(); /** * The meta object literal for the '{@link bpsim.impl.StringParameterTypeImpl String Parameter Type}' class. * * * @see bpsim.impl.StringParameterTypeImpl * @see bpsim.impl.BpsimPackageImpl#getStringParameterType() * @generated */ EClass STRING_PARAMETER_TYPE = eINSTANCE.getStringParameterType(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute STRING_PARAMETER_TYPE__VALUE = eINSTANCE.getStringParameterType_Value(); /** * The meta object literal for the '{@link bpsim.impl.TimeParametersImpl Time Parameters}' class. * * * @see bpsim.impl.TimeParametersImpl * @see bpsim.impl.BpsimPackageImpl#getTimeParameters() * @generated */ EClass TIME_PARAMETERS = eINSTANCE.getTimeParameters(); /** * The meta object literal for the 'Transfer Time' containment reference feature. * * * @generated */ EReference TIME_PARAMETERS__TRANSFER_TIME = eINSTANCE.getTimeParameters_TransferTime(); /** * The meta object literal for the 'Queue Time' containment reference feature. * * * @generated */ EReference TIME_PARAMETERS__QUEUE_TIME = eINSTANCE.getTimeParameters_QueueTime(); /** * The meta object literal for the 'Wait Time' containment reference feature. * * * @generated */ EReference TIME_PARAMETERS__WAIT_TIME = eINSTANCE.getTimeParameters_WaitTime(); /** * The meta object literal for the 'Set Up Time' containment reference feature. * * * @generated */ EReference TIME_PARAMETERS__SET_UP_TIME = eINSTANCE.getTimeParameters_SetUpTime(); /** * The meta object literal for the 'Processing Time' containment reference feature. * * * @generated */ EReference TIME_PARAMETERS__PROCESSING_TIME = eINSTANCE.getTimeParameters_ProcessingTime(); /** * The meta object literal for the 'Validation Time' containment reference feature. * * * @generated */ EReference TIME_PARAMETERS__VALIDATION_TIME = eINSTANCE.getTimeParameters_ValidationTime(); /** * The meta object literal for the 'Rework Time' containment reference feature. * * * @generated */ EReference TIME_PARAMETERS__REWORK_TIME = eINSTANCE.getTimeParameters_ReworkTime(); /** * The meta object literal for the '{@link bpsim.impl.TriangularDistributionTypeImpl Triangular Distribution Type}' class. * * * @see bpsim.impl.TriangularDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getTriangularDistributionType() * @generated */ EClass TRIANGULAR_DISTRIBUTION_TYPE = eINSTANCE.getTriangularDistributionType(); /** * The meta object literal for the 'Max' attribute feature. * * * @generated */ EAttribute TRIANGULAR_DISTRIBUTION_TYPE__MAX = eINSTANCE.getTriangularDistributionType_Max(); /** * The meta object literal for the 'Min' attribute feature. * * * @generated */ EAttribute TRIANGULAR_DISTRIBUTION_TYPE__MIN = eINSTANCE.getTriangularDistributionType_Min(); /** * The meta object literal for the 'Mode' attribute feature. * * * @generated */ EAttribute TRIANGULAR_DISTRIBUTION_TYPE__MODE = eINSTANCE.getTriangularDistributionType_Mode(); /** * The meta object literal for the '{@link bpsim.impl.TruncatedNormalDistributionTypeImpl Truncated Normal Distribution Type}' class. * * * @see bpsim.impl.TruncatedNormalDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getTruncatedNormalDistributionType() * @generated */ EClass TRUNCATED_NORMAL_DISTRIBUTION_TYPE = eINSTANCE.getTruncatedNormalDistributionType(); /** * The meta object literal for the 'Max' attribute feature. * * * @generated */ EAttribute TRUNCATED_NORMAL_DISTRIBUTION_TYPE__MAX = eINSTANCE.getTruncatedNormalDistributionType_Max(); /** * The meta object literal for the 'Mean' attribute feature. * * * @generated */ EAttribute TRUNCATED_NORMAL_DISTRIBUTION_TYPE__MEAN = eINSTANCE.getTruncatedNormalDistributionType_Mean(); /** * The meta object literal for the 'Min' attribute feature. * * * @generated */ EAttribute TRUNCATED_NORMAL_DISTRIBUTION_TYPE__MIN = eINSTANCE.getTruncatedNormalDistributionType_Min(); /** * The meta object literal for the 'Standard Deviation' attribute feature. * * * @generated */ EAttribute TRUNCATED_NORMAL_DISTRIBUTION_TYPE__STANDARD_DEVIATION = eINSTANCE.getTruncatedNormalDistributionType_StandardDeviation(); /** * The meta object literal for the '{@link bpsim.impl.UniformDistributionTypeImpl Uniform Distribution Type}' class. * * * @see bpsim.impl.UniformDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getUniformDistributionType() * @generated */ EClass UNIFORM_DISTRIBUTION_TYPE = eINSTANCE.getUniformDistributionType(); /** * The meta object literal for the 'Max' attribute feature. * * * @generated */ EAttribute UNIFORM_DISTRIBUTION_TYPE__MAX = eINSTANCE.getUniformDistributionType_Max(); /** * The meta object literal for the 'Min' attribute feature. * * * @generated */ EAttribute UNIFORM_DISTRIBUTION_TYPE__MIN = eINSTANCE.getUniformDistributionType_Min(); /** * The meta object literal for the '{@link bpsim.impl.UserDistributionDataPointTypeImpl User Distribution Data Point Type}' class. * * * @see bpsim.impl.UserDistributionDataPointTypeImpl * @see bpsim.impl.BpsimPackageImpl#getUserDistributionDataPointType() * @generated */ EClass USER_DISTRIBUTION_DATA_POINT_TYPE = eINSTANCE.getUserDistributionDataPointType(); /** * The meta object literal for the 'Parameter Value Group' attribute list feature. * * * @generated */ EAttribute USER_DISTRIBUTION_DATA_POINT_TYPE__PARAMETER_VALUE_GROUP = eINSTANCE.getUserDistributionDataPointType_ParameterValueGroup(); /** * The meta object literal for the 'Parameter Value' containment reference feature. * * * @generated */ EReference USER_DISTRIBUTION_DATA_POINT_TYPE__PARAMETER_VALUE = eINSTANCE.getUserDistributionDataPointType_ParameterValue(); /** * The meta object literal for the 'Probability' attribute feature. * * * @generated */ EAttribute USER_DISTRIBUTION_DATA_POINT_TYPE__PROBABILITY = eINSTANCE.getUserDistributionDataPointType_Probability(); /** * The meta object literal for the '{@link bpsim.impl.UserDistributionTypeImpl User Distribution Type}' class. * * * @see bpsim.impl.UserDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getUserDistributionType() * @generated */ EClass USER_DISTRIBUTION_TYPE = eINSTANCE.getUserDistributionType(); /** * The meta object literal for the 'Group' attribute list feature. * * * @generated */ EAttribute USER_DISTRIBUTION_TYPE__GROUP = eINSTANCE.getUserDistributionType_Group(); /** * The meta object literal for the 'User Distribution Data Point' containment reference list feature. * * * @generated */ EReference USER_DISTRIBUTION_TYPE__USER_DISTRIBUTION_DATA_POINT = eINSTANCE.getUserDistributionType_UserDistributionDataPoint(); /** * The meta object literal for the 'Discrete' attribute feature. * * * @generated */ EAttribute USER_DISTRIBUTION_TYPE__DISCRETE = eINSTANCE.getUserDistributionType_Discrete(); /** * The meta object literal for the '{@link bpsim.impl.VendorExtensionImpl Vendor Extension}' class. * * * @see bpsim.impl.VendorExtensionImpl * @see bpsim.impl.BpsimPackageImpl#getVendorExtension() * @generated */ EClass VENDOR_EXTENSION = eINSTANCE.getVendorExtension(); /** * The meta object literal for the 'Any' attribute list feature. * * * @generated */ EAttribute VENDOR_EXTENSION__ANY = eINSTANCE.getVendorExtension_Any(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute VENDOR_EXTENSION__NAME = eINSTANCE.getVendorExtension_Name(); /** * The meta object literal for the 'Any Attribute' attribute list feature. * * * @generated */ EAttribute VENDOR_EXTENSION__ANY_ATTRIBUTE = eINSTANCE.getVendorExtension_AnyAttribute(); /** * The meta object literal for the '{@link bpsim.impl.WeibullDistributionTypeImpl Weibull Distribution Type}' class. * * * @see bpsim.impl.WeibullDistributionTypeImpl * @see bpsim.impl.BpsimPackageImpl#getWeibullDistributionType() * @generated */ EClass WEIBULL_DISTRIBUTION_TYPE = eINSTANCE.getWeibullDistributionType(); /** * The meta object literal for the 'Scale' attribute feature. * * * @generated */ EAttribute WEIBULL_DISTRIBUTION_TYPE__SCALE = eINSTANCE.getWeibullDistributionType_Scale(); /** * The meta object literal for the 'Shape' attribute feature. * * * @generated */ EAttribute WEIBULL_DISTRIBUTION_TYPE__SHAPE = eINSTANCE.getWeibullDistributionType_Shape(); /** * The meta object literal for the '{@link bpsim.ResultType Result Type}' enum. * * * @see bpsim.ResultType * @see bpsim.impl.BpsimPackageImpl#getResultType() * @generated */ EEnum RESULT_TYPE = eINSTANCE.getResultType(); /** * The meta object literal for the '{@link bpsim.TimeUnit Time Unit}' enum. * * * @see bpsim.TimeUnit * @see bpsim.impl.BpsimPackageImpl#getTimeUnit() * @generated */ EEnum TIME_UNIT = eINSTANCE.getTimeUnit(); /** * The meta object literal for the 'Result Type Object' data type. * * * @see bpsim.ResultType * @see bpsim.impl.BpsimPackageImpl#getResultTypeObject() * @generated */ EDataType RESULT_TYPE_OBJECT = eINSTANCE.getResultTypeObject(); /** * The meta object literal for the 'Time Unit Object' data type. * * * @see bpsim.TimeUnit * @see bpsim.impl.BpsimPackageImpl#getTimeUnitObject() * @generated */ EDataType TIME_UNIT_OBJECT = eINSTANCE.getTimeUnitObject(); } } //BpsimPackage