public class BpsimAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
BpsimPackage
Modifier and Type | Field and Description |
---|---|
protected static BpsimPackage |
modelPackage
The cached model package
|
protected BpsimSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods |
Constructor and Description |
---|
BpsimAdapterFactory()
Creates an instance of the adapter factory
|
Modifier and Type | Method and Description |
---|---|
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 |
createBPSimDataTypeAdapter()
Creates a new adapter for an object of class '
BP Sim Data 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 |
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 |
createLogNormalDistributionTypeAdapter()
Creates a new adapter for an object of class '
Log Normal Distribution 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 |
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 |
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 |
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
|
protected static BpsimPackage modelPackage
protected BpsimSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
public BpsimAdapterFactory()
public boolean isFactoryForType(Object object)
true
if the object is either the model's package or is an instance object of the model.
isFactoryForType
in interface org.eclipse.emf.common.notify.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createBetaDistributionTypeAdapter()
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.
BetaDistributionType
public org.eclipse.emf.common.notify.Adapter createBinomialDistributionTypeAdapter()
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.
BinomialDistributionType
public org.eclipse.emf.common.notify.Adapter createBooleanParameterTypeAdapter()
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.
BooleanParameterType
public org.eclipse.emf.common.notify.Adapter createBPSimDataTypeAdapter()
BP Sim 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.
BPSimDataType
public org.eclipse.emf.common.notify.Adapter createCalendarAdapter()
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.
Calendar
public org.eclipse.emf.common.notify.Adapter createConstantParameterAdapter()
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.
ConstantParameter
public org.eclipse.emf.common.notify.Adapter createControlParametersAdapter()
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.
ControlParameters
public org.eclipse.emf.common.notify.Adapter createCostParametersAdapter()
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.
CostParameters
public org.eclipse.emf.common.notify.Adapter createDateTimeParameterTypeAdapter()
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.
DateTimeParameterType
public org.eclipse.emf.common.notify.Adapter createDistributionParameterAdapter()
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.
DistributionParameter
public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
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.
DocumentRoot
public org.eclipse.emf.common.notify.Adapter createDurationParameterTypeAdapter()
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.
DurationParameterType
public org.eclipse.emf.common.notify.Adapter createElementParametersAdapter()
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.
ElementParameters
public org.eclipse.emf.common.notify.Adapter createElementParametersTypeAdapter()
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.
ElementParametersType
public org.eclipse.emf.common.notify.Adapter createEnumParameterTypeAdapter()
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.
EnumParameterType
public org.eclipse.emf.common.notify.Adapter createErlangDistributionTypeAdapter()
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.
ErlangDistributionType
public org.eclipse.emf.common.notify.Adapter createExpressionParameterTypeAdapter()
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.
ExpressionParameterType
public org.eclipse.emf.common.notify.Adapter createFloatingParameterTypeAdapter()
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.
FloatingParameterType
public org.eclipse.emf.common.notify.Adapter createGammaDistributionTypeAdapter()
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.
GammaDistributionType
public org.eclipse.emf.common.notify.Adapter createLogNormalDistributionTypeAdapter()
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.
LogNormalDistributionType
public org.eclipse.emf.common.notify.Adapter createNegativeExponentialDistributionTypeAdapter()
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.
NegativeExponentialDistributionType
public org.eclipse.emf.common.notify.Adapter createNormalDistributionTypeAdapter()
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.
NormalDistributionType
public org.eclipse.emf.common.notify.Adapter createNumericParameterTypeAdapter()
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.
NumericParameterType
public org.eclipse.emf.common.notify.Adapter createParameterAdapter()
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.
Parameter
public org.eclipse.emf.common.notify.Adapter createParameterValueAdapter()
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.
ParameterValue
public org.eclipse.emf.common.notify.Adapter createPoissonDistributionTypeAdapter()
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.
PoissonDistributionType
public org.eclipse.emf.common.notify.Adapter createPriorityParametersAdapter()
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.
PriorityParameters
public org.eclipse.emf.common.notify.Adapter createPropertyParametersAdapter()
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.
PropertyParameters
public org.eclipse.emf.common.notify.Adapter createPropertyTypeAdapter()
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.
PropertyType
public org.eclipse.emf.common.notify.Adapter createResourceParametersAdapter()
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.
ResourceParameters
public org.eclipse.emf.common.notify.Adapter createScenarioAdapter()
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.
Scenario
public org.eclipse.emf.common.notify.Adapter createScenarioParametersAdapter()
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.
ScenarioParameters
public org.eclipse.emf.common.notify.Adapter createScenarioParametersTypeAdapter()
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.
ScenarioParametersType
public org.eclipse.emf.common.notify.Adapter createStringParameterTypeAdapter()
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.
StringParameterType
public org.eclipse.emf.common.notify.Adapter createTimeParametersAdapter()
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.
TimeParameters
public org.eclipse.emf.common.notify.Adapter createTriangularDistributionTypeAdapter()
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.
TriangularDistributionType
public org.eclipse.emf.common.notify.Adapter createTruncatedNormalDistributionTypeAdapter()
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.
TruncatedNormalDistributionType
public org.eclipse.emf.common.notify.Adapter createUniformDistributionTypeAdapter()
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.
UniformDistributionType
public org.eclipse.emf.common.notify.Adapter createUserDistributionDataPointTypeAdapter()
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.
UserDistributionDataPointType
public org.eclipse.emf.common.notify.Adapter createUserDistributionTypeAdapter()
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.
UserDistributionType
public org.eclipse.emf.common.notify.Adapter createVendorExtensionAdapter()
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.
VendorExtension
public org.eclipse.emf.common.notify.Adapter createWeibullDistributionTypeAdapter()
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.
WeibullDistributionType
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.