org.jboss.drools.util
Class DroolsAdapterFactory

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
      extended by org.jboss.drools.util.DroolsAdapterFactory
All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory

public class DroolsAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl

The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.

See Also:
DroolsPackage

Field Summary
protected static DroolsPackage modelPackage
          The cached model package
protected  DroolsSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
          The switch that delegates to the createXXX methods
 
Constructor Summary
DroolsAdapterFactory()
          Creates an instance of the adapter factory
 
Method Summary
 org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
          Creates an adapter for the target
 org.eclipse.emf.common.notify.Adapter createBetaDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Beta Distribution Type'
 org.eclipse.emf.common.notify.Adapter createBinomialDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Binomial Distribution Type'
 org.eclipse.emf.common.notify.Adapter createBooleanParameterTypeAdapter()
          Creates a new adapter for an object of class 'Boolean Parameter Type'
 org.eclipse.emf.common.notify.Adapter createCalendarAdapter()
          Creates a new adapter for an object of class 'Calendar'
 org.eclipse.emf.common.notify.Adapter createConstantParameterAdapter()
          Creates a new adapter for an object of class 'Constant Parameter'
 org.eclipse.emf.common.notify.Adapter createControlParametersAdapter()
          Creates a new adapter for an object of class 'Control Parameters'
 org.eclipse.emf.common.notify.Adapter createCostParametersAdapter()
          Creates a new adapter for an object of class 'Cost Parameters'
 org.eclipse.emf.common.notify.Adapter createDateTimeParameterTypeAdapter()
          Creates a new adapter for an object of class 'Date Time Parameter Type'
 org.eclipse.emf.common.notify.Adapter createDecimalParameterTypeAdapter()
          Creates a new adapter for an object of class 'Decimal Parameter Type'
 org.eclipse.emf.common.notify.Adapter createDistributionParameterAdapter()
          Creates a new adapter for an object of class 'Distribution Parameter'
 org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
          Creates a new adapter for an object of class 'Document Root'
 org.eclipse.emf.common.notify.Adapter createDurationParameterTypeAdapter()
          Creates a new adapter for an object of class 'Duration Parameter Type'
 org.eclipse.emf.common.notify.Adapter createElementParametersAdapter()
          Creates a new adapter for an object of class 'Element Parameters'
 org.eclipse.emf.common.notify.Adapter createElementParametersTypeAdapter()
          Creates a new adapter for an object of class 'Element Parameters Type'
 org.eclipse.emf.common.notify.Adapter createEnumParameterTypeAdapter()
          Creates a new adapter for an object of class 'Enum Parameter Type'
 org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
          Creates a new adapter for the default case
 org.eclipse.emf.common.notify.Adapter createErlangDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Erlang Distribution Type'
 org.eclipse.emf.common.notify.Adapter createExpressionParameterTypeAdapter()
          Creates a new adapter for an object of class 'Expression Parameter Type'
 org.eclipse.emf.common.notify.Adapter createFloatingParameterTypeAdapter()
          Creates a new adapter for an object of class 'Floating Parameter Type'
 org.eclipse.emf.common.notify.Adapter createGammaDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Gamma Distribution Type'
 org.eclipse.emf.common.notify.Adapter createGlobalTypeAdapter()
          Creates a new adapter for an object of class 'Global Type'
 org.eclipse.emf.common.notify.Adapter createImportTypeAdapter()
          Creates a new adapter for an object of class 'Import Type'
 org.eclipse.emf.common.notify.Adapter createLogNormalDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Log Normal Distribution Type'
 org.eclipse.emf.common.notify.Adapter createMetadataTypeAdapter()
          Creates a new adapter for an object of class 'Metadata Type'
 org.eclipse.emf.common.notify.Adapter createMetaentryTypeAdapter()
          Creates a new adapter for an object of class 'Metaentry Type'
 org.eclipse.emf.common.notify.Adapter createNegativeExponentialDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Negative Exponential Distribution Type'
 org.eclipse.emf.common.notify.Adapter createNormalDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Normal Distribution Type'
 org.eclipse.emf.common.notify.Adapter createNumericParameterTypeAdapter()
          Creates a new adapter for an object of class 'Numeric Parameter Type'
 org.eclipse.emf.common.notify.Adapter createOnEntryScriptTypeAdapter()
          Creates a new adapter for an object of class 'On Entry Script Type'
 org.eclipse.emf.common.notify.Adapter createOnExitScriptTypeAdapter()
          Creates a new adapter for an object of class 'On Exit Script Type'
 org.eclipse.emf.common.notify.Adapter createParameterAdapter()
          Creates a new adapter for an object of class 'Parameter'
 org.eclipse.emf.common.notify.Adapter createParameterValueAdapter()
          Creates a new adapter for an object of class 'Parameter Value'
 org.eclipse.emf.common.notify.Adapter createPoissonDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Poisson Distribution Type'
 org.eclipse.emf.common.notify.Adapter createPriorityParametersAdapter()
          Creates a new adapter for an object of class 'Priority Parameters'
 org.eclipse.emf.common.notify.Adapter createProcessAnalysisDataTypeAdapter()
          Creates a new adapter for an object of class 'Process Analysis Data Type'
 org.eclipse.emf.common.notify.Adapter createPropertyParametersAdapter()
          Creates a new adapter for an object of class 'Property Parameters'
 org.eclipse.emf.common.notify.Adapter createPropertyTypeAdapter()
          Creates a new adapter for an object of class 'Property Type'
 org.eclipse.emf.common.notify.Adapter createRandomDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Random Distribution Type'
 org.eclipse.emf.common.notify.Adapter createResourceParametersAdapter()
          Creates a new adapter for an object of class 'Resource Parameters'
 org.eclipse.emf.common.notify.Adapter createScenarioAdapter()
          Creates a new adapter for an object of class 'Scenario'
 org.eclipse.emf.common.notify.Adapter createScenarioParametersAdapter()
          Creates a new adapter for an object of class 'Scenario Parameters'
 org.eclipse.emf.common.notify.Adapter createScenarioParametersTypeAdapter()
          Creates a new adapter for an object of class 'Scenario Parameters Type'
 org.eclipse.emf.common.notify.Adapter createStringParameterTypeAdapter()
          Creates a new adapter for an object of class 'String Parameter Type'
 org.eclipse.emf.common.notify.Adapter createTimeParametersAdapter()
          Creates a new adapter for an object of class 'Time Parameters'
 org.eclipse.emf.common.notify.Adapter createTriangularDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Triangular Distribution Type'
 org.eclipse.emf.common.notify.Adapter createTruncatedNormalDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Truncated Normal Distribution Type'
 org.eclipse.emf.common.notify.Adapter createUniformDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Uniform Distribution Type'
 org.eclipse.emf.common.notify.Adapter createUserDistributionDataPointTypeAdapter()
          Creates a new adapter for an object of class 'User Distribution Data Point Type'
 org.eclipse.emf.common.notify.Adapter createUserDistributionTypeAdapter()
          Creates a new adapter for an object of class 'User Distribution Type'
 org.eclipse.emf.common.notify.Adapter createVendorExtensionAdapter()
          Creates a new adapter for an object of class 'Vendor Extension'
 org.eclipse.emf.common.notify.Adapter createWeibullDistributionTypeAdapter()
          Creates a new adapter for an object of class 'Weibull Distribution Type'
 boolean isFactoryForType(Object object)
          Returns whether this factory is applicable for the type of the object
 
Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelPackage

