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.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - 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.
BetaDistributionTypepublic 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.
BinomialDistributionTypepublic 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.
BooleanParameterTypepublic 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.
BPSimDataTypepublic 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.
Calendarpublic 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.
ConstantParameterpublic 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.
ControlParameterspublic 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.
CostParameterspublic 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.
DateTimeParameterTypepublic 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.
DistributionParameterpublic 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.
DocumentRootpublic 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.
DurationParameterTypepublic 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.
ElementParameterspublic 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.
ElementParametersTypepublic 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.
EnumParameterTypepublic 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.
ErlangDistributionTypepublic 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.
ExpressionParameterTypepublic 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.
FloatingParameterTypepublic 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.
GammaDistributionTypepublic 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.
LogNormalDistributionTypepublic 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.
NegativeExponentialDistributionTypepublic 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.
NormalDistributionTypepublic 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.
NumericParameterTypepublic 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.
Parameterpublic 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.
ParameterValuepublic 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.
PoissonDistributionTypepublic 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.
PriorityParameterspublic 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.
PropertyParameterspublic 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.
PropertyTypepublic 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.
ResourceParameterspublic 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.
Scenariopublic 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.
ScenarioParameterspublic 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.
ScenarioParametersTypepublic 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.
StringParameterTypepublic 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.
TimeParameterspublic 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.
TriangularDistributionTypepublic 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.
TruncatedNormalDistributionTypepublic 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.
UniformDistributionTypepublic 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.
UserDistributionDataPointTypepublic 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.
UserDistributionTypepublic 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.
VendorExtensionpublic 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.
WeibullDistributionTypepublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.