Package bpsim.util

Class BpsimAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory

    public class BpsimAdapterFactory
    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:
    BpsimPackage
    Generated code
    • 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 the createXXX methods.
        Generated code
    • Constructor Detail

      • BpsimAdapterFactory

        public BpsimAdapterFactory()
        Creates an instance of the adapter factory.
        Generated code
    • 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.
        Generated code
      • 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.
        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