protected static DroolsPackage modelPackage
The cached model package.


modelSwitch

protected DroolsSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
The switch that delegates to the createXXX methods.

Constructor Detail

DroolsAdapterFactory

public DroolsAdapterFactory()
Creates an instance of the adapter factory.

Method Detail

isFactoryForType

public boolean isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.

Specified by:
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
Overrides:
isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Returns:
whether this factory is applicable for the type of the object.

createAdapter

public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the target.

Overrides:
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
Parameters:
target - the object to adapt.
Returns:
the adapter for the target.

createBetaDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createBetaDistributionTypeAdapter()
Creates a new adapter for an object of class 'Beta Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
BetaDistributionType

createBinomialDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createBinomialDistributionTypeAdapter()
Creates a new adapter for an object of class 'Binomial Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
BinomialDistributionType

createBooleanParameterTypeAdapter

public org.eclipse.emf.common.notify.Adapter createBooleanParameterTypeAdapter()
Creates a new adapter for an object of class 'Boolean Parameter Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
BooleanParameterType

createCalendarAdapter

public org.eclipse.emf.common.notify.Adapter createCalendarAdapter()
Creates a new adapter for an object of class 'Calendar'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Calendar

createConstantParameterAdapter

public org.eclipse.emf.common.notify.Adapter createConstantParameterAdapter()
Creates a new adapter for an object of class 'Constant Parameter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ConstantParameter

