|
jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DroolsFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
DroolsPackage| Field Summary | |
|---|---|
static DroolsFactory |
eINSTANCE
The singleton instance of the factory |
| Method Summary | |
|---|---|
BetaDistributionType |
createBetaDistributionType()
Returns a new object of class 'Beta Distribution Type' |
BinomialDistributionType |
createBinomialDistributionType()
Returns a new object of class 'Binomial Distribution Type' |
BooleanParameterType |
createBooleanParameterType()
Returns a new object of class 'Boolean Parameter Type' |
Calendar |
createCalendar()
Returns a new object of class 'Calendar' |
ConstantParameter |
createConstantParameter()
Returns a new object of class 'Constant Parameter' |
ControlParameters |
createControlParameters()
Returns a new object of class 'Control Parameters' |
CostParameters |
createCostParameters()
Returns a new object of class 'Cost Parameters' |
DateTimeParameterType |
createDateTimeParameterType()
Returns a new object of class 'Date Time Parameter Type' |
DecimalParameterType |
createDecimalParameterType()
Returns a new object of class 'Decimal Parameter Type' |
DistributionParameter |
createDistributionParameter()
Returns a new object of class 'Distribution Parameter' |
DocumentRoot |
createDocumentRoot()
Returns a new object of class 'Document Root' |
DurationParameterType |
createDurationParameterType()
Returns a new object of class 'Duration Parameter Type' |
ElementParameters |
createElementParameters()
Returns a new object of class 'Element Parameters' |
EnumParameterType |
createEnumParameterType()
Returns a new object of class 'Enum Parameter Type' |
ErlangDistributionType |
createErlangDistributionType()
Returns a new object of class 'Erlang Distribution Type' |
ExpressionParameterType |
createExpressionParameterType()
Returns a new object of class 'Expression Parameter Type' |
FloatingParameterType |
createFloatingParameterType()
Returns a new object of class 'Floating Parameter Type' |
GammaDistributionType |
createGammaDistributionType()
Returns a new object of class 'Gamma Distribution Type' |
GlobalType |
createGlobalType()
Returns a new object of class 'Global Type' |
ImportType |
createImportType()
Returns a new object of class 'Import Type' |
LogNormalDistributionType |
createLogNormalDistributionType()
Returns a new object of class 'Log Normal Distribution Type' |
MetadataType |
createMetadataType()
Returns a new object of class 'Metadata Type' |
MetaentryType |
createMetaentryType()
Returns a new object of class 'Metaentry Type' |
NegativeExponentialDistributionType |
createNegativeExponentialDistributionType()
Returns a new object of class 'Negative Exponential Distribution Type' |
NormalDistributionType |
createNormalDistributionType()
Returns a new object of class 'Normal Distribution Type' |
NumericParameterType |
createNumericParameterType()
Returns a new object of class 'Numeric Parameter Type' |
OnEntryScriptType |
createOnEntryScriptType()
Returns a new object of class 'On Entry Script Type' |
OnExitScriptType |
createOnExitScriptType()
Returns a new object of class 'On Exit Script Type' |
Parameter |
createParameter()
Returns a new object of class 'Parameter' |
ParameterValue |
createParameterValue()
Returns a new object of class 'Parameter Value' |
PoissonDistributionType |
createPoissonDistributionType()
Returns a new object of class 'Poisson Distribution Type' |
PriorityParameters |
createPriorityParameters()
Returns a new object of class 'Priority Parameters' |
ProcessAnalysisDataType |
createProcessAnalysisDataType()
Returns a new object of class 'Process Analysis Data Type' |
PropertyParameters |
createPropertyParameters()
Returns a new object of class 'Property Parameters' |
PropertyType |
createPropertyType()
Returns a new object of class 'Property Type' |
RandomDistributionType |
createRandomDistributionType()
Returns a new object of class 'Random Distribution Type' |
ResourceParameters |
createResourceParameters()
Returns a new object of class 'Resource Parameters' |
Scenario |
createScenario()
Returns a new object of class 'Scenario' |
ScenarioParameters |
createScenarioParameters()
Returns a new object of class 'Scenario Parameters' |
StringParameterType |
createStringParameterType()
Returns a new object of class 'String Parameter Type' |
TimeParameters |
createTimeParameters()
Returns a new object of class 'Time Parameters' |
TriangularDistributionType |
createTriangularDistributionType()
Returns a new object of class 'Triangular Distribution Type' |
TruncatedNormalDistributionType |
createTruncatedNormalDistributionType()
Returns a new object of class 'Truncated Normal Distribution Type' |
UniformDistributionType |
createUniformDistributionType()
Returns a new object of class 'Uniform Distribution Type' |
UserDistributionDataPointType |
createUserDistributionDataPointType()
Returns a new object of class 'User Distribution Data Point Type' |
UserDistributionType |
createUserDistributionType()
Returns a new object of class 'User Distribution Type' |
VendorExtension |
createVendorExtension()
Returns a new object of class 'Vendor Extension' |
WeibullDistributionType |
createWeibullDistributionType()
Returns a new object of class 'Weibull Distribution Type' |
DroolsPackage |
getDroolsPackage()
Returns the package supported by this factory |
| Methods inherited from interface org.eclipse.emf.ecore.EFactory |
|---|
convertToString, create, createFromString, getEPackage, setEPackage |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final DroolsFactory eINSTANCE
| Method Detail |
|---|
BetaDistributionType createBetaDistributionType()
BinomialDistributionType createBinomialDistributionType()
BooleanParameterType createBooleanParameterType()
Calendar createCalendar()
ConstantParameter createConstantParameter()
ControlParameters createControlParameters()
CostParameters createCostParameters()
DateTimeParameterType createDateTimeParameterType()
DecimalParameterType createDecimalParameterType()
DistributionParameter createDistributionParameter()
DocumentRoot createDocumentRoot()
DurationParameterType createDurationParameterType()
ElementParameters createElementParameters()
EnumParameterType createEnumParameterType()
ErlangDistributionType createErlangDistributionType()
ExpressionParameterType createExpressionParameterType()
FloatingParameterType createFloatingParameterType()
GammaDistributionType createGammaDistributionType()
GlobalType createGlobalType()
ImportType createImportType()
LogNormalDistributionType createLogNormalDistributionType()
MetadataType createMetadataType()
MetaentryType createMetaentryType()
NegativeExponentialDistributionType createNegativeExponentialDistributionType()
NormalDistributionType createNormalDistributionType()
NumericParameterType createNumericParameterType()
OnEntryScriptType createOnEntryScriptType()
OnExitScriptType createOnExitScriptType()
Parameter createParameter()
ParameterValue createParameterValue()
PoissonDistributionType createPoissonDistributionType()
PriorityParameters createPriorityParameters()
ProcessAnalysisDataType createProcessAnalysisDataType()
PropertyParameters createPropertyParameters()
PropertyType createPropertyType()
RandomDistributionType createRandomDistributionType()
ResourceParameters createResourceParameters()
Scenario createScenario()
ScenarioParameters createScenarioParameters()
StringParameterType createStringParameterType()
TimeParameters createTimeParameters()
TriangularDistributionType createTriangularDistributionType()
TruncatedNormalDistributionType createTruncatedNormalDistributionType()
UniformDistributionType createUniformDistributionType()
UserDistributionDataPointType createUserDistributionDataPointType()
UserDistributionType createUserDistributionType()
VendorExtension createVendorExtension()
WeibullDistributionType createWeibullDistributionType()
DroolsPackage getDroolsPackage()
|
jBPM :: BPMN2 EMF Extension Model 6.0.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||