All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.drools.DroolsPackage Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
/**
 */
package org.jboss.drools;

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
 * 
    *
  • each class,
  • *
  • each feature of each class,
  • *
  • each enum,
  • *
  • and each data type
  • *
* * @see org.jboss.drools.DroolsFactory * @model kind="package" * @generated */ public interface DroolsPackage extends EPackage { /** * The package name. * * * @generated */ String eNAME = "drools"; /** * The package namespace URI. * * * @generated */ String eNS_URI = "http://www.jboss.org/drools"; /** * The package namespace name. * * * @generated */ String eNS_PREFIX = "drools"; /** * The singleton instance of the package. * * * @generated */ DroolsPackage eINSTANCE = org.jboss.drools.impl.DroolsPackageImpl.init(); /** * The meta object id for the '{@link org.jboss.drools.impl.ParameterValueImpl Parameter Value}' class. * * * @see org.jboss.drools.impl.ParameterValueImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getParameterValue() * @generated */ int PARAMETER_VALUE = 30; /** * 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 org.jboss.drools.impl.DistributionParameterImpl Distribution Parameter}' class. * * * @see org.jboss.drools.impl.DistributionParameterImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Discrete' attribute. * * * @generated * @ordered */ int DISTRIBUTION_PARAMETER__DISCRETE = PARAMETER_VALUE_FEATURE_COUNT + 0; /** * The number of structural features of the 'Distribution Parameter' class. * * * @generated * @ordered */ int DISTRIBUTION_PARAMETER_FEATURE_COUNT = PARAMETER_VALUE_FEATURE_COUNT + 1; /** * The meta object id for the '{@link org.jboss.drools.impl.BetaDistributionTypeImpl Beta Distribution Type}' class. * * * @see org.jboss.drools.impl.BetaDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Discrete' attribute. * * * @generated * @ordered */ int BETA_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.impl.BinomialDistributionTypeImpl Binomial Distribution Type}' class. * * * @see org.jboss.drools.impl.BinomialDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Discrete' attribute. * * * @generated * @ordered */ int BINOMIAL_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.impl.ConstantParameterImpl Constant Parameter}' class. * * * @see org.jboss.drools.impl.ConstantParameterImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getConstantParameter() * @generated */ int CONSTANT_PARAMETER = 4; /** * 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 org.jboss.drools.impl.BooleanParameterTypeImpl Boolean Parameter Type}' class. * * * @see org.jboss.drools.impl.BooleanParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.CalendarImpl Calendar}' class. * * * @see org.jboss.drools.impl.CalendarImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getCalendar() * @generated */ int CALENDAR = 3; /** * 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 org.jboss.drools.impl.ControlParametersImpl Control Parameters}' class. * * * @see org.jboss.drools.impl.ControlParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getControlParameters() * @generated */ int CONTROL_PARAMETERS = 5; /** * The feature id for the 'Probability' containment reference. * * * @generated * @ordered */ int CONTROL_PARAMETERS__PROBABILITY = 0; /** * The feature id for the 'Inter Trigger Timer' containment reference. * * * @generated * @ordered */ int CONTROL_PARAMETERS__INTER_TRIGGER_TIMER = 1; /** * The feature id for the 'Max Trigger Count' containment reference. * * * @generated * @ordered */ int CONTROL_PARAMETERS__MAX_TRIGGER_COUNT = 2; /** * The number of structural features of the 'Control Parameters' class. * * * @generated * @ordered */ int CONTROL_PARAMETERS_FEATURE_COUNT = 3; /** * The meta object id for the '{@link org.jboss.drools.impl.CostParametersImpl Cost Parameters}' class. * * * @see org.jboss.drools.impl.CostParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getCostParameters() * @generated */ int COST_PARAMETERS = 6; /** * 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 feature id for the 'Currency Unit' attribute. * * * @generated * @ordered */ int COST_PARAMETERS__CURRENCY_UNIT = 2; /** * The number of structural features of the 'Cost Parameters' class. * * * @generated * @ordered */ int COST_PARAMETERS_FEATURE_COUNT = 3; /** * The meta object id for the '{@link org.jboss.drools.impl.DateTimeParameterTypeImpl Date Time Parameter Type}' class. * * * @see org.jboss.drools.impl.DateTimeParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getDateTimeParameterType() * @generated */ int DATE_TIME_PARAMETER_TYPE = 7; /** * 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 org.jboss.drools.impl.DecimalParameterTypeImpl Decimal Parameter Type}' class. * * * @see org.jboss.drools.impl.DecimalParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getDecimalParameterType() * @generated */ int DECIMAL_PARAMETER_TYPE = 8; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int DECIMAL_PARAMETER_TYPE__INSTANCE = CONSTANT_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int DECIMAL_PARAMETER_TYPE__RESULT = CONSTANT_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int DECIMAL_PARAMETER_TYPE__VALID_FOR = CONSTANT_PARAMETER__VALID_FOR; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int DECIMAL_PARAMETER_TYPE__VALUE = CONSTANT_PARAMETER_FEATURE_COUNT + 0; /** * The number of structural features of the 'Decimal Parameter Type' class. * * * @generated * @ordered */ int DECIMAL_PARAMETER_TYPE_FEATURE_COUNT = CONSTANT_PARAMETER_FEATURE_COUNT + 1; /** * The meta object id for the '{@link org.jboss.drools.impl.DocumentRootImpl Document Root}' class. * * * @see org.jboss.drools.impl.DocumentRootImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Date Time Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__DATE_TIME_PARAMETER = 7; /** * The feature id for the 'Decimal Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__DECIMAL_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 'Global' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__GLOBAL = 15; /** * The feature id for the 'Import' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__IMPORT = 16; /** * The feature id for the 'Log Normal Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__LOG_NORMAL_DISTRIBUTION = 17; /** * The feature id for the 'Metadata' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__METADATA = 18; /** * The feature id for the 'Metaentry' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__METAENTRY = 19; /** * The feature id for the 'Negative Exponential Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__NEGATIVE_EXPONENTIAL_DISTRIBUTION = 20; /** * The feature id for the 'Normal Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__NORMAL_DISTRIBUTION = 21; /** * The feature id for the 'Numeric Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__NUMERIC_PARAMETER = 22; /** * The feature id for the 'On Entry Script' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__ON_ENTRY_SCRIPT = 23; /** * The feature id for the 'On Exit Script' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__ON_EXIT_SCRIPT = 24; /** * The feature id for the 'Poisson Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__POISSON_DISTRIBUTION = 25; /** * The feature id for the 'Process Analysis Data' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__PROCESS_ANALYSIS_DATA = 26; /** * The feature id for the 'Random Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__RANDOM_DISTRIBUTION = 27; /** * The feature id for the 'String Parameter' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__STRING_PARAMETER = 28; /** * The feature id for the 'Triangular Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__TRIANGULAR_DISTRIBUTION = 29; /** * The feature id for the 'Truncated Normal Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__TRUNCATED_NORMAL_DISTRIBUTION = 30; /** * The feature id for the 'Uniform Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__UNIFORM_DISTRIBUTION = 31; /** * The feature id for the 'User Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__USER_DISTRIBUTION = 32; /** * The feature id for the 'User Distribution Data Point' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__USER_DISTRIBUTION_DATA_POINT = 33; /** * The feature id for the 'Weibull Distribution' containment reference. * * * @generated * @ordered */ int DOCUMENT_ROOT__WEIBULL_DISTRIBUTION = 34; /** * The feature id for the 'Package Name' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__PACKAGE_NAME = 35; /** * The feature id for the 'Priority' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__PRIORITY = 36; /** * The feature id for the 'Rule Flow Group' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__RULE_FLOW_GROUP = 37; /** * The feature id for the 'Task Name' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__TASK_NAME = 38; /** * The feature id for the 'Version' attribute. * * * @generated * @ordered */ int DOCUMENT_ROOT__VERSION = 39; /** * The number of structural features of the 'Document Root' class. * * * @generated * @ordered */ int DOCUMENT_ROOT_FEATURE_COUNT = 40; /** * The meta object id for the '{@link org.jboss.drools.impl.DurationParameterTypeImpl Duration Parameter Type}' class. * * * @see org.jboss.drools.impl.DurationParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.ElementParametersImpl Element Parameters}' class. * * * @see org.jboss.drools.impl.ElementParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 Id' attribute. * * * @generated * @ordered */ int ELEMENT_PARAMETERS__ELEMENT_ID = 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 org.jboss.drools.impl.ElementParametersTypeImpl Element Parameters Type}' class. * * * @see org.jboss.drools.impl.ElementParametersTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 Id' attribute. * * * @generated * @ordered */ int ELEMENT_PARAMETERS_TYPE__ELEMENT_ID = ELEMENT_PARAMETERS__ELEMENT_ID; /** * 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 org.jboss.drools.impl.EnumParameterTypeImpl Enum Parameter Type}' class. * * * @see org.jboss.drools.impl.EnumParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.ErlangDistributionTypeImpl Erlang Distribution Type}' class. * * * @see org.jboss.drools.impl.ErlangDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Discrete' attribute. * * * @generated * @ordered */ int ERLANG_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.impl.ExpressionParameterTypeImpl Expression Parameter Type}' class. * * * @see org.jboss.drools.impl.ExpressionParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.FloatingParameterTypeImpl Floating Parameter Type}' class. * * * @see org.jboss.drools.impl.FloatingParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Value' attribute. * * * @generated * @ordered */ int FLOATING_PARAMETER_TYPE__VALUE = CONSTANT_PARAMETER_FEATURE_COUNT + 0; /** * The number of structural features of the 'Floating Parameter Type' class. * * * @generated * @ordered */ int FLOATING_PARAMETER_TYPE_FEATURE_COUNT = CONSTANT_PARAMETER_FEATURE_COUNT + 1; /** * The meta object id for the '{@link org.jboss.drools.impl.GammaDistributionTypeImpl Gamma Distribution Type}' class. * * * @see org.jboss.drools.impl.GammaDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Discrete' attribute. * * * @generated * @ordered */ int GAMMA_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.impl.GlobalTypeImpl Global Type}' class. * * * @see org.jboss.drools.impl.GlobalTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getGlobalType() * @generated */ int GLOBAL_TYPE = 19; /** * The feature id for the 'Identifier' attribute. * * * @generated * @ordered */ int GLOBAL_TYPE__IDENTIFIER = 0; /** * The feature id for the 'Type' attribute. * * * @generated * @ordered */ int GLOBAL_TYPE__TYPE = 1; /** * The number of structural features of the 'Global Type' class. * * * @generated * @ordered */ int GLOBAL_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link org.jboss.drools.impl.ImportTypeImpl Import Type}' class. * * * @see org.jboss.drools.impl.ImportTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getImportType() * @generated */ int IMPORT_TYPE = 20; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int IMPORT_TYPE__NAME = 0; /** * The number of structural features of the 'Import Type' class. * * * @generated * @ordered */ int IMPORT_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link org.jboss.drools.impl.LogNormalDistributionTypeImpl Log Normal Distribution Type}' class. * * * @see org.jboss.drools.impl.LogNormalDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getLogNormalDistributionType() * @generated */ int LOG_NORMAL_DISTRIBUTION_TYPE = 21; /** * 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 'Discrete' attribute. * * * @generated * @ordered */ int LOG_NORMAL_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.impl.MetadataTypeImpl Metadata Type}' class. * * * @see org.jboss.drools.impl.MetadataTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getMetadataType() * @generated */ int METADATA_TYPE = 22; /** * The feature id for the 'Metaentry' containment reference list. * * * @generated * @ordered */ int METADATA_TYPE__METAENTRY = 0; /** * The number of structural features of the 'Metadata Type' class. * * * @generated * @ordered */ int METADATA_TYPE_FEATURE_COUNT = 1; /** * The meta object id for the '{@link org.jboss.drools.impl.MetaentryTypeImpl Metaentry Type}' class. * * * @see org.jboss.drools.impl.MetaentryTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getMetaentryType() * @generated */ int METAENTRY_TYPE = 23; /** * The feature id for the 'Name' attribute. * * * @generated * @ordered */ int METAENTRY_TYPE__NAME = 0; /** * The feature id for the 'Value' attribute. * * * @generated * @ordered */ int METAENTRY_TYPE__VALUE = 1; /** * The number of structural features of the 'Metaentry Type' class. * * * @generated * @ordered */ int METAENTRY_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link org.jboss.drools.impl.NegativeExponentialDistributionTypeImpl Negative Exponential Distribution Type}' class. * * * @see org.jboss.drools.impl.NegativeExponentialDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getNegativeExponentialDistributionType() * @generated */ int NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE = 24; /** * 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 'Discrete' attribute. * * * @generated * @ordered */ int NEGATIVE_EXPONENTIAL_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.impl.NormalDistributionTypeImpl Normal Distribution Type}' class. * * * @see org.jboss.drools.impl.NormalDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getNormalDistributionType() * @generated */ int NORMAL_DISTRIBUTION_TYPE = 25; /** * 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 'Discrete' attribute. * * * @generated * @ordered */ int NORMAL_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.impl.NumericParameterTypeImpl Numeric Parameter Type}' class. * * * @see org.jboss.drools.impl.NumericParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getNumericParameterType() * @generated */ int NUMERIC_PARAMETER_TYPE = 26; /** * 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 'Value' attribute. * * * @generated * @ordered */ int NUMERIC_PARAMETER_TYPE__VALUE = CONSTANT_PARAMETER_FEATURE_COUNT + 0; /** * The number of structural features of the 'Numeric Parameter Type' class. * * * @generated * @ordered */ int NUMERIC_PARAMETER_TYPE_FEATURE_COUNT = CONSTANT_PARAMETER_FEATURE_COUNT + 1; /** * The meta object id for the '{@link org.jboss.drools.impl.OnEntryScriptTypeImpl On Entry Script Type}' class. * * * @see org.jboss.drools.impl.OnEntryScriptTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getOnEntryScriptType() * @generated */ int ON_ENTRY_SCRIPT_TYPE = 27; /** * The feature id for the 'Script' attribute. * * * @generated * @ordered */ int ON_ENTRY_SCRIPT_TYPE__SCRIPT = 0; /** * The feature id for the 'Script Format' attribute. * * * @generated * @ordered */ int ON_ENTRY_SCRIPT_TYPE__SCRIPT_FORMAT = 1; /** * The number of structural features of the 'On Entry Script Type' class. * * * @generated * @ordered */ int ON_ENTRY_SCRIPT_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link org.jboss.drools.impl.OnExitScriptTypeImpl On Exit Script Type}' class. * * * @see org.jboss.drools.impl.OnExitScriptTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getOnExitScriptType() * @generated */ int ON_EXIT_SCRIPT_TYPE = 28; /** * The feature id for the 'Script' attribute. * * * @generated * @ordered */ int ON_EXIT_SCRIPT_TYPE__SCRIPT = 0; /** * The feature id for the 'Script Format' attribute. * * * @generated * @ordered */ int ON_EXIT_SCRIPT_TYPE__SCRIPT_FORMAT = 1; /** * The number of structural features of the 'On Exit Script Type' class. * * * @generated * @ordered */ int ON_EXIT_SCRIPT_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link org.jboss.drools.impl.ParameterImpl Parameter}' class. * * * @see org.jboss.drools.impl.ParameterImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getParameter() * @generated */ int PARAMETER = 29; /** * 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 org.jboss.drools.impl.PoissonDistributionTypeImpl Poisson Distribution Type}' class. * * * @see org.jboss.drools.impl.PoissonDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getPoissonDistributionType() * @generated */ int POISSON_DISTRIBUTION_TYPE = 31; /** * 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 'Discrete' attribute. * * * @generated * @ordered */ int POISSON_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.impl.PriorityParametersImpl Priority Parameters}' class. * * * @see org.jboss.drools.impl.PriorityParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getPriorityParameters() * @generated */ int PRIORITY_PARAMETERS = 32; /** * 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 org.jboss.drools.impl.ProcessAnalysisDataTypeImpl Process Analysis Data Type}' class. * * * @see org.jboss.drools.impl.ProcessAnalysisDataTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getProcessAnalysisDataType() * @generated */ int PROCESS_ANALYSIS_DATA_TYPE = 33; /** * The feature id for the 'Group' attribute list. * * * @generated * @ordered */ int PROCESS_ANALYSIS_DATA_TYPE__GROUP = 0; /** * The feature id for the 'Scenario' containment reference list. * * * @generated * @ordered */ int PROCESS_ANALYSIS_DATA_TYPE__SCENARIO = 1; /** * The number of structural features of the 'Process Analysis Data Type' class. * * * @generated * @ordered */ int PROCESS_ANALYSIS_DATA_TYPE_FEATURE_COUNT = 2; /** * The meta object id for the '{@link org.jboss.drools.impl.PropertyParametersImpl Property Parameters}' class. * * * @see org.jboss.drools.impl.PropertyParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getPropertyParameters() * @generated */ int PROPERTY_PARAMETERS = 34; /** * 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 org.jboss.drools.impl.PropertyTypeImpl Property Type}' class. * * * @see org.jboss.drools.impl.PropertyTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getPropertyType() * @generated */ int PROPERTY_TYPE = 35; /** * 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 org.jboss.drools.impl.RandomDistributionTypeImpl Random Distribution Type}' class. * * * @see org.jboss.drools.impl.RandomDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getRandomDistributionType() * @generated */ int RANDOM_DISTRIBUTION_TYPE = 36; /** * The feature id for the 'Instance' attribute. * * * @generated * @ordered */ int RANDOM_DISTRIBUTION_TYPE__INSTANCE = DISTRIBUTION_PARAMETER__INSTANCE; /** * The feature id for the 'Result' attribute. * * * @generated * @ordered */ int RANDOM_DISTRIBUTION_TYPE__RESULT = DISTRIBUTION_PARAMETER__RESULT; /** * The feature id for the 'Valid For' attribute. * * * @generated * @ordered */ int RANDOM_DISTRIBUTION_TYPE__VALID_FOR = DISTRIBUTION_PARAMETER__VALID_FOR; /** * The feature id for the 'Discrete' attribute. * * * @generated * @ordered */ int RANDOM_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * The feature id for the 'Max' attribute. * * * @generated * @ordered */ int RANDOM_DISTRIBUTION_TYPE__MAX = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 0; /** * The feature id for the 'Min' attribute. * * * @generated * @ordered */ int RANDOM_DISTRIBUTION_TYPE__MIN = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 1; /** * The number of structural features of the 'Random Distribution Type' class. * * * @generated * @ordered */ int RANDOM_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The meta object id for the '{@link org.jboss.drools.impl.ResourceParametersImpl Resource Parameters}' class. * * * @see org.jboss.drools.impl.ResourceParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getResourceParameters() * @generated */ int RESOURCE_PARAMETERS = 37; /** * 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 'Workinghours' containment reference. * * * @generated * @ordered */ int RESOURCE_PARAMETERS__WORKINGHOURS = 3; /** * The feature id for the 'Role' containment reference list. * * * @generated * @ordered */ int RESOURCE_PARAMETERS__ROLE = 4; /** * The number of structural features of the 'Resource Parameters' class. * * * @generated * @ordered */ int RESOURCE_PARAMETERS_FEATURE_COUNT = 5; /** * The meta object id for the '{@link org.jboss.drools.impl.ScenarioImpl Scenario}' class. * * * @see org.jboss.drools.impl.ScenarioImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getScenario() * @generated */ int SCENARIO = 38; /** * 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 org.jboss.drools.impl.ScenarioParametersImpl Scenario Parameters}' class. * * * @see org.jboss.drools.impl.ScenarioParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getScenarioParameters() * @generated */ int SCENARIO_PARAMETERS = 39; /** * 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 org.jboss.drools.impl.ScenarioParametersTypeImpl Scenario Parameters Type}' class. * * * @see org.jboss.drools.impl.ScenarioParametersTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getScenarioParametersType() * @generated */ int SCENARIO_PARAMETERS_TYPE = 40; /** * 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 org.jboss.drools.impl.StringParameterTypeImpl String Parameter Type}' class. * * * @see org.jboss.drools.impl.StringParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getStringParameterType() * @generated */ int STRING_PARAMETER_TYPE = 41; /** * 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 org.jboss.drools.impl.TimeParametersImpl Time Parameters}' class. * * * @see org.jboss.drools.impl.TimeParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getTimeParameters() * @generated */ int TIME_PARAMETERS = 42; /** * 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 feature id for the 'Time Unit' attribute. * * * @generated * @ordered */ int TIME_PARAMETERS__TIME_UNIT = 7; /** * The number of structural features of the 'Time Parameters' class. * * * @generated * @ordered */ int TIME_PARAMETERS_FEATURE_COUNT = 8; /** * The meta object id for the '{@link org.jboss.drools.impl.TriangularDistributionTypeImpl Triangular Distribution Type}' class. * * * @see org.jboss.drools.impl.TriangularDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getTriangularDistributionType() * @generated */ int TRIANGULAR_DISTRIBUTION_TYPE = 43; /** * 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 'Discrete' attribute. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 'Most Likely' attribute. * * * @generated * @ordered */ int TRIANGULAR_DISTRIBUTION_TYPE__MOST_LIKELY = 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 org.jboss.drools.impl.TruncatedNormalDistributionTypeImpl Truncated Normal Distribution Type}' class. * * * @see org.jboss.drools.impl.TruncatedNormalDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getTruncatedNormalDistributionType() * @generated */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE = 44; /** * 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 'Discrete' attribute. * * * @generated * @ordered */ int TRUNCATED_NORMAL_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.impl.UniformDistributionTypeImpl Uniform Distribution Type}' class. * * * @see org.jboss.drools.impl.UniformDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getUniformDistributionType() * @generated */ int UNIFORM_DISTRIBUTION_TYPE = 45; /** * 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 'Discrete' attribute. * * * @generated * @ordered */ int UNIFORM_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.impl.UserDistributionDataPointTypeImpl User Distribution Data Point Type}' class. * * * @see org.jboss.drools.impl.UserDistributionDataPointTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getUserDistributionDataPointType() * @generated */ int USER_DISTRIBUTION_DATA_POINT_TYPE = 46; /** * 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 org.jboss.drools.impl.UserDistributionTypeImpl User Distribution Type}' class. * * * @see org.jboss.drools.impl.UserDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getUserDistributionType() * @generated */ int USER_DISTRIBUTION_TYPE = 47; /** * 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 'Discrete' attribute. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 number of structural features of the 'User Distribution Type' class. * * * @generated * @ordered */ int USER_DISTRIBUTION_TYPE_FEATURE_COUNT = DISTRIBUTION_PARAMETER_FEATURE_COUNT + 2; /** * The meta object id for the '{@link org.jboss.drools.impl.VendorExtensionImpl Vendor Extension}' class. * * * @see org.jboss.drools.impl.VendorExtensionImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getVendorExtension() * @generated */ int VENDOR_EXTENSION = 48; /** * 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 org.jboss.drools.impl.WeibullDistributionTypeImpl Weibull Distribution Type}' class. * * * @see org.jboss.drools.impl.WeibullDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getWeibullDistributionType() * @generated */ int WEIBULL_DISTRIBUTION_TYPE = 49; /** * 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 'Discrete' attribute. * * * @generated * @ordered */ int WEIBULL_DISTRIBUTION_TYPE__DISCRETE = DISTRIBUTION_PARAMETER__DISCRETE; /** * 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 org.jboss.drools.ResultType Result Type}' enum. * * * @see org.jboss.drools.ResultType * @see org.jboss.drools.impl.DroolsPackageImpl#getResultType() * @generated */ int RESULT_TYPE = 50; /** * The meta object id for the '{@link org.jboss.drools.TimeUnit Time Unit}' enum. * * * @see org.jboss.drools.TimeUnit * @see org.jboss.drools.impl.DroolsPackageImpl#getTimeUnit() * @generated */ int TIME_UNIT = 51; /** * The meta object id for the 'Package Name Type' data type. * * * @see java.lang.String * @see org.jboss.drools.impl.DroolsPackageImpl#getPackageNameType() * @generated */ int PACKAGE_NAME_TYPE = 52; /** * The meta object id for the 'Priority Type' data type. * * * @see java.math.BigInteger * @see org.jboss.drools.impl.DroolsPackageImpl#getPriorityType() * @generated */ int PRIORITY_TYPE = 53; /** * The meta object id for the 'Result Type Object' data type. * * * @see org.jboss.drools.ResultType * @see org.jboss.drools.impl.DroolsPackageImpl#getResultTypeObject() * @generated */ int RESULT_TYPE_OBJECT = 54; /** * The meta object id for the 'Rule Flow Group Type' data type. * * * @see java.lang.String * @see org.jboss.drools.impl.DroolsPackageImpl#getRuleFlowGroupType() * @generated */ int RULE_FLOW_GROUP_TYPE = 55; /** * The meta object id for the 'Task Name Type' data type. * * * @see java.lang.String * @see org.jboss.drools.impl.DroolsPackageImpl#getTaskNameType() * @generated */ int TASK_NAME_TYPE = 56; /** * The meta object id for the 'Time Unit Object' data type. * * * @see org.jboss.drools.TimeUnit * @see org.jboss.drools.impl.DroolsPackageImpl#getTimeUnitObject() * @generated */ int TIME_UNIT_OBJECT = 57; /** * The meta object id for the 'Version Type' data type. * * * @see java.lang.String * @see org.jboss.drools.impl.DroolsPackageImpl#getVersionType() * @generated */ int VERSION_TYPE = 58; /** * Returns the meta object for class '{@link org.jboss.drools.BetaDistributionType Beta Distribution Type}'. * * * @return the meta object for class 'Beta Distribution Type'. * @see org.jboss.drools.BetaDistributionType * @generated */ EClass getBetaDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.BetaDistributionType#getScale Scale}'. * * * @return the meta object for the attribute 'Scale'. * @see org.jboss.drools.BetaDistributionType#getScale() * @see #getBetaDistributionType() * @generated */ EAttribute getBetaDistributionType_Scale(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.BetaDistributionType#getShape Shape}'. * * * @return the meta object for the attribute 'Shape'. * @see org.jboss.drools.BetaDistributionType#getShape() * @see #getBetaDistributionType() * @generated */ EAttribute getBetaDistributionType_Shape(); /** * Returns the meta object for class '{@link org.jboss.drools.BinomialDistributionType Binomial Distribution Type}'. * * * @return the meta object for class 'Binomial Distribution Type'. * @see org.jboss.drools.BinomialDistributionType * @generated */ EClass getBinomialDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.BinomialDistributionType#getProbability Probability}'. * * * @return the meta object for the attribute 'Probability'. * @see org.jboss.drools.BinomialDistributionType#getProbability() * @see #getBinomialDistributionType() * @generated */ EAttribute getBinomialDistributionType_Probability(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.BinomialDistributionType#getTrials Trials}'. * * * @return the meta object for the attribute 'Trials'. * @see org.jboss.drools.BinomialDistributionType#getTrials() * @see #getBinomialDistributionType() * @generated */ EAttribute getBinomialDistributionType_Trials(); /** * Returns the meta object for class '{@link org.jboss.drools.BooleanParameterType Boolean Parameter Type}'. * * * @return the meta object for class 'Boolean Parameter Type'. * @see org.jboss.drools.BooleanParameterType * @generated */ EClass getBooleanParameterType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.BooleanParameterType#isValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.jboss.drools.BooleanParameterType#isValue() * @see #getBooleanParameterType() * @generated */ EAttribute getBooleanParameterType_Value(); /** * Returns the meta object for class '{@link org.jboss.drools.Calendar Calendar}'. * * * @return the meta object for class 'Calendar'. * @see org.jboss.drools.Calendar * @generated */ EClass getCalendar(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Calendar#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.jboss.drools.Calendar#getValue() * @see #getCalendar() * @generated */ EAttribute getCalendar_Value(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Calendar#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.jboss.drools.Calendar#getId() * @see #getCalendar() * @generated */ EAttribute getCalendar_Id(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Calendar#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see org.jboss.drools.Calendar#getName() * @see #getCalendar() * @generated */ EAttribute getCalendar_Name(); /** * Returns the meta object for class '{@link org.jboss.drools.ConstantParameter Constant Parameter}'. * * * @return the meta object for class 'Constant Parameter'. * @see org.jboss.drools.ConstantParameter * @generated */ EClass getConstantParameter(); /** * Returns the meta object for class '{@link org.jboss.drools.ControlParameters Control Parameters}'. * * * @return the meta object for class 'Control Parameters'. * @see org.jboss.drools.ControlParameters * @generated */ EClass getControlParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ControlParameters#getProbability Probability}'. * * * @return the meta object for the containment reference 'Probability'. * @see org.jboss.drools.ControlParameters#getProbability() * @see #getControlParameters() * @generated */ EReference getControlParameters_Probability(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ControlParameters#getInterTriggerTimer Inter Trigger Timer}'. * * * @return the meta object for the containment reference 'Inter Trigger Timer'. * @see org.jboss.drools.ControlParameters#getInterTriggerTimer() * @see #getControlParameters() * @generated */ EReference getControlParameters_InterTriggerTimer(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ControlParameters#getMaxTriggerCount Max Trigger Count}'. * * * @return the meta object for the containment reference 'Max Trigger Count'. * @see org.jboss.drools.ControlParameters#getMaxTriggerCount() * @see #getControlParameters() * @generated */ EReference getControlParameters_MaxTriggerCount(); /** * Returns the meta object for class '{@link org.jboss.drools.CostParameters Cost Parameters}'. * * * @return the meta object for class 'Cost Parameters'. * @see org.jboss.drools.CostParameters * @generated */ EClass getCostParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.CostParameters#getFixedCost Fixed Cost}'. * * * @return the meta object for the containment reference 'Fixed Cost'. * @see org.jboss.drools.CostParameters#getFixedCost() * @see #getCostParameters() * @generated */ EReference getCostParameters_FixedCost(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.CostParameters#getUnitCost Unit Cost}'. * * * @return the meta object for the containment reference 'Unit Cost'. * @see org.jboss.drools.CostParameters#getUnitCost() * @see #getCostParameters() * @generated */ EReference getCostParameters_UnitCost(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.CostParameters#getCurrencyUnit Currency Unit}'. * * * @return the meta object for the attribute 'Currency Unit'. * @see org.jboss.drools.CostParameters#getCurrencyUnit() * @see #getCostParameters() * @generated */ EAttribute getCostParameters_CurrencyUnit(); /** * Returns the meta object for class '{@link org.jboss.drools.DateTimeParameterType Date Time Parameter Type}'. * * * @return the meta object for class 'Date Time Parameter Type'. * @see org.jboss.drools.DateTimeParameterType * @generated */ EClass getDateTimeParameterType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.DateTimeParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.jboss.drools.DateTimeParameterType#getValue() * @see #getDateTimeParameterType() * @generated */ EAttribute getDateTimeParameterType_Value(); /** * Returns the meta object for class '{@link org.jboss.drools.DecimalParameterType Decimal Parameter Type}'. * * * @return the meta object for class 'Decimal Parameter Type'. * @see org.jboss.drools.DecimalParameterType * @generated */ EClass getDecimalParameterType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.DecimalParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.jboss.drools.DecimalParameterType#getValue() * @see #getDecimalParameterType() * @generated */ EAttribute getDecimalParameterType_Value(); /** * Returns the meta object for class '{@link org.jboss.drools.DistributionParameter Distribution Parameter}'. * * * @return the meta object for class 'Distribution Parameter'. * @see org.jboss.drools.DistributionParameter * @generated */ EClass getDistributionParameter(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.DistributionParameter#isDiscrete Discrete}'. * * * @return the meta object for the attribute 'Discrete'. * @see org.jboss.drools.DistributionParameter#isDiscrete() * @see #getDistributionParameter() * @generated */ EAttribute getDistributionParameter_Discrete(); /** * Returns the meta object for class '{@link org.jboss.drools.DocumentRoot Document Root}'. * * * @return the meta object for class 'Document Root'. * @see org.jboss.drools.DocumentRoot * @generated */ EClass getDocumentRoot(); /** * Returns the meta object for the attribute list '{@link org.jboss.drools.DocumentRoot#getMixed Mixed}'. * * * @return the meta object for the attribute list 'Mixed'. * @see org.jboss.drools.DocumentRoot#getMixed() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Mixed(); /** * Returns the meta object for the map '{@link org.jboss.drools.DocumentRoot#getXMLNSPrefixMap XMLNS Prefix Map}'. * * * @return the meta object for the map 'XMLNS Prefix Map'. * @see org.jboss.drools.DocumentRoot#getXMLNSPrefixMap() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XMLNSPrefixMap(); /** * Returns the meta object for the map '{@link org.jboss.drools.DocumentRoot#getXSISchemaLocation XSI Schema Location}'. * * * @return the meta object for the map 'XSI Schema Location'. * @see org.jboss.drools.DocumentRoot#getXSISchemaLocation() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_XSISchemaLocation(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getBetaDistribution Beta Distribution}'. * * * @return the meta object for the containment reference 'Beta Distribution'. * @see org.jboss.drools.DocumentRoot#getBetaDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_BetaDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getParameterValue Parameter Value}'. * * * @return the meta object for the containment reference 'Parameter Value'. * @see org.jboss.drools.DocumentRoot#getParameterValue() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ParameterValue(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getBinomialDistribution Binomial Distribution}'. * * * @return the meta object for the containment reference 'Binomial Distribution'. * @see org.jboss.drools.DocumentRoot#getBinomialDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_BinomialDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getBooleanParameter Boolean Parameter}'. * * * @return the meta object for the containment reference 'Boolean Parameter'. * @see org.jboss.drools.DocumentRoot#getBooleanParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_BooleanParameter(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getDateTimeParameter Date Time Parameter}'. * * * @return the meta object for the containment reference 'Date Time Parameter'. * @see org.jboss.drools.DocumentRoot#getDateTimeParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_DateTimeParameter(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getDecimalParameter Decimal Parameter}'. * * * @return the meta object for the containment reference 'Decimal Parameter'. * @see org.jboss.drools.DocumentRoot#getDecimalParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_DecimalParameter(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getDurationParameter Duration Parameter}'. * * * @return the meta object for the containment reference 'Duration Parameter'. * @see org.jboss.drools.DocumentRoot#getDurationParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_DurationParameter(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getEnumParameter Enum Parameter}'. * * * @return the meta object for the containment reference 'Enum Parameter'. * @see org.jboss.drools.DocumentRoot#getEnumParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_EnumParameter(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getErlangDistribution Erlang Distribution}'. * * * @return the meta object for the containment reference 'Erlang Distribution'. * @see org.jboss.drools.DocumentRoot#getErlangDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ErlangDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getExpressionParameter Expression Parameter}'. * * * @return the meta object for the containment reference 'Expression Parameter'. * @see org.jboss.drools.DocumentRoot#getExpressionParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ExpressionParameter(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getFloatingParameter Floating Parameter}'. * * * @return the meta object for the containment reference 'Floating Parameter'. * @see org.jboss.drools.DocumentRoot#getFloatingParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_FloatingParameter(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getGammaDistribution Gamma Distribution}'. * * * @return the meta object for the containment reference 'Gamma Distribution'. * @see org.jboss.drools.DocumentRoot#getGammaDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_GammaDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getGlobal Global}'. * * * @return the meta object for the containment reference 'Global'. * @see org.jboss.drools.DocumentRoot#getGlobal() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Global(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getImport Import}'. * * * @return the meta object for the containment reference 'Import'. * @see org.jboss.drools.DocumentRoot#getImport() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Import(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getLogNormalDistribution Log Normal Distribution}'. * * * @return the meta object for the containment reference 'Log Normal Distribution'. * @see org.jboss.drools.DocumentRoot#getLogNormalDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_LogNormalDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getMetadata Metadata}'. * * * @return the meta object for the containment reference 'Metadata'. * @see org.jboss.drools.DocumentRoot#getMetadata() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Metadata(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getMetaentry Metaentry}'. * * * @return the meta object for the containment reference 'Metaentry'. * @see org.jboss.drools.DocumentRoot#getMetaentry() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_Metaentry(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getNegativeExponentialDistribution Negative Exponential Distribution}'. * * * @return the meta object for the containment reference 'Negative Exponential Distribution'. * @see org.jboss.drools.DocumentRoot#getNegativeExponentialDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_NegativeExponentialDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getNormalDistribution Normal Distribution}'. * * * @return the meta object for the containment reference 'Normal Distribution'. * @see org.jboss.drools.DocumentRoot#getNormalDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_NormalDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getNumericParameter Numeric Parameter}'. * * * @return the meta object for the containment reference 'Numeric Parameter'. * @see org.jboss.drools.DocumentRoot#getNumericParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_NumericParameter(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getOnEntryScript On Entry Script}'. * * * @return the meta object for the containment reference 'On Entry Script'. * @see org.jboss.drools.DocumentRoot#getOnEntryScript() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_OnEntryScript(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getOnExitScript On Exit Script}'. * * * @return the meta object for the containment reference 'On Exit Script'. * @see org.jboss.drools.DocumentRoot#getOnExitScript() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_OnExitScript(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getPoissonDistribution Poisson Distribution}'. * * * @return the meta object for the containment reference 'Poisson Distribution'. * @see org.jboss.drools.DocumentRoot#getPoissonDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_PoissonDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getProcessAnalysisData Process Analysis Data}'. * * * @return the meta object for the containment reference 'Process Analysis Data'. * @see org.jboss.drools.DocumentRoot#getProcessAnalysisData() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_ProcessAnalysisData(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getRandomDistribution Random Distribution}'. * * * @return the meta object for the containment reference 'Random Distribution'. * @see org.jboss.drools.DocumentRoot#getRandomDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_RandomDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getStringParameter String Parameter}'. * * * @return the meta object for the containment reference 'String Parameter'. * @see org.jboss.drools.DocumentRoot#getStringParameter() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_StringParameter(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getTriangularDistribution Triangular Distribution}'. * * * @return the meta object for the containment reference 'Triangular Distribution'. * @see org.jboss.drools.DocumentRoot#getTriangularDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_TriangularDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getTruncatedNormalDistribution Truncated Normal Distribution}'. * * * @return the meta object for the containment reference 'Truncated Normal Distribution'. * @see org.jboss.drools.DocumentRoot#getTruncatedNormalDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_TruncatedNormalDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getUniformDistribution Uniform Distribution}'. * * * @return the meta object for the containment reference 'Uniform Distribution'. * @see org.jboss.drools.DocumentRoot#getUniformDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_UniformDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getUserDistribution User Distribution}'. * * * @return the meta object for the containment reference 'User Distribution'. * @see org.jboss.drools.DocumentRoot#getUserDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_UserDistribution(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getUserDistributionDataPoint User Distribution Data Point}'. * * * @return the meta object for the containment reference 'User Distribution Data Point'. * @see org.jboss.drools.DocumentRoot#getUserDistributionDataPoint() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_UserDistributionDataPoint(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.DocumentRoot#getWeibullDistribution Weibull Distribution}'. * * * @return the meta object for the containment reference 'Weibull Distribution'. * @see org.jboss.drools.DocumentRoot#getWeibullDistribution() * @see #getDocumentRoot() * @generated */ EReference getDocumentRoot_WeibullDistribution(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.DocumentRoot#getPackageName Package Name}'. * * * @return the meta object for the attribute 'Package Name'. * @see org.jboss.drools.DocumentRoot#getPackageName() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_PackageName(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.DocumentRoot#getPriority Priority}'. * * * @return the meta object for the attribute 'Priority'. * @see org.jboss.drools.DocumentRoot#getPriority() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Priority(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.DocumentRoot#getRuleFlowGroup Rule Flow Group}'. * * * @return the meta object for the attribute 'Rule Flow Group'. * @see org.jboss.drools.DocumentRoot#getRuleFlowGroup() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_RuleFlowGroup(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.DocumentRoot#getTaskName Task Name}'. * * * @return the meta object for the attribute 'Task Name'. * @see org.jboss.drools.DocumentRoot#getTaskName() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_TaskName(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.DocumentRoot#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see org.jboss.drools.DocumentRoot#getVersion() * @see #getDocumentRoot() * @generated */ EAttribute getDocumentRoot_Version(); /** * Returns the meta object for class '{@link org.jboss.drools.DurationParameterType Duration Parameter Type}'. * * * @return the meta object for class 'Duration Parameter Type'. * @see org.jboss.drools.DurationParameterType * @generated */ EClass getDurationParameterType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.DurationParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.jboss.drools.DurationParameterType#getValue() * @see #getDurationParameterType() * @generated */ EAttribute getDurationParameterType_Value(); /** * Returns the meta object for class '{@link org.jboss.drools.ElementParameters Element Parameters}'. * * * @return the meta object for class 'Element Parameters'. * @see org.jboss.drools.ElementParameters * @generated */ EClass getElementParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ElementParameters#getTimeParameters Time Parameters}'. * * * @return the meta object for the containment reference 'Time Parameters'. * @see org.jboss.drools.ElementParameters#getTimeParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_TimeParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ElementParameters#getControlParameters Control Parameters}'. * * * @return the meta object for the containment reference 'Control Parameters'. * @see org.jboss.drools.ElementParameters#getControlParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_ControlParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ElementParameters#getResourceParameters Resource Parameters}'. * * * @return the meta object for the containment reference 'Resource Parameters'. * @see org.jboss.drools.ElementParameters#getResourceParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_ResourceParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ElementParameters#getPriorityParameters Priority Parameters}'. * * * @return the meta object for the containment reference 'Priority Parameters'. * @see org.jboss.drools.ElementParameters#getPriorityParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_PriorityParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ElementParameters#getCostParameters Cost Parameters}'. * * * @return the meta object for the containment reference 'Cost Parameters'. * @see org.jboss.drools.ElementParameters#getCostParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_CostParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ElementParameters#getPropertyParameters Property Parameters}'. * * * @return the meta object for the containment reference 'Property Parameters'. * @see org.jboss.drools.ElementParameters#getPropertyParameters() * @see #getElementParameters() * @generated */ EReference getElementParameters_PropertyParameters(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.ElementParameters#getVendorExtension Vendor Extension}'. * * * @return the meta object for the containment reference list 'Vendor Extension'. * @see org.jboss.drools.ElementParameters#getVendorExtension() * @see #getElementParameters() * @generated */ EReference getElementParameters_VendorExtension(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ElementParameters#getElementId Element Id}'. * * * @return the meta object for the attribute 'Element Id'. * @see org.jboss.drools.ElementParameters#getElementId() * @see #getElementParameters() * @generated */ EAttribute getElementParameters_ElementId(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ElementParameters#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.jboss.drools.ElementParameters#getId() * @see #getElementParameters() * @generated */ EAttribute getElementParameters_Id(); /** * Returns the meta object for class '{@link org.jboss.drools.ElementParametersType Element Parameters Type}'. * * * @return the meta object for class 'Element Parameters Type'. * @see org.jboss.drools.ElementParametersType * @generated */ EClass getElementParametersType(); /** * Returns the meta object for class '{@link org.jboss.drools.EnumParameterType Enum Parameter Type}'. * * * @return the meta object for class 'Enum Parameter Type'. * @see org.jboss.drools.EnumParameterType * @generated */ EClass getEnumParameterType(); /** * Returns the meta object for the attribute list '{@link org.jboss.drools.EnumParameterType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see org.jboss.drools.EnumParameterType#getGroup() * @see #getEnumParameterType() * @generated */ EAttribute getEnumParameterType_Group(); /** * Returns the meta object for the attribute list '{@link org.jboss.drools.EnumParameterType#getParameterValueGroup Parameter Value Group}'. * * * @return the meta object for the attribute list 'Parameter Value Group'. * @see org.jboss.drools.EnumParameterType#getParameterValueGroup() * @see #getEnumParameterType() * @generated */ EAttribute getEnumParameterType_ParameterValueGroup(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.EnumParameterType#getParameterValue Parameter Value}'. * * * @return the meta object for the containment reference list 'Parameter Value'. * @see org.jboss.drools.EnumParameterType#getParameterValue() * @see #getEnumParameterType() * @generated */ EReference getEnumParameterType_ParameterValue(); /** * Returns the meta object for class '{@link org.jboss.drools.ErlangDistributionType Erlang Distribution Type}'. * * * @return the meta object for class 'Erlang Distribution Type'. * @see org.jboss.drools.ErlangDistributionType * @generated */ EClass getErlangDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ErlangDistributionType#getK K}'. * * * @return the meta object for the attribute 'K'. * @see org.jboss.drools.ErlangDistributionType#getK() * @see #getErlangDistributionType() * @generated */ EAttribute getErlangDistributionType_K(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ErlangDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see org.jboss.drools.ErlangDistributionType#getMean() * @see #getErlangDistributionType() * @generated */ EAttribute getErlangDistributionType_Mean(); /** * Returns the meta object for class '{@link org.jboss.drools.ExpressionParameterType Expression Parameter Type}'. * * * @return the meta object for class 'Expression Parameter Type'. * @see org.jboss.drools.ExpressionParameterType * @generated */ EClass getExpressionParameterType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ExpressionParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.jboss.drools.ExpressionParameterType#getValue() * @see #getExpressionParameterType() * @generated */ EAttribute getExpressionParameterType_Value(); /** * Returns the meta object for class '{@link org.jboss.drools.FloatingParameterType Floating Parameter Type}'. * * * @return the meta object for class 'Floating Parameter Type'. * @see org.jboss.drools.FloatingParameterType * @generated */ EClass getFloatingParameterType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.FloatingParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.jboss.drools.FloatingParameterType#getValue() * @see #getFloatingParameterType() * @generated */ EAttribute getFloatingParameterType_Value(); /** * Returns the meta object for class '{@link org.jboss.drools.GammaDistributionType Gamma Distribution Type}'. * * * @return the meta object for class 'Gamma Distribution Type'. * @see org.jboss.drools.GammaDistributionType * @generated */ EClass getGammaDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.GammaDistributionType#getScale Scale}'. * * * @return the meta object for the attribute 'Scale'. * @see org.jboss.drools.GammaDistributionType#getScale() * @see #getGammaDistributionType() * @generated */ EAttribute getGammaDistributionType_Scale(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.GammaDistributionType#getShape Shape}'. * * * @return the meta object for the attribute 'Shape'. * @see org.jboss.drools.GammaDistributionType#getShape() * @see #getGammaDistributionType() * @generated */ EAttribute getGammaDistributionType_Shape(); /** * Returns the meta object for class '{@link org.jboss.drools.GlobalType Global Type}'. * * * @return the meta object for class 'Global Type'. * @see org.jboss.drools.GlobalType * @generated */ EClass getGlobalType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.GlobalType#getIdentifier Identifier}'. * * * @return the meta object for the attribute 'Identifier'. * @see org.jboss.drools.GlobalType#getIdentifier() * @see #getGlobalType() * @generated */ EAttribute getGlobalType_Identifier(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.GlobalType#getType Type}'. * * * @return the meta object for the attribute 'Type'. * @see org.jboss.drools.GlobalType#getType() * @see #getGlobalType() * @generated */ EAttribute getGlobalType_Type(); /** * Returns the meta object for class '{@link org.jboss.drools.ImportType Import Type}'. * * * @return the meta object for class 'Import Type'. * @see org.jboss.drools.ImportType * @generated */ EClass getImportType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ImportType#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see org.jboss.drools.ImportType#getName() * @see #getImportType() * @generated */ EAttribute getImportType_Name(); /** * Returns the meta object for class '{@link org.jboss.drools.LogNormalDistributionType Log Normal Distribution Type}'. * * * @return the meta object for class 'Log Normal Distribution Type'. * @see org.jboss.drools.LogNormalDistributionType * @generated */ EClass getLogNormalDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.LogNormalDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see org.jboss.drools.LogNormalDistributionType#getMean() * @see #getLogNormalDistributionType() * @generated */ EAttribute getLogNormalDistributionType_Mean(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.LogNormalDistributionType#getStandardDeviation Standard Deviation}'. * * * @return the meta object for the attribute 'Standard Deviation'. * @see org.jboss.drools.LogNormalDistributionType#getStandardDeviation() * @see #getLogNormalDistributionType() * @generated */ EAttribute getLogNormalDistributionType_StandardDeviation(); /** * Returns the meta object for class '{@link org.jboss.drools.MetadataType Metadata Type}'. * * * @return the meta object for class 'Metadata Type'. * @see org.jboss.drools.MetadataType * @generated */ EClass getMetadataType(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.MetadataType#getMetaentry Metaentry}'. * * * @return the meta object for the containment reference list 'Metaentry'. * @see org.jboss.drools.MetadataType#getMetaentry() * @see #getMetadataType() * @generated */ EReference getMetadataType_Metaentry(); /** * Returns the meta object for class '{@link org.jboss.drools.MetaentryType Metaentry Type}'. * * * @return the meta object for class 'Metaentry Type'. * @see org.jboss.drools.MetaentryType * @generated */ EClass getMetaentryType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.MetaentryType#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see org.jboss.drools.MetaentryType#getName() * @see #getMetaentryType() * @generated */ EAttribute getMetaentryType_Name(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.MetaentryType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.jboss.drools.MetaentryType#getValue() * @see #getMetaentryType() * @generated */ EAttribute getMetaentryType_Value(); /** * Returns the meta object for class '{@link org.jboss.drools.NegativeExponentialDistributionType Negative Exponential Distribution Type}'. * * * @return the meta object for class 'Negative Exponential Distribution Type'. * @see org.jboss.drools.NegativeExponentialDistributionType * @generated */ EClass getNegativeExponentialDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.NegativeExponentialDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see org.jboss.drools.NegativeExponentialDistributionType#getMean() * @see #getNegativeExponentialDistributionType() * @generated */ EAttribute getNegativeExponentialDistributionType_Mean(); /** * Returns the meta object for class '{@link org.jboss.drools.NormalDistributionType Normal Distribution Type}'. * * * @return the meta object for class 'Normal Distribution Type'. * @see org.jboss.drools.NormalDistributionType * @generated */ EClass getNormalDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.NormalDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see org.jboss.drools.NormalDistributionType#getMean() * @see #getNormalDistributionType() * @generated */ EAttribute getNormalDistributionType_Mean(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.NormalDistributionType#getStandardDeviation Standard Deviation}'. * * * @return the meta object for the attribute 'Standard Deviation'. * @see org.jboss.drools.NormalDistributionType#getStandardDeviation() * @see #getNormalDistributionType() * @generated */ EAttribute getNormalDistributionType_StandardDeviation(); /** * Returns the meta object for class '{@link org.jboss.drools.NumericParameterType Numeric Parameter Type}'. * * * @return the meta object for class 'Numeric Parameter Type'. * @see org.jboss.drools.NumericParameterType * @generated */ EClass getNumericParameterType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.NumericParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.jboss.drools.NumericParameterType#getValue() * @see #getNumericParameterType() * @generated */ EAttribute getNumericParameterType_Value(); /** * Returns the meta object for class '{@link org.jboss.drools.OnEntryScriptType On Entry Script Type}'. * * * @return the meta object for class 'On Entry Script Type'. * @see org.jboss.drools.OnEntryScriptType * @generated */ EClass getOnEntryScriptType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.OnEntryScriptType#getScript Script}'. * * * @return the meta object for the attribute 'Script'. * @see org.jboss.drools.OnEntryScriptType#getScript() * @see #getOnEntryScriptType() * @generated */ EAttribute getOnEntryScriptType_Script(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.OnEntryScriptType#getScriptFormat Script Format}'. * * * @return the meta object for the attribute 'Script Format'. * @see org.jboss.drools.OnEntryScriptType#getScriptFormat() * @see #getOnEntryScriptType() * @generated */ EAttribute getOnEntryScriptType_ScriptFormat(); /** * Returns the meta object for class '{@link org.jboss.drools.OnExitScriptType On Exit Script Type}'. * * * @return the meta object for class 'On Exit Script Type'. * @see org.jboss.drools.OnExitScriptType * @generated */ EClass getOnExitScriptType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.OnExitScriptType#getScript Script}'. * * * @return the meta object for the attribute 'Script'. * @see org.jboss.drools.OnExitScriptType#getScript() * @see #getOnExitScriptType() * @generated */ EAttribute getOnExitScriptType_Script(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.OnExitScriptType#getScriptFormat Script Format}'. * * * @return the meta object for the attribute 'Script Format'. * @see org.jboss.drools.OnExitScriptType#getScriptFormat() * @see #getOnExitScriptType() * @generated */ EAttribute getOnExitScriptType_ScriptFormat(); /** * Returns the meta object for class '{@link org.jboss.drools.Parameter Parameter}'. * * * @return the meta object for class 'Parameter'. * @see org.jboss.drools.Parameter * @generated */ EClass getParameter(); /** * Returns the meta object for the attribute list '{@link org.jboss.drools.Parameter#getResultRequest Result Request}'. * * * @return the meta object for the attribute list 'Result Request'. * @see org.jboss.drools.Parameter#getResultRequest() * @see #getParameter() * @generated */ EAttribute getParameter_ResultRequest(); /** * Returns the meta object for the attribute list '{@link org.jboss.drools.Parameter#getParameterValueGroup Parameter Value Group}'. * * * @return the meta object for the attribute list 'Parameter Value Group'. * @see org.jboss.drools.Parameter#getParameterValueGroup() * @see #getParameter() * @generated */ EAttribute getParameter_ParameterValueGroup(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.Parameter#getParameterValue Parameter Value}'. * * * @return the meta object for the containment reference list 'Parameter Value'. * @see org.jboss.drools.Parameter#getParameterValue() * @see #getParameter() * @generated */ EReference getParameter_ParameterValue(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Parameter#isKpi Kpi}'. * * * @return the meta object for the attribute 'Kpi'. * @see org.jboss.drools.Parameter#isKpi() * @see #getParameter() * @generated */ EAttribute getParameter_Kpi(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Parameter#isSla Sla}'. * * * @return the meta object for the attribute 'Sla'. * @see org.jboss.drools.Parameter#isSla() * @see #getParameter() * @generated */ EAttribute getParameter_Sla(); /** * Returns the meta object for class '{@link org.jboss.drools.ParameterValue Parameter Value}'. * * * @return the meta object for class 'Parameter Value'. * @see org.jboss.drools.ParameterValue * @generated */ EClass getParameterValue(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ParameterValue#getInstance Instance}'. * * * @return the meta object for the attribute 'Instance'. * @see org.jboss.drools.ParameterValue#getInstance() * @see #getParameterValue() * @generated */ EAttribute getParameterValue_Instance(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ParameterValue#getResult Result}'. * * * @return the meta object for the attribute 'Result'. * @see org.jboss.drools.ParameterValue#getResult() * @see #getParameterValue() * @generated */ EAttribute getParameterValue_Result(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ParameterValue#getValidFor Valid For}'. * * * @return the meta object for the attribute 'Valid For'. * @see org.jboss.drools.ParameterValue#getValidFor() * @see #getParameterValue() * @generated */ EAttribute getParameterValue_ValidFor(); /** * Returns the meta object for class '{@link org.jboss.drools.PoissonDistributionType Poisson Distribution Type}'. * * * @return the meta object for class 'Poisson Distribution Type'. * @see org.jboss.drools.PoissonDistributionType * @generated */ EClass getPoissonDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.PoissonDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see org.jboss.drools.PoissonDistributionType#getMean() * @see #getPoissonDistributionType() * @generated */ EAttribute getPoissonDistributionType_Mean(); /** * Returns the meta object for class '{@link org.jboss.drools.PriorityParameters Priority Parameters}'. * * * @return the meta object for class 'Priority Parameters'. * @see org.jboss.drools.PriorityParameters * @generated */ EClass getPriorityParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.PriorityParameters#getInterruptible Interruptible}'. * * * @return the meta object for the containment reference 'Interruptible'. * @see org.jboss.drools.PriorityParameters#getInterruptible() * @see #getPriorityParameters() * @generated */ EReference getPriorityParameters_Interruptible(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.PriorityParameters#getPriority Priority}'. * * * @return the meta object for the containment reference 'Priority'. * @see org.jboss.drools.PriorityParameters#getPriority() * @see #getPriorityParameters() * @generated */ EReference getPriorityParameters_Priority(); /** * Returns the meta object for class '{@link org.jboss.drools.ProcessAnalysisDataType Process Analysis Data Type}'. * * * @return the meta object for class 'Process Analysis Data Type'. * @see org.jboss.drools.ProcessAnalysisDataType * @generated */ EClass getProcessAnalysisDataType(); /** * Returns the meta object for the attribute list '{@link org.jboss.drools.ProcessAnalysisDataType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see org.jboss.drools.ProcessAnalysisDataType#getGroup() * @see #getProcessAnalysisDataType() * @generated */ EAttribute getProcessAnalysisDataType_Group(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.ProcessAnalysisDataType#getScenario Scenario}'. * * * @return the meta object for the containment reference list 'Scenario'. * @see org.jboss.drools.ProcessAnalysisDataType#getScenario() * @see #getProcessAnalysisDataType() * @generated */ EReference getProcessAnalysisDataType_Scenario(); /** * Returns the meta object for class '{@link org.jboss.drools.PropertyParameters Property Parameters}'. * * * @return the meta object for class 'Property Parameters'. * @see org.jboss.drools.PropertyParameters * @generated */ EClass getPropertyParameters(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.PropertyParameters#getProperty Property}'. * * * @return the meta object for the containment reference list 'Property'. * @see org.jboss.drools.PropertyParameters#getProperty() * @see #getPropertyParameters() * @generated */ EReference getPropertyParameters_Property(); /** * Returns the meta object for class '{@link org.jboss.drools.PropertyType Property Type}'. * * * @return the meta object for class 'Property Type'. * @see org.jboss.drools.PropertyType * @generated */ EClass getPropertyType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.PropertyType#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see org.jboss.drools.PropertyType#getName() * @see #getPropertyType() * @generated */ EAttribute getPropertyType_Name(); /** * Returns the meta object for class '{@link org.jboss.drools.RandomDistributionType Random Distribution Type}'. * * * @return the meta object for class 'Random Distribution Type'. * @see org.jboss.drools.RandomDistributionType * @generated */ EClass getRandomDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.RandomDistributionType#getMax Max}'. * * * @return the meta object for the attribute 'Max'. * @see org.jboss.drools.RandomDistributionType#getMax() * @see #getRandomDistributionType() * @generated */ EAttribute getRandomDistributionType_Max(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.RandomDistributionType#getMin Min}'. * * * @return the meta object for the attribute 'Min'. * @see org.jboss.drools.RandomDistributionType#getMin() * @see #getRandomDistributionType() * @generated */ EAttribute getRandomDistributionType_Min(); /** * Returns the meta object for class '{@link org.jboss.drools.ResourceParameters Resource Parameters}'. * * * @return the meta object for class 'Resource Parameters'. * @see org.jboss.drools.ResourceParameters * @generated */ EClass getResourceParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ResourceParameters#getSelection Selection}'. * * * @return the meta object for the containment reference 'Selection'. * @see org.jboss.drools.ResourceParameters#getSelection() * @see #getResourceParameters() * @generated */ EReference getResourceParameters_Selection(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ResourceParameters#getAvailability Availability}'. * * * @return the meta object for the containment reference 'Availability'. * @see org.jboss.drools.ResourceParameters#getAvailability() * @see #getResourceParameters() * @generated */ EReference getResourceParameters_Availability(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ResourceParameters#getQuantity Quantity}'. * * * @return the meta object for the containment reference 'Quantity'. * @see org.jboss.drools.ResourceParameters#getQuantity() * @see #getResourceParameters() * @generated */ EReference getResourceParameters_Quantity(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ResourceParameters#getWorkinghours Workinghours}'. * * * @return the meta object for the containment reference 'Workinghours'. * @see org.jboss.drools.ResourceParameters#getWorkinghours() * @see #getResourceParameters() * @generated */ EReference getResourceParameters_Workinghours(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.ResourceParameters#getRole Role}'. * * * @return the meta object for the containment reference list 'Role'. * @see org.jboss.drools.ResourceParameters#getRole() * @see #getResourceParameters() * @generated */ EReference getResourceParameters_Role(); /** * Returns the meta object for class '{@link org.jboss.drools.Scenario Scenario}'. * * * @return the meta object for class 'Scenario'. * @see org.jboss.drools.Scenario * @generated */ EClass getScenario(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.Scenario#getScenarioParameters Scenario Parameters}'. * * * @return the meta object for the containment reference 'Scenario Parameters'. * @see org.jboss.drools.Scenario#getScenarioParameters() * @see #getScenario() * @generated */ EReference getScenario_ScenarioParameters(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.Scenario#getElementParameters Element Parameters}'. * * * @return the meta object for the containment reference list 'Element Parameters'. * @see org.jboss.drools.Scenario#getElementParameters() * @see #getScenario() * @generated */ EReference getScenario_ElementParameters(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.Scenario#getCalendar Calendar}'. * * * @return the meta object for the containment reference list 'Calendar'. * @see org.jboss.drools.Scenario#getCalendar() * @see #getScenario() * @generated */ EReference getScenario_Calendar(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.Scenario#getVendorExtension Vendor Extension}'. * * * @return the meta object for the containment reference list 'Vendor Extension'. * @see org.jboss.drools.Scenario#getVendorExtension() * @see #getScenario() * @generated */ EReference getScenario_VendorExtension(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Scenario#getAuthor Author}'. * * * @return the meta object for the attribute 'Author'. * @see org.jboss.drools.Scenario#getAuthor() * @see #getScenario() * @generated */ EAttribute getScenario_Author(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Scenario#getCreated Created}'. * * * @return the meta object for the attribute 'Created'. * @see org.jboss.drools.Scenario#getCreated() * @see #getScenario() * @generated */ EAttribute getScenario_Created(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Scenario#getDescription Description}'. * * * @return the meta object for the attribute 'Description'. * @see org.jboss.drools.Scenario#getDescription() * @see #getScenario() * @generated */ EAttribute getScenario_Description(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Scenario#getId Id}'. * * * @return the meta object for the attribute 'Id'. * @see org.jboss.drools.Scenario#getId() * @see #getScenario() * @generated */ EAttribute getScenario_Id(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Scenario#getInherits Inherits}'. * * * @return the meta object for the attribute 'Inherits'. * @see org.jboss.drools.Scenario#getInherits() * @see #getScenario() * @generated */ EAttribute getScenario_Inherits(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Scenario#getModified Modified}'. * * * @return the meta object for the attribute 'Modified'. * @see org.jboss.drools.Scenario#getModified() * @see #getScenario() * @generated */ EAttribute getScenario_Modified(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Scenario#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see org.jboss.drools.Scenario#getName() * @see #getScenario() * @generated */ EAttribute getScenario_Name(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Scenario#getResult Result}'. * * * @return the meta object for the attribute 'Result'. * @see org.jboss.drools.Scenario#getResult() * @see #getScenario() * @generated */ EAttribute getScenario_Result(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Scenario#getVendor Vendor}'. * * * @return the meta object for the attribute 'Vendor'. * @see org.jboss.drools.Scenario#getVendor() * @see #getScenario() * @generated */ EAttribute getScenario_Vendor(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.Scenario#getVersion Version}'. * * * @return the meta object for the attribute 'Version'. * @see org.jboss.drools.Scenario#getVersion() * @see #getScenario() * @generated */ EAttribute getScenario_Version(); /** * Returns the meta object for class '{@link org.jboss.drools.ScenarioParameters Scenario Parameters}'. * * * @return the meta object for class 'Scenario Parameters'. * @see org.jboss.drools.ScenarioParameters * @generated */ EClass getScenarioParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ScenarioParameters#getStart Start}'. * * * @return the meta object for the containment reference 'Start'. * @see org.jboss.drools.ScenarioParameters#getStart() * @see #getScenarioParameters() * @generated */ EReference getScenarioParameters_Start(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ScenarioParameters#getDuration Duration}'. * * * @return the meta object for the containment reference 'Duration'. * @see org.jboss.drools.ScenarioParameters#getDuration() * @see #getScenarioParameters() * @generated */ EReference getScenarioParameters_Duration(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.ScenarioParameters#getPropertyParameters Property Parameters}'. * * * @return the meta object for the containment reference 'Property Parameters'. * @see org.jboss.drools.ScenarioParameters#getPropertyParameters() * @see #getScenarioParameters() * @generated */ EReference getScenarioParameters_PropertyParameters(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ScenarioParameters#getBaseCurrencyUnit Base Currency Unit}'. * * * @return the meta object for the attribute 'Base Currency Unit'. * @see org.jboss.drools.ScenarioParameters#getBaseCurrencyUnit() * @see #getScenarioParameters() * @generated */ EAttribute getScenarioParameters_BaseCurrencyUnit(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ScenarioParameters#getBaseTimeUnit Base Time Unit}'. * * * @return the meta object for the attribute 'Base Time Unit'. * @see org.jboss.drools.ScenarioParameters#getBaseTimeUnit() * @see #getScenarioParameters() * @generated */ EAttribute getScenarioParameters_BaseTimeUnit(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ScenarioParameters#getReplication Replication}'. * * * @return the meta object for the attribute 'Replication'. * @see org.jboss.drools.ScenarioParameters#getReplication() * @see #getScenarioParameters() * @generated */ EAttribute getScenarioParameters_Replication(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.ScenarioParameters#getSeed Seed}'. * * * @return the meta object for the attribute 'Seed'. * @see org.jboss.drools.ScenarioParameters#getSeed() * @see #getScenarioParameters() * @generated */ EAttribute getScenarioParameters_Seed(); /** * Returns the meta object for class '{@link org.jboss.drools.ScenarioParametersType Scenario Parameters Type}'. * * * @return the meta object for class 'Scenario Parameters Type'. * @see org.jboss.drools.ScenarioParametersType * @generated */ EClass getScenarioParametersType(); /** * Returns the meta object for class '{@link org.jboss.drools.StringParameterType String Parameter Type}'. * * * @return the meta object for class 'String Parameter Type'. * @see org.jboss.drools.StringParameterType * @generated */ EClass getStringParameterType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.StringParameterType#getValue Value}'. * * * @return the meta object for the attribute 'Value'. * @see org.jboss.drools.StringParameterType#getValue() * @see #getStringParameterType() * @generated */ EAttribute getStringParameterType_Value(); /** * Returns the meta object for class '{@link org.jboss.drools.TimeParameters Time Parameters}'. * * * @return the meta object for class 'Time Parameters'. * @see org.jboss.drools.TimeParameters * @generated */ EClass getTimeParameters(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.TimeParameters#getTransferTime Transfer Time}'. * * * @return the meta object for the containment reference 'Transfer Time'. * @see org.jboss.drools.TimeParameters#getTransferTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_TransferTime(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.TimeParameters#getQueueTime Queue Time}'. * * * @return the meta object for the containment reference 'Queue Time'. * @see org.jboss.drools.TimeParameters#getQueueTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_QueueTime(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.TimeParameters#getWaitTime Wait Time}'. * * * @return the meta object for the containment reference 'Wait Time'. * @see org.jboss.drools.TimeParameters#getWaitTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_WaitTime(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.TimeParameters#getSetUpTime Set Up Time}'. * * * @return the meta object for the containment reference 'Set Up Time'. * @see org.jboss.drools.TimeParameters#getSetUpTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_SetUpTime(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.TimeParameters#getProcessingTime Processing Time}'. * * * @return the meta object for the containment reference 'Processing Time'. * @see org.jboss.drools.TimeParameters#getProcessingTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_ProcessingTime(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.TimeParameters#getValidationTime Validation Time}'. * * * @return the meta object for the containment reference 'Validation Time'. * @see org.jboss.drools.TimeParameters#getValidationTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_ValidationTime(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.TimeParameters#getReworkTime Rework Time}'. * * * @return the meta object for the containment reference 'Rework Time'. * @see org.jboss.drools.TimeParameters#getReworkTime() * @see #getTimeParameters() * @generated */ EReference getTimeParameters_ReworkTime(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.TimeParameters#getTimeUnit Time Unit}'. * * * @return the meta object for the attribute 'Time Unit'. * @see org.jboss.drools.TimeParameters#getTimeUnit() * @see #getTimeParameters() * @generated */ EAttribute getTimeParameters_TimeUnit(); /** * Returns the meta object for class '{@link org.jboss.drools.TriangularDistributionType Triangular Distribution Type}'. * * * @return the meta object for class 'Triangular Distribution Type'. * @see org.jboss.drools.TriangularDistributionType * @generated */ EClass getTriangularDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.TriangularDistributionType#getMax Max}'. * * * @return the meta object for the attribute 'Max'. * @see org.jboss.drools.TriangularDistributionType#getMax() * @see #getTriangularDistributionType() * @generated */ EAttribute getTriangularDistributionType_Max(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.TriangularDistributionType#getMin Min}'. * * * @return the meta object for the attribute 'Min'. * @see org.jboss.drools.TriangularDistributionType#getMin() * @see #getTriangularDistributionType() * @generated */ EAttribute getTriangularDistributionType_Min(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.TriangularDistributionType#getMostLikely Most Likely}'. * * * @return the meta object for the attribute 'Most Likely'. * @see org.jboss.drools.TriangularDistributionType#getMostLikely() * @see #getTriangularDistributionType() * @generated */ EAttribute getTriangularDistributionType_MostLikely(); /** * Returns the meta object for class '{@link org.jboss.drools.TruncatedNormalDistributionType Truncated Normal Distribution Type}'. * * * @return the meta object for class 'Truncated Normal Distribution Type'. * @see org.jboss.drools.TruncatedNormalDistributionType * @generated */ EClass getTruncatedNormalDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.TruncatedNormalDistributionType#getMax Max}'. * * * @return the meta object for the attribute 'Max'. * @see org.jboss.drools.TruncatedNormalDistributionType#getMax() * @see #getTruncatedNormalDistributionType() * @generated */ EAttribute getTruncatedNormalDistributionType_Max(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.TruncatedNormalDistributionType#getMean Mean}'. * * * @return the meta object for the attribute 'Mean'. * @see org.jboss.drools.TruncatedNormalDistributionType#getMean() * @see #getTruncatedNormalDistributionType() * @generated */ EAttribute getTruncatedNormalDistributionType_Mean(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.TruncatedNormalDistributionType#getMin Min}'. * * * @return the meta object for the attribute 'Min'. * @see org.jboss.drools.TruncatedNormalDistributionType#getMin() * @see #getTruncatedNormalDistributionType() * @generated */ EAttribute getTruncatedNormalDistributionType_Min(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.TruncatedNormalDistributionType#getStandardDeviation Standard Deviation}'. * * * @return the meta object for the attribute 'Standard Deviation'. * @see org.jboss.drools.TruncatedNormalDistributionType#getStandardDeviation() * @see #getTruncatedNormalDistributionType() * @generated */ EAttribute getTruncatedNormalDistributionType_StandardDeviation(); /** * Returns the meta object for class '{@link org.jboss.drools.UniformDistributionType Uniform Distribution Type}'. * * * @return the meta object for class 'Uniform Distribution Type'. * @see org.jboss.drools.UniformDistributionType * @generated */ EClass getUniformDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.UniformDistributionType#getMax Max}'. * * * @return the meta object for the attribute 'Max'. * @see org.jboss.drools.UniformDistributionType#getMax() * @see #getUniformDistributionType() * @generated */ EAttribute getUniformDistributionType_Max(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.UniformDistributionType#getMin Min}'. * * * @return the meta object for the attribute 'Min'. * @see org.jboss.drools.UniformDistributionType#getMin() * @see #getUniformDistributionType() * @generated */ EAttribute getUniformDistributionType_Min(); /** * Returns the meta object for class '{@link org.jboss.drools.UserDistributionDataPointType User Distribution Data Point Type}'. * * * @return the meta object for class 'User Distribution Data Point Type'. * @see org.jboss.drools.UserDistributionDataPointType * @generated */ EClass getUserDistributionDataPointType(); /** * Returns the meta object for the attribute list '{@link org.jboss.drools.UserDistributionDataPointType#getParameterValueGroup Parameter Value Group}'. * * * @return the meta object for the attribute list 'Parameter Value Group'. * @see org.jboss.drools.UserDistributionDataPointType#getParameterValueGroup() * @see #getUserDistributionDataPointType() * @generated */ EAttribute getUserDistributionDataPointType_ParameterValueGroup(); /** * Returns the meta object for the containment reference '{@link org.jboss.drools.UserDistributionDataPointType#getParameterValue Parameter Value}'. * * * @return the meta object for the containment reference 'Parameter Value'. * @see org.jboss.drools.UserDistributionDataPointType#getParameterValue() * @see #getUserDistributionDataPointType() * @generated */ EReference getUserDistributionDataPointType_ParameterValue(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.UserDistributionDataPointType#getProbability Probability}'. * * * @return the meta object for the attribute 'Probability'. * @see org.jboss.drools.UserDistributionDataPointType#getProbability() * @see #getUserDistributionDataPointType() * @generated */ EAttribute getUserDistributionDataPointType_Probability(); /** * Returns the meta object for class '{@link org.jboss.drools.UserDistributionType User Distribution Type}'. * * * @return the meta object for class 'User Distribution Type'. * @see org.jboss.drools.UserDistributionType * @generated */ EClass getUserDistributionType(); /** * Returns the meta object for the attribute list '{@link org.jboss.drools.UserDistributionType#getGroup Group}'. * * * @return the meta object for the attribute list 'Group'. * @see org.jboss.drools.UserDistributionType#getGroup() * @see #getUserDistributionType() * @generated */ EAttribute getUserDistributionType_Group(); /** * Returns the meta object for the containment reference list '{@link org.jboss.drools.UserDistributionType#getUserDistributionDataPoint User Distribution Data Point}'. * * * @return the meta object for the containment reference list 'User Distribution Data Point'. * @see org.jboss.drools.UserDistributionType#getUserDistributionDataPoint() * @see #getUserDistributionType() * @generated */ EReference getUserDistributionType_UserDistributionDataPoint(); /** * Returns the meta object for class '{@link org.jboss.drools.VendorExtension Vendor Extension}'. * * * @return the meta object for class 'Vendor Extension'. * @see org.jboss.drools.VendorExtension * @generated */ EClass getVendorExtension(); /** * Returns the meta object for the attribute list '{@link org.jboss.drools.VendorExtension#getAny Any}'. * * * @return the meta object for the attribute list 'Any'. * @see org.jboss.drools.VendorExtension#getAny() * @see #getVendorExtension() * @generated */ EAttribute getVendorExtension_Any(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.VendorExtension#getName Name}'. * * * @return the meta object for the attribute 'Name'. * @see org.jboss.drools.VendorExtension#getName() * @see #getVendorExtension() * @generated */ EAttribute getVendorExtension_Name(); /** * Returns the meta object for the attribute list '{@link org.jboss.drools.VendorExtension#getAnyAttribute Any Attribute}'. * * * @return the meta object for the attribute list 'Any Attribute'. * @see org.jboss.drools.VendorExtension#getAnyAttribute() * @see #getVendorExtension() * @generated */ EAttribute getVendorExtension_AnyAttribute(); /** * Returns the meta object for class '{@link org.jboss.drools.WeibullDistributionType Weibull Distribution Type}'. * * * @return the meta object for class 'Weibull Distribution Type'. * @see org.jboss.drools.WeibullDistributionType * @generated */ EClass getWeibullDistributionType(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.WeibullDistributionType#getScale Scale}'. * * * @return the meta object for the attribute 'Scale'. * @see org.jboss.drools.WeibullDistributionType#getScale() * @see #getWeibullDistributionType() * @generated */ EAttribute getWeibullDistributionType_Scale(); /** * Returns the meta object for the attribute '{@link org.jboss.drools.WeibullDistributionType#getShape Shape}'. * * * @return the meta object for the attribute 'Shape'. * @see org.jboss.drools.WeibullDistributionType#getShape() * @see #getWeibullDistributionType() * @generated */ EAttribute getWeibullDistributionType_Shape(); /** * Returns the meta object for enum '{@link org.jboss.drools.ResultType Result Type}'. * * * @return the meta object for enum 'Result Type'. * @see org.jboss.drools.ResultType * @generated */ EEnum getResultType(); /** * Returns the meta object for enum '{@link org.jboss.drools.TimeUnit Time Unit}'. * * * @return the meta object for enum 'Time Unit'. * @see org.jboss.drools.TimeUnit * @generated */ EEnum getTimeUnit(); /** * Returns the meta object for data type '{@link java.lang.String Package Name Type}'. * * * @return the meta object for data type 'Package Name Type'. * @see java.lang.String * @model instanceClass="java.lang.String" * extendedMetaData="name='packageName_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#string'" * @generated */ EDataType getPackageNameType(); /** * Returns the meta object for data type '{@link java.math.BigInteger Priority Type}'. * * * @return the meta object for data type 'Priority Type'. * @see java.math.BigInteger * @model instanceClass="java.math.BigInteger" * extendedMetaData="name='priority_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#integer' minInclusive='1'" * @generated */ EDataType getPriorityType(); /** * Returns the meta object for data type '{@link org.jboss.drools.ResultType Result Type Object}'. * * * @return the meta object for data type 'Result Type Object'. * @see org.jboss.drools.ResultType * @model instanceClass="org.jboss.drools.ResultType" * extendedMetaData="name='ResultType:Object' baseType='ResultType'" * @generated */ EDataType getResultTypeObject(); /** * Returns the meta object for data type '{@link java.lang.String Rule Flow Group Type}'. * * * @return the meta object for data type 'Rule Flow Group Type'. * @see java.lang.String * @model instanceClass="java.lang.String" * extendedMetaData="name='ruleFlowGroup_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#string'" * @generated */ EDataType getRuleFlowGroupType(); /** * Returns the meta object for data type '{@link java.lang.String Task Name Type}'. * * * @return the meta object for data type 'Task Name Type'. * @see java.lang.String * @model instanceClass="java.lang.String" * extendedMetaData="name='taskName_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#string'" * @generated */ EDataType getTaskNameType(); /** * Returns the meta object for data type '{@link org.jboss.drools.TimeUnit Time Unit Object}'. * * * @return the meta object for data type 'Time Unit Object'. * @see org.jboss.drools.TimeUnit * @model instanceClass="org.jboss.drools.TimeUnit" * extendedMetaData="name='TimeUnit:Object' baseType='TimeUnit'" * @generated */ EDataType getTimeUnitObject(); /** * Returns the meta object for data type '{@link java.lang.String Version Type}'. * * * @return the meta object for data type 'Version Type'. * @see java.lang.String * @model instanceClass="java.lang.String" * extendedMetaData="name='version_._type' baseType='http://www.eclipse.org/emf/2003/XMLType#string'" * @generated */ EDataType getVersionType(); /** * Returns the factory that creates the instances of the model. * * * @return the factory that creates the instances of the model. * @generated */ DroolsFactory getDroolsFactory(); /** * * Defines literals for the meta objects that represent *
    *
  • each class,
  • *
  • each feature of each class,
  • *
  • each enum,
  • *
  • and each data type
  • *