createControlParametersAdapter

public org.eclipse.emf.common.notify.Adapter createControlParametersAdapter()
Creates a new adapter for an object of class 'Control Parameters'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ControlParameters

createCostParametersAdapter

public org.eclipse.emf.common.notify.Adapter createCostParametersAdapter()
Creates a new adapter for an object of class 'Cost Parameters'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
CostParameters

createDateTimeParameterTypeAdapter

public org.eclipse.emf.common.notify.Adapter createDateTimeParameterTypeAdapter()
Creates a new adapter for an object of class 'Date Time Parameter Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
DateTimeParameterType

createDecimalParameterTypeAdapter

public org.eclipse.emf.common.notify.Adapter createDecimalParameterTypeAdapter()
Creates a new adapter for an object of class 'Decimal Parameter Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
DecimalParameterType

createDistributionParameterAdapter

public org.eclipse.emf.common.notify.Adapter createDistributionParameterAdapter()
Creates a new adapter for an object of class 'Distribution Parameter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
DistributionParameter

createDocumentRootAdapter

public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
Creates a new adapter for an object of class 'Document Root'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
DocumentRoot

createDurationParameterTypeAdapter

public org.eclipse.emf.common.notify.Adapter createDurationParameterTypeAdapter()
Creates a new adapter for an object of class 'Duration Parameter Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
DurationParameterType

createElementParametersAdapter

public org.eclipse.emf.common.notify.Adapter createElementParametersAdapter()
Creates a new adapter for an object of class 'Element Parameters'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ElementParameters

createElementParametersTypeAdapter

public org.eclipse.emf.common.notify.Adapter createElementParametersTypeAdapter()
Creates a new adapter for an object of class 'Element Parameters Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ElementParametersType

createEnumParameterTypeAdapter

public org.eclipse.emf.common.notify.Adapter createEnumParameterTypeAdapter()
Creates a new adapter for an object of class 'Enum Parameter Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
EnumParameterType

createErlangDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createErlangDistributionTypeAdapter()
Creates a new adapter for an object of class 'Erlang Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ErlangDistributionType

createExpressionParameterTypeAdapter

public org.eclipse.emf.common.notify.Adapter createExpressionParameterTypeAdapter()
Creates a new adapter for an object of class 'Expression Parameter Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ExpressionParameterType

createFloatingParameterTypeAdapter

public org.eclipse.emf.common.notify.Adapter createFloatingParameterTypeAdapter()
Creates a new adapter for an object of class 'Floating Parameter Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
FloatingParameterType

createGammaDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createGammaDistributionTypeAdapter()
Creates a new adapter for an object of class 'Gamma Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
GammaDistributionType

createGlobalTypeAdapter

public org.eclipse.emf.common.notify.Adapter createGlobalTypeAdapter()
Creates a new adapter for an object of class 'Global Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
GlobalType

createImportTypeAdapter

public org.eclipse.emf.common.notify.Adapter createImportTypeAdapter()
Creates a new adapter for an object of class 'Import Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ImportType

createLogNormalDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createLogNormalDistributionTypeAdapter()
Creates a new adapter for an object of class 'Log Normal Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
LogNormalDistributionType

createMetadataTypeAdapter

public org.eclipse.emf.common.notify.Adapter createMetadataTypeAdapter()
Creates a new adapter for an object of class 'Metadata Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MetadataType

createMetaentryTypeAdapter

public org.eclipse.emf.common.notify.Adapter createMetaentryTypeAdapter()
Creates a new adapter for an object of class 'Metaentry Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
MetaentryType

createNegativeExponentialDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createNegativeExponentialDistributionTypeAdapter()
Creates a new adapter for an object of class 'Negative Exponential Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
NegativeExponentialDistributionType

createNormalDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createNormalDistributionTypeAdapter()
Creates a new adapter for an object of class 'Normal Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
NormalDistributionType

createNumericParameterTypeAdapter

public org.eclipse.emf.common.notify.Adapter createNumericParameterTypeAdapter()
Creates a new adapter for an object of class 'Numeric Parameter Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
NumericParameterType

createOnEntryScriptTypeAdapter

