Package bpsim.util
Class BpsimAdapterFactory
- java.lang.Object
-
- org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
-
- bpsim.util.BpsimAdapterFactory
-
- All Implemented Interfaces:
org.eclipse.emf.common.notify.AdapterFactory
public class BpsimAdapterFactory extends org.eclipse.emf.common.notify.impl.AdapterFactoryImplThe Adapter Factory for the model. It provides an adaptercreateXXXmethod for each class of the model.- See Also:
BpsimPackage- Generated code
-
-
Field Summary
Fields Modifier and Type Field Description protected static BpsimPackagemodelPackageThe cached model package.protected BpsimSwitch<org.eclipse.emf.common.notify.Adapter>modelSwitchThe switch that delegates to thecreateXXXmethods.
-
Constructor Summary
Constructors Constructor Description BpsimAdapterFactory()Creates an instance of the adapter factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.common.notify.AdaptercreateAdapter(org.eclipse.emf.common.notify.Notifier target)Creates an adapter for thetarget.org.eclipse.emf.common.notify.AdaptercreateBetaDistributionTypeAdapter()Creates a new adapter for an object of class 'Beta Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateBinomialDistributionTypeAdapter()Creates a new adapter for an object of class 'Binomial Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateBooleanParameterTypeAdapter()Creates a new adapter for an object of class 'Boolean Parameter Type'.org.eclipse.emf.common.notify.AdaptercreateBPSimDataTypeAdapter()Creates a new adapter for an object of class 'BP Sim Data Type'.org.eclipse.emf.common.notify.AdaptercreateCalendarAdapter()Creates a new adapter for an object of class 'Calendar'.org.eclipse.emf.common.notify.AdaptercreateConstantParameterAdapter()Creates a new adapter for an object of class 'Constant Parameter'.org.eclipse.emf.common.notify.AdaptercreateControlParametersAdapter()Creates a new adapter for an object of class 'Control Parameters'.org.eclipse.emf.common.notify.AdaptercreateCostParametersAdapter()Creates a new adapter for an object of class 'Cost Parameters'.org.eclipse.emf.common.notify.AdaptercreateDateTimeParameterTypeAdapter()Creates a new adapter for an object of class 'Date Time Parameter Type'.org.eclipse.emf.common.notify.AdaptercreateDistributionParameterAdapter()Creates a new adapter for an object of class 'Distribution Parameter'.org.eclipse.emf.common.notify.AdaptercreateDocumentRootAdapter()Creates a new adapter for an object of class 'Document Root'.org.eclipse.emf.common.notify.AdaptercreateDurationParameterTypeAdapter()Creates a new adapter for an object of class 'Duration Parameter Type'.org.eclipse.emf.common.notify.AdaptercreateElementParametersAdapter()Creates a new adapter for an object of class 'Element Parameters'.org.eclipse.emf.common.notify.AdaptercreateElementParametersTypeAdapter()Creates a new adapter for an object of class 'Element Parameters Type'.org.eclipse.emf.common.notify.AdaptercreateEnumParameterTypeAdapter()Creates a new adapter for an object of class 'Enum Parameter Type'.org.eclipse.emf.common.notify.AdaptercreateEObjectAdapter()Creates a new adapter for the default case.org.eclipse.emf.common.notify.AdaptercreateErlangDistributionTypeAdapter()Creates a new adapter for an object of class 'Erlang Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateExpressionParameterTypeAdapter()Creates a new adapter for an object of class 'Expression Parameter Type'.org.eclipse.emf.common.notify.AdaptercreateFloatingParameterTypeAdapter()Creates a new adapter for an object of class 'Floating Parameter Type'.org.eclipse.emf.common.notify.AdaptercreateGammaDistributionTypeAdapter()Creates a new adapter for an object of class 'Gamma Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateLogNormalDistributionTypeAdapter()Creates a new adapter for an object of class 'Log Normal Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateNegativeExponentialDistributionTypeAdapter()Creates a new adapter for an object of class 'Negative Exponential Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateNormalDistributionTypeAdapter()Creates a new adapter for an object of class 'Normal Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateNumericParameterTypeAdapter()Creates a new adapter for an object of class 'Numeric Parameter Type'.org.eclipse.emf.common.notify.AdaptercreateParameterAdapter()Creates a new adapter for an object of class 'Parameter'.org.eclipse.emf.common.notify.AdaptercreateParameterValueAdapter()Creates a new adapter for an object of class 'Parameter Value'.org.eclipse.emf.common.notify.AdaptercreatePoissonDistributionTypeAdapter()Creates a new adapter for an object of class 'Poisson Distribution Type'.org.eclipse.emf.common.notify.AdaptercreatePriorityParametersAdapter()Creates a new adapter for an object of class 'Priority Parameters'.org.eclipse.emf.common.notify.AdaptercreatePropertyParametersAdapter()Creates a new adapter for an object of class 'Property Parameters'.org.eclipse.emf.common.notify.AdaptercreatePropertyTypeAdapter()Creates a new adapter for an object of class 'Property Type'.org.eclipse.emf.common.notify.AdaptercreateResourceParametersAdapter()Creates a new adapter for an object of class 'Resource Parameters'.org.eclipse.emf.common.notify.AdaptercreateScenarioAdapter()Creates a new adapter for an object of class 'Scenario'.org.eclipse.emf.common.notify.AdaptercreateScenarioParametersAdapter()Creates a new adapter for an object of class 'Scenario Parameters'.org.eclipse.emf.common.notify.AdaptercreateScenarioParametersTypeAdapter()Creates a new adapter for an object of class 'Scenario Parameters Type'.org.eclipse.emf.common.notify.AdaptercreateStringParameterTypeAdapter()Creates a new adapter for an object of class 'String Parameter Type'.org.eclipse.emf.common.notify.AdaptercreateTimeParametersAdapter()Creates a new adapter for an object of class 'Time Parameters'.org.eclipse.emf.common.notify.AdaptercreateTriangularDistributionTypeAdapter()Creates a new adapter for an object of class 'Triangular Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateTruncatedNormalDistributionTypeAdapter()Creates a new adapter for an object of class 'Truncated Normal Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateUniformDistributionTypeAdapter()Creates a new adapter for an object of class 'Uniform Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateUserDistributionDataPointTypeAdapter()Creates a new adapter for an object of class 'User Distribution Data Point Type'.org.eclipse.emf.common.notify.AdaptercreateUserDistributionTypeAdapter()Creates a new adapter for an object of class 'User Distribution Type'.org.eclipse.emf.common.notify.AdaptercreateVendorExtensionAdapter()Creates a new adapter for an object of class 'Vendor Extension'.org.eclipse.emf.common.notify.AdaptercreateWeibullDistributionTypeAdapter()Creates a new adapter for an object of class 'Weibull Distribution Type'.booleanisFactoryForType(Object object)Returns whether this factory is applicable for the type of the object.
-
-
-
Field Detail
-
modelPackage
protected static BpsimPackage modelPackage
The cached model package.- Generated code
-
modelSwitch
protected BpsimSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
The switch that delegates to thecreateXXXmethods.- Generated code
-
-
Method Detail
-
isFactoryForType
public boolean isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object. This implementation returnstrueif the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForTypein interfaceorg.eclipse.emf.common.notify.AdapterFactory- Overrides:
isFactoryForTypein classorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl- Returns:
- whether this factory is applicable for the type of the object.
- Generated code
-
createAdapter
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for thetarget.- Overrides:
createAdapterin classorg.eclipse.emf.common.notify.impl.AdapterFactoryImpl- Parameters:
target- the object to adapt.- Returns:
- the adapter for the
target. - Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
createBPSimDataTypeAdapter
public org.eclipse.emf.common.notify.Adapter createBPSimDataTypeAdapter()
Creates a new adapter for an object of class '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.- Returns:
- the new adapter.
- See Also:
BPSimDataType- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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- Generated code
-
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.
- Generated code
-
-