* * @generated */ interface Literals { /** * The meta object literal for the '{@link org.jboss.drools.impl.BetaDistributionTypeImpl Beta Distribution Type}' class. * * * @see org.jboss.drools.impl.BetaDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.BinomialDistributionTypeImpl Binomial Distribution Type}' class. * * * @see org.jboss.drools.impl.BinomialDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.BooleanParameterTypeImpl Boolean Parameter Type}' class. * * * @see org.jboss.drools.impl.BooleanParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.CalendarImpl Calendar}' class. * * * @see org.jboss.drools.impl.CalendarImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.ConstantParameterImpl Constant Parameter}' class. * * * @see org.jboss.drools.impl.ConstantParameterImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getConstantParameter() * @generated */ EClass CONSTANT_PARAMETER = eINSTANCE.getConstantParameter(); /** * The meta object literal for the '{@link org.jboss.drools.impl.ControlParametersImpl Control Parameters}' class. * * * @see org.jboss.drools.impl.ControlParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Inter Trigger Timer' containment reference feature. * * * @generated */ EReference CONTROL_PARAMETERS__INTER_TRIGGER_TIMER = eINSTANCE.getControlParameters_InterTriggerTimer(); /** * The meta object literal for the 'Max Trigger Count' containment reference feature. * * * @generated */ EReference CONTROL_PARAMETERS__MAX_TRIGGER_COUNT = eINSTANCE.getControlParameters_MaxTriggerCount(); /** * The meta object literal for the '{@link org.jboss.drools.impl.CostParametersImpl Cost Parameters}' class. * * * @see org.jboss.drools.impl.CostParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Currency Unit' attribute feature. * * * @generated */ EAttribute COST_PARAMETERS__CURRENCY_UNIT = eINSTANCE.getCostParameters_CurrencyUnit(); /** * The meta object literal for the '{@link org.jboss.drools.impl.DateTimeParameterTypeImpl Date Time Parameter Type}' class. * * * @see org.jboss.drools.impl.DateTimeParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.DecimalParameterTypeImpl Decimal Parameter Type}' class. * * * @see org.jboss.drools.impl.DecimalParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getDecimalParameterType() * @generated */ EClass DECIMAL_PARAMETER_TYPE = eINSTANCE.getDecimalParameterType(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute DECIMAL_PARAMETER_TYPE__VALUE = eINSTANCE.getDecimalParameterType_Value(); /** * The meta object literal for the '{@link org.jboss.drools.impl.DistributionParameterImpl Distribution Parameter}' class. * * * @see org.jboss.drools.impl.DistributionParameterImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getDistributionParameter() * @generated */ EClass DISTRIBUTION_PARAMETER = eINSTANCE.getDistributionParameter(); /** * The meta object literal for the 'Discrete' attribute feature. * * * @generated */ EAttribute DISTRIBUTION_PARAMETER__DISCRETE = eINSTANCE.getDistributionParameter_Discrete(); /** * The meta object literal for the '{@link org.jboss.drools.impl.DocumentRootImpl Document Root}' class. * * * @see org.jboss.drools.impl.DocumentRootImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Date Time Parameter' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__DATE_TIME_PARAMETER = eINSTANCE.getDocumentRoot_DateTimeParameter(); /** * The meta object literal for the 'Decimal Parameter' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__DECIMAL_PARAMETER = eINSTANCE.getDocumentRoot_DecimalParameter(); /** * 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 'Global' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__GLOBAL = eINSTANCE.getDocumentRoot_Global(); /** * The meta object literal for the 'Import' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__IMPORT = eINSTANCE.getDocumentRoot_Import(); /** * 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 'Metadata' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__METADATA = eINSTANCE.getDocumentRoot_Metadata(); /** * The meta object literal for the 'Metaentry' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__METAENTRY = eINSTANCE.getDocumentRoot_Metaentry(); /** * 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 'On Entry Script' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__ON_ENTRY_SCRIPT = eINSTANCE.getDocumentRoot_OnEntryScript(); /** * The meta object literal for the 'On Exit Script' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__ON_EXIT_SCRIPT = eINSTANCE.getDocumentRoot_OnExitScript(); /** * 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 'Process Analysis Data' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__PROCESS_ANALYSIS_DATA = eINSTANCE.getDocumentRoot_ProcessAnalysisData(); /** * The meta object literal for the 'Random Distribution' containment reference feature. * * * @generated */ EReference DOCUMENT_ROOT__RANDOM_DISTRIBUTION = eINSTANCE.getDocumentRoot_RandomDistribution(); /** * 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 'Package Name' attribute feature. * * * @generated */ EAttribute DOCUMENT_ROOT__PACKAGE_NAME = eINSTANCE.getDocumentRoot_PackageName(); /** * The meta object literal for the 'Priority' attribute feature. * * * @generated */ EAttribute DOCUMENT_ROOT__PRIORITY = eINSTANCE.getDocumentRoot_Priority(); /** * The meta object literal for the 'Rule Flow Group' attribute feature. * * * @generated */ EAttribute DOCUMENT_ROOT__RULE_FLOW_GROUP = eINSTANCE.getDocumentRoot_RuleFlowGroup(); /** * The meta object literal for the 'Task Name' attribute feature. * * * @generated */ EAttribute DOCUMENT_ROOT__TASK_NAME = eINSTANCE.getDocumentRoot_TaskName(); /** * The meta object literal for the 'Version' attribute feature. * * * @generated */ EAttribute DOCUMENT_ROOT__VERSION = eINSTANCE.getDocumentRoot_Version(); /** * The meta object literal for the '{@link org.jboss.drools.impl.DurationParameterTypeImpl Duration Parameter Type}' class. * * * @see org.jboss.drools.impl.DurationParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.ElementParametersImpl Element Parameters}' class. * * * @see org.jboss.drools.impl.ElementParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 Id' attribute feature. * * * @generated */ EAttribute ELEMENT_PARAMETERS__ELEMENT_ID = eINSTANCE.getElementParameters_ElementId(); /** * The meta object literal for the 'Id' attribute feature. * * * @generated */ EAttribute ELEMENT_PARAMETERS__ID = eINSTANCE.getElementParameters_Id(); /** * The meta object literal for the '{@link org.jboss.drools.impl.ElementParametersTypeImpl Element Parameters Type}' class. * * * @see org.jboss.drools.impl.ElementParametersTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getElementParametersType() * @generated */ EClass ELEMENT_PARAMETERS_TYPE = eINSTANCE.getElementParametersType(); /** * The meta object literal for the '{@link org.jboss.drools.impl.EnumParameterTypeImpl Enum Parameter Type}' class. * * * @see org.jboss.drools.impl.EnumParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.ErlangDistributionTypeImpl Erlang Distribution Type}' class. * * * @see org.jboss.drools.impl.ErlangDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.ExpressionParameterTypeImpl Expression Parameter Type}' class. * * * @see org.jboss.drools.impl.ExpressionParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.FloatingParameterTypeImpl Floating Parameter Type}' class. * * * @see org.jboss.drools.impl.FloatingParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getFloatingParameterType() * @generated */ EClass FLOATING_PARAMETER_TYPE = eINSTANCE.getFloatingParameterType(); /** * 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 org.jboss.drools.impl.GammaDistributionTypeImpl Gamma Distribution Type}' class. * * * @see org.jboss.drools.impl.GammaDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.GlobalTypeImpl Global Type}' class. * * * @see org.jboss.drools.impl.GlobalTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getGlobalType() * @generated */ EClass GLOBAL_TYPE = eINSTANCE.getGlobalType(); /** * The meta object literal for the 'Identifier' attribute feature. * * * @generated */ EAttribute GLOBAL_TYPE__IDENTIFIER = eINSTANCE.getGlobalType_Identifier(); /** * The meta object literal for the 'Type' attribute feature. * * * @generated */ EAttribute GLOBAL_TYPE__TYPE = eINSTANCE.getGlobalType_Type(); /** * The meta object literal for the '{@link org.jboss.drools.impl.ImportTypeImpl Import Type}' class. * * * @see org.jboss.drools.impl.ImportTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getImportType() * @generated */ EClass IMPORT_TYPE = eINSTANCE.getImportType(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute IMPORT_TYPE__NAME = eINSTANCE.getImportType_Name(); /** * The meta object literal for the '{@link org.jboss.drools.impl.LogNormalDistributionTypeImpl Log Normal Distribution Type}' class. * * * @see org.jboss.drools.impl.LogNormalDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.MetadataTypeImpl Metadata Type}' class. * * * @see org.jboss.drools.impl.MetadataTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getMetadataType() * @generated */ EClass METADATA_TYPE = eINSTANCE.getMetadataType(); /** * The meta object literal for the 'Metaentry' containment reference list feature. * * * @generated */ EReference METADATA_TYPE__METAENTRY = eINSTANCE.getMetadataType_Metaentry(); /** * The meta object literal for the '{@link org.jboss.drools.impl.MetaentryTypeImpl Metaentry Type}' class. * * * @see org.jboss.drools.impl.MetaentryTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getMetaentryType() * @generated */ EClass METAENTRY_TYPE = eINSTANCE.getMetaentryType(); /** * The meta object literal for the 'Name' attribute feature. * * * @generated */ EAttribute METAENTRY_TYPE__NAME = eINSTANCE.getMetaentryType_Name(); /** * The meta object literal for the 'Value' attribute feature. * * * @generated */ EAttribute METAENTRY_TYPE__VALUE = eINSTANCE.getMetaentryType_Value(); /** * The meta object literal for the '{@link org.jboss.drools.impl.NegativeExponentialDistributionTypeImpl Negative Exponential Distribution Type}' class. * * * @see org.jboss.drools.impl.NegativeExponentialDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.NormalDistributionTypeImpl Normal Distribution Type}' class. * * * @see org.jboss.drools.impl.NormalDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.NumericParameterTypeImpl Numeric Parameter Type}' class. * * * @see org.jboss.drools.impl.NumericParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getNumericParameterType() * @generated */ EClass NUMERIC_PARAMETER_TYPE = eINSTANCE.getNumericParameterType(); /** * 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 org.jboss.drools.impl.OnEntryScriptTypeImpl On Entry Script Type}' class. * * * @see org.jboss.drools.impl.OnEntryScriptTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getOnEntryScriptType() * @generated */ EClass ON_ENTRY_SCRIPT_TYPE = eINSTANCE.getOnEntryScriptType(); /** * The meta object literal for the 'Script' attribute feature. * * * @generated */ EAttribute ON_ENTRY_SCRIPT_TYPE__SCRIPT = eINSTANCE.getOnEntryScriptType_Script(); /** * The meta object literal for the 'Script Format' attribute feature. * * * @generated */ EAttribute ON_ENTRY_SCRIPT_TYPE__SCRIPT_FORMAT = eINSTANCE.getOnEntryScriptType_ScriptFormat(); /** * The meta object literal for the '{@link org.jboss.drools.impl.OnExitScriptTypeImpl On Exit Script Type}' class. * * * @see org.jboss.drools.impl.OnExitScriptTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getOnExitScriptType() * @generated */ EClass ON_EXIT_SCRIPT_TYPE = eINSTANCE.getOnExitScriptType(); /** * The meta object literal for the 'Script' attribute feature. * * * @generated */ EAttribute ON_EXIT_SCRIPT_TYPE__SCRIPT = eINSTANCE.getOnExitScriptType_Script(); /** * The meta object literal for the 'Script Format' attribute feature. * * * @generated */ EAttribute ON_EXIT_SCRIPT_TYPE__SCRIPT_FORMAT = eINSTANCE.getOnExitScriptType_ScriptFormat(); /** * The meta object literal for the '{@link org.jboss.drools.impl.ParameterImpl Parameter}' class. * * * @see org.jboss.drools.impl.ParameterImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.ParameterValueImpl Parameter Value}' class. * * * @see org.jboss.drools.impl.ParameterValueImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.PoissonDistributionTypeImpl Poisson Distribution Type}' class. * * * @see org.jboss.drools.impl.PoissonDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.PriorityParametersImpl Priority Parameters}' class. * * * @see org.jboss.drools.impl.PriorityParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.ProcessAnalysisDataTypeImpl Process Analysis Data Type}' class. * * * @see org.jboss.drools.impl.ProcessAnalysisDataTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getProcessAnalysisDataType() * @generated */ EClass PROCESS_ANALYSIS_DATA_TYPE = eINSTANCE.getProcessAnalysisDataType(); /** * The meta object literal for the 'Group' attribute list feature. * * * @generated */ EAttribute PROCESS_ANALYSIS_DATA_TYPE__GROUP = eINSTANCE.getProcessAnalysisDataType_Group(); /** * The meta object literal for the 'Scenario' containment reference list feature. * * * @generated */ EReference PROCESS_ANALYSIS_DATA_TYPE__SCENARIO = eINSTANCE.getProcessAnalysisDataType_Scenario(); /** * The meta object literal for the '{@link org.jboss.drools.impl.PropertyParametersImpl Property Parameters}' class. * * * @see org.jboss.drools.impl.PropertyParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.PropertyTypeImpl Property Type}' class. * * * @see org.jboss.drools.impl.PropertyTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.RandomDistributionTypeImpl Random Distribution Type}' class. * * * @see org.jboss.drools.impl.RandomDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getRandomDistributionType() * @generated */ EClass RANDOM_DISTRIBUTION_TYPE = eINSTANCE.getRandomDistributionType(); /** * The meta object literal for the 'Max' attribute feature. * * * @generated */ EAttribute RANDOM_DISTRIBUTION_TYPE__MAX = eINSTANCE.getRandomDistributionType_Max(); /** * The meta object literal for the 'Min' attribute feature. * * * @generated */ EAttribute RANDOM_DISTRIBUTION_TYPE__MIN = eINSTANCE.getRandomDistributionType_Min(); /** * The meta object literal for the '{@link org.jboss.drools.impl.ResourceParametersImpl Resource Parameters}' class. * * * @see org.jboss.drools.impl.ResourceParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Workinghours' containment reference feature. * * * @generated */ EReference RESOURCE_PARAMETERS__WORKINGHOURS = eINSTANCE.getResourceParameters_Workinghours(); /** * 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 org.jboss.drools.impl.ScenarioImpl Scenario}' class. * * * @see org.jboss.drools.impl.ScenarioImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.ScenarioParametersImpl Scenario Parameters}' class. * * * @see org.jboss.drools.impl.ScenarioParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.ScenarioParametersTypeImpl Scenario Parameters Type}' class. * * * @see org.jboss.drools.impl.ScenarioParametersTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#getScenarioParametersType() * @generated */ EClass SCENARIO_PARAMETERS_TYPE = eINSTANCE.getScenarioParametersType(); /** * The meta object literal for the '{@link org.jboss.drools.impl.StringParameterTypeImpl String Parameter Type}' class. * * * @see org.jboss.drools.impl.StringParameterTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.TimeParametersImpl Time Parameters}' class. * * * @see org.jboss.drools.impl.TimeParametersImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Time Unit' attribute feature. * * * @generated */ EAttribute TIME_PARAMETERS__TIME_UNIT = eINSTANCE.getTimeParameters_TimeUnit(); /** * The meta object literal for the '{@link org.jboss.drools.impl.TriangularDistributionTypeImpl Triangular Distribution Type}' class. * * * @see org.jboss.drools.impl.TriangularDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 'Most Likely' attribute feature. * * * @generated */ EAttribute TRIANGULAR_DISTRIBUTION_TYPE__MOST_LIKELY = eINSTANCE.getTriangularDistributionType_MostLikely(); /** * The meta object literal for the '{@link org.jboss.drools.impl.TruncatedNormalDistributionTypeImpl Truncated Normal Distribution Type}' class. * * * @see org.jboss.drools.impl.TruncatedNormalDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.UniformDistributionTypeImpl Uniform Distribution Type}' class. * * * @see org.jboss.drools.impl.UniformDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.UserDistributionDataPointTypeImpl User Distribution Data Point Type}' class. * * * @see org.jboss.drools.impl.UserDistributionDataPointTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.UserDistributionTypeImpl User Distribution Type}' class. * * * @see org.jboss.drools.impl.UserDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 '{@link org.jboss.drools.impl.VendorExtensionImpl Vendor Extension}' class. * * * @see org.jboss.drools.impl.VendorExtensionImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.impl.WeibullDistributionTypeImpl Weibull Distribution Type}' class. * * * @see org.jboss.drools.impl.WeibullDistributionTypeImpl * @see org.jboss.drools.impl.DroolsPackageImpl#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 org.jboss.drools.ResultType Result Type}' enum. * * * @see org.jboss.drools.ResultType * @see org.jboss.drools.impl.DroolsPackageImpl#getResultType() * @generated */ EEnum RESULT_TYPE = eINSTANCE.getResultType(); /** * The meta object literal for the '{@link org.jboss.drools.TimeUnit Time Unit}' enum. * * * @see org.jboss.drools.TimeUnit * @see org.jboss.drools.impl.DroolsPackageImpl#getTimeUnit() * @generated */ EEnum TIME_UNIT = eINSTANCE.getTimeUnit(); /** * The meta object literal for the 'Package Name Type' data type. * * * @see java.lang.String * @see org.jboss.drools.impl.DroolsPackageImpl#getPackageNameType() * @generated */ EDataType PACKAGE_NAME_TYPE = eINSTANCE.getPackageNameType(); /** * The meta object literal for the 'Priority Type' data type. * * * @see java.math.BigInteger * @see org.jboss.drools.impl.DroolsPackageImpl#getPriorityType() * @generated */ EDataType PRIORITY_TYPE = eINSTANCE.getPriorityType(); /** * The meta object literal for the 'Result Type Object' data type. * * * @see org.jboss.drools.ResultType * @see org.jboss.drools.impl.DroolsPackageImpl#getResultTypeObject() * @generated */ EDataType RESULT_TYPE_OBJECT = eINSTANCE.getResultTypeObject(); /** * The meta object literal for the 'Rule Flow Group Type' data type. * * * @see java.lang.String * @see org.jboss.drools.impl.DroolsPackageImpl#getRuleFlowGroupType() * @generated */ EDataType RULE_FLOW_GROUP_TYPE = eINSTANCE.getRuleFlowGroupType(); /** * The meta object literal for the 'Task Name Type' data type. * * * @see java.lang.String * @see org.jboss.drools.impl.DroolsPackageImpl#getTaskNameType() * @generated */ EDataType TASK_NAME_TYPE = eINSTANCE.getTaskNameType(); /** * The meta object literal for the 'Time Unit Object' data type. * * * @see org.jboss.drools.TimeUnit * @see org.jboss.drools.impl.DroolsPackageImpl#getTimeUnitObject() * @generated */ EDataType TIME_UNIT_OBJECT = eINSTANCE.getTimeUnitObject(); /** * The meta object literal for the 'Version Type' data type. * * * @see java.lang.String * @see org.jboss.drools.impl.DroolsPackageImpl#getVersionType() * @generated */ EDataType VERSION_TYPE = eINSTANCE.getVersionType(); } } //DroolsPackage




© 2015 - 2025 Weber Informatics LLC | Privacy Policy