public org.eclipse.emf.common.notify.Adapter createOnEntryScriptTypeAdapter()
Creates a new adapter for an object of class 'On Entry Script Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
OnEntryScriptType

createOnExitScriptTypeAdapter

public org.eclipse.emf.common.notify.Adapter createOnExitScriptTypeAdapter()
Creates a new adapter for an object of class 'On Exit Script Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
OnExitScriptType

createParameterAdapter

public org.eclipse.emf.common.notify.Adapter createParameterAdapter()
Creates a new adapter for an object of class 'Parameter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Parameter

createParameterValueAdapter

public org.eclipse.emf.common.notify.Adapter createParameterValueAdapter()
Creates a new adapter for an object of class 'Parameter Value'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ParameterValue

createPoissonDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createPoissonDistributionTypeAdapter()
Creates a new adapter for an object of class 'Poisson Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
PoissonDistributionType

createPriorityParametersAdapter

public org.eclipse.emf.common.notify.Adapter createPriorityParametersAdapter()
Creates a new adapter for an object of class 'Priority Parameters'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
PriorityParameters

createProcessAnalysisDataTypeAdapter

public org.eclipse.emf.common.notify.Adapter createProcessAnalysisDataTypeAdapter()
Creates a new adapter for an object of class 'Process Analysis Data Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ProcessAnalysisDataType

createPropertyParametersAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyParametersAdapter()
Creates a new adapter for an object of class 'Property Parameters'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
PropertyParameters

createPropertyTypeAdapter

public org.eclipse.emf.common.notify.Adapter createPropertyTypeAdapter()
Creates a new adapter for an object of class 'Property Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
PropertyType

createRandomDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createRandomDistributionTypeAdapter()
Creates a new adapter for an object of class 'Random Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
RandomDistributionType

createResourceParametersAdapter

public org.eclipse.emf.common.notify.Adapter createResourceParametersAdapter()
Creates a new adapter for an object of class 'Resource Parameters'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ResourceParameters

createScenarioAdapter

public org.eclipse.emf.common.notify.Adapter createScenarioAdapter()
Creates a new adapter for an object of class 'Scenario'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
Scenario

createScenarioParametersAdapter

public org.eclipse.emf.common.notify.Adapter createScenarioParametersAdapter()
Creates a new adapter for an object of class 'Scenario Parameters'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ScenarioParameters

createScenarioParametersTypeAdapter

public org.eclipse.emf.common.notify.Adapter createScenarioParametersTypeAdapter()
Creates a new adapter for an object of class 'Scenario Parameters Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
ScenarioParametersType

createStringParameterTypeAdapter

public org.eclipse.emf.common.notify.Adapter createStringParameterTypeAdapter()
Creates a new adapter for an object of class 'String Parameter Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
StringParameterType

createTimeParametersAdapter

public org.eclipse.emf.common.notify.Adapter createTimeParametersAdapter()
Creates a new adapter for an object of class 'Time Parameters'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
TimeParameters

createTriangularDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createTriangularDistributionTypeAdapter()
Creates a new adapter for an object of class 'Triangular Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
TriangularDistributionType

createTruncatedNormalDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createTruncatedNormalDistributionTypeAdapter()
Creates a new adapter for an object of class 'Truncated Normal Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
TruncatedNormalDistributionType

createUniformDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createUniformDistributionTypeAdapter()
Creates a new adapter for an object of class 'Uniform Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
UniformDistributionType

createUserDistributionDataPointTypeAdapter

public org.eclipse.emf.common.notify.Adapter createUserDistributionDataPointTypeAdapter()
Creates a new adapter for an object of class 'User Distribution Data Point Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
UserDistributionDataPointType

createUserDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createUserDistributionTypeAdapter()
Creates a new adapter for an object of class 'User Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
UserDistributionType

createVendorExtensionAdapter

public org.eclipse.emf.common.notify.Adapter createVendorExtensionAdapter()
Creates a new adapter for an object of class 'Vendor Extension'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
VendorExtension

createWeibullDistributionTypeAdapter

public org.eclipse.emf.common.notify.Adapter createWeibullDistributionTypeAdapter()
Creates a new adapter for an object of class 'Weibull Distribution Type'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.

Returns:
the new adapter.
See Also:
WeibullDistributionType

createEObjectAdapter

public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Creates a new adapter for the default case. This default implementation returns null.

Returns:
the new adapter.


Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.