Class LqnAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.palladiosimulator.solver.lqn.util.LqnAdapterFactory
All Implemented Interfaces:
AdapterFactory
Direct Known Subclasses:
LqnItemProviderAdapterFactory

public class LqnAdapterFactory extends AdapterFactoryImpl
The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
See Also:
Generated class or method.
  • Field Details

    • modelPackage

      protected static LqnPackage modelPackage
      The cached model package.
      Generated class or method.
    • modelSwitch

      protected LqnSwitch<Adapter> modelSwitch
      The switch that delegates to the createXXX methods.
      Generated class or method.
  • Constructor Details

    • LqnAdapterFactory

      public LqnAdapterFactory()
      Creates an instance of the adapter factory.
      Generated class or method.
  • Method Details

    • 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 AdapterFactory
      Overrides:
      isFactoryForType in class AdapterFactoryImpl
      Returns:
      whether this factory is applicable for the type of the object.
      Generated class or method.
    • createAdapter

      public Adapter createAdapter(Notifier target)
      Creates an adapter for the target.
      Overrides:
      createAdapter in class AdapterFactoryImpl
      Parameters:
      target - the object to adapt.
      Returns:
      the adapter for the target.
      Generated class or method.
    • createActivityDefBaseAdapter

      public Adapter createActivityDefBaseAdapter()
      Creates a new adapter for an object of class ' Activity Def Base'. 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:
      Generated class or method.
    • createActivityDefTypeAdapter

      public Adapter createActivityDefTypeAdapter()
      Creates a new adapter for an object of class ' Activity Def 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:
      Generated class or method.
    • createActivityGraphBaseAdapter

      public Adapter createActivityGraphBaseAdapter()
      Creates a new adapter for an object of class 'Activity Graph Base'. 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:
      Generated class or method.
    • createActivityListTypeAdapter

      public Adapter createActivityListTypeAdapter()
      Creates a new adapter for an object of class ' Activity List 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:
      Generated class or method.
    • createActivityLoopListTypeAdapter

      public Adapter createActivityLoopListTypeAdapter()
      Creates a new adapter for an object of class 'Activity Loop List 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:
      Generated class or method.
    • createActivityLoopTypeAdapter

      public Adapter createActivityLoopTypeAdapter()
      Creates a new adapter for an object of class ' Activity Loop 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:
      Generated class or method.
    • createActivityMakingCallTypeAdapter

      public Adapter createActivityMakingCallTypeAdapter()
      Creates a new adapter for an object of class 'Activity Making Call 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:
      Generated class or method.
    • createActivityOrTypeAdapter

      public Adapter createActivityOrTypeAdapter()
      Creates a new adapter for an object of class ' Activity Or 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:
      Generated class or method.
    • createActivityPhasesTypeAdapter

      public Adapter createActivityPhasesTypeAdapter()
      Creates a new adapter for an object of class 'Activity Phases 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:
      Generated class or method.
    • createActivityTypeAdapter

      public Adapter createActivityTypeAdapter()
      Creates a new adapter for an object of class ' Activity 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:
      Generated class or method.
    • createAndJoinListTypeAdapter

      public Adapter createAndJoinListTypeAdapter()
      Creates a new adapter for an object of class ' And Join List 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:
      Generated class or method.
    • createAsynchCallTypeAdapter

      public Adapter createAsynchCallTypeAdapter()
      Creates a new adapter for an object of class ' Asynch Call 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:
      Generated class or method.
    • createBindTypeAdapter

      public Adapter createBindTypeAdapter()
      Creates a new adapter for an object of class 'Bind 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:
      Generated class or method.
    • createCallListTypeAdapter

      public Adapter createCallListTypeAdapter()
      Creates a new adapter for an object of class ' Call List 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:
      Generated class or method.
    • createDocumentRootAdapter

      public 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:
      Generated class or method.
    • createEntryActivityDefTypeAdapter

      public Adapter createEntryActivityDefTypeAdapter()
      Creates a new adapter for an object of class 'Entry Activity Def 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:
      Generated class or method.
    • createEntryActivityGraphAdapter

      public Adapter createEntryActivityGraphAdapter()
      Creates a new adapter for an object of class 'Entry Activity Graph'. 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:
      Generated class or method.
    • createEntryMakingCallTypeAdapter

      public Adapter createEntryMakingCallTypeAdapter()
      Creates a new adapter for an object of class 'Entry Making Call 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:
      Generated class or method.
    • createEntryTypeAdapter

      public Adapter createEntryTypeAdapter()
      Creates a new adapter for an object of class 'Entry 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:
      Generated class or method.
    • createFanInTypeAdapter

      public Adapter createFanInTypeAdapter()
      Creates a new adapter for an object of class 'Fan In 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:
      Generated class or method.
    • createFanOutTypeAdapter

      public Adapter createFanOutTypeAdapter()
      Creates a new adapter for an object of class ' Fan Out 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:
      Generated class or method.
    • createFirstPlotTypeAdapter

      public Adapter createFirstPlotTypeAdapter()
      Creates a new adapter for an object of class ' First Plot 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:
      Generated class or method.
    • createGroupTypeAdapter

      public Adapter createGroupTypeAdapter()
      Creates a new adapter for an object of class 'Group 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:
      Generated class or method.
    • createHistogramBinTypeAdapter

      public Adapter createHistogramBinTypeAdapter()
      Creates a new adapter for an object of class ' Histogram Bin 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:
      Generated class or method.
    • createInPortTypeAdapter

      public Adapter createInPortTypeAdapter()
      Creates a new adapter for an object of class ' In Port 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:
      Generated class or method.
    • createInterfaceTypeAdapter

      public Adapter createInterfaceTypeAdapter()
      Creates a new adapter for an object of class ' Interface 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:
      Generated class or method.
    • createLqnCoreTypeAdapter

      public Adapter createLqnCoreTypeAdapter()
      Creates a new adapter for an object of class 'Core 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:
      Generated class or method.
    • createLqnModelTypeAdapter

      public Adapter createLqnModelTypeAdapter()
      Creates a new adapter for an object of class ' Model 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:
      Generated class or method.
    • createMakingCallTypeAdapter

      public Adapter createMakingCallTypeAdapter()
      Creates a new adapter for an object of class ' Making Call 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:
      Generated class or method.
    • createMvaInfoTypeAdapter

      public Adapter createMvaInfoTypeAdapter()
      Creates a new adapter for an object of class ' Mva Info 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:
      Generated class or method.
    • createOrListTypeAdapter

      public Adapter createOrListTypeAdapter()
      Creates a new adapter for an object of class ' Or List 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:
      Generated class or method.
    • createOutPortTypeAdapter

      public Adapter createOutPortTypeAdapter()
      Creates a new adapter for an object of class ' Out Port 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:
      Generated class or method.
    • createOutputDistributionTypeAdapter

      public Adapter createOutputDistributionTypeAdapter()
      Creates a new adapter for an object of class 'Output 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:
      Generated class or method.
    • createOutputEntryDistributionTypeAdapter

      public Adapter createOutputEntryDistributionTypeAdapter()
      Creates a new adapter for an object of class 'Output Entry 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:
      Generated class or method.
    • createOutputResultJoinDelayTypeAdapter

      public Adapter createOutputResultJoinDelayTypeAdapter()
      Creates a new adapter for an object of class 'Output Result Join Delay 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:
      Generated class or method.
    • createOutputResultTypeAdapter

      public Adapter createOutputResultTypeAdapter()
      Creates a new adapter for an object of class ' Output Result 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:
      Generated class or method.
    • createParameterTypeAdapter

      public Adapter createParameterTypeAdapter()
      Creates a new adapter for an object of class ' 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:
      Generated class or method.
    • createParaTypeAdapter

      public Adapter createParaTypeAdapter()
      Creates a new adapter for an object of class 'Para 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:
      Generated class or method.
    • createPhaseActivitiesAdapter

      public Adapter createPhaseActivitiesAdapter()
      Creates a new adapter for an object of class ' Phase Activities'. 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:
      Generated class or method.
    • createPlotControlTypeAdapter

      public Adapter createPlotControlTypeAdapter()
      Creates a new adapter for an object of class ' Plot Control 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:
      Generated class or method.
    • createPlotTypeAdapter

      public Adapter createPlotTypeAdapter()
      Creates a new adapter for an object of class 'Plot 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:
      Generated class or method.
    • createPortBindingTypeAdapter

      public Adapter createPortBindingTypeAdapter()
      Creates a new adapter for an object of class ' Port Binding 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:
      Generated class or method.
    • createPragmaTypeAdapter

      public Adapter createPragmaTypeAdapter()
      Creates a new adapter for an object of class ' Pragma 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:
      Generated class or method.
    • createPrecedenceTypeAdapter

      public Adapter createPrecedenceTypeAdapter()
      Creates a new adapter for an object of class ' Precedence 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:
      Generated class or method.
    • createProcessorBindingTypeAdapter

      public Adapter createProcessorBindingTypeAdapter()
      Creates a new adapter for an object of class 'Processor Binding 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:
      Generated class or method.
    • createProcessorTypeAdapter

      public Adapter createProcessorTypeAdapter()
      Creates a new adapter for an object of class ' Processor 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:
      Generated class or method.
    • createReplyActivityTypeAdapter

      public Adapter createReplyActivityTypeAdapter()
      Creates a new adapter for an object of class 'Reply Activity 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:
      Generated class or method.
    • createReplyEntryTypeAdapter

      public Adapter createReplyEntryTypeAdapter()
      Creates a new adapter for an object of class ' Reply Entry 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:
      Generated class or method.
    • createResultConf95TypeAdapter

      public Adapter createResultConf95TypeAdapter()
      Creates a new adapter for an object of class ' Result Conf95 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:
      Generated class or method.
    • createResultConf95Type1Adapter

      public Adapter createResultConf95Type1Adapter()
      Creates a new adapter for an object of class 'Result Conf95 Type1'. 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:
      Generated class or method.
    • createResultConf99TypeAdapter

      public Adapter createResultConf99TypeAdapter()
      Creates a new adapter for an object of class ' Result Conf99 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:
      Generated class or method.
    • createResultConf99Type1Adapter

      public Adapter createResultConf99Type1Adapter()
      Creates a new adapter for an object of class 'Result Conf99 Type1'. 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:
      Generated class or method.
    • createResultGeneralTypeAdapter

      public Adapter createResultGeneralTypeAdapter()
      Creates a new adapter for an object of class 'Result General 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:
      Generated class or method.
    • createRunControlTypeAdapter

      public Adapter createRunControlTypeAdapter()
      Creates a new adapter for an object of class ' Run Control 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:
      Generated class or method.
    • createServiceTypeAdapter

      public Adapter createServiceTypeAdapter()
      Creates a new adapter for an object of class ' Service 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:
      Generated class or method.
    • createSingleActivityListTypeAdapter

      public Adapter createSingleActivityListTypeAdapter()
      Creates a new adapter for an object of class 'Single Activity List 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:
      Generated class or method.
    • createSlotTypeAdapter

      public Adapter createSlotTypeAdapter()
      Creates a new adapter for an object of class 'Slot 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:
      Generated class or method.
    • createSolverParamsTypeAdapter

      public Adapter createSolverParamsTypeAdapter()
      Creates a new adapter for an object of class ' Solver Params 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:
      Generated class or method.
    • createSynchCallTypeAdapter

      public Adapter createSynchCallTypeAdapter()
      Creates a new adapter for an object of class ' Synch Call 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:
      Generated class or method.
    • createTaskActivityGraphAdapter

      public Adapter createTaskActivityGraphAdapter()
      Creates a new adapter for an object of class 'Task Activity Graph'. 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:
      Generated class or method.
    • createTaskTypeAdapter

      public Adapter createTaskTypeAdapter()
      Creates a new adapter for an object of class 'Task 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:
      Generated class or method.
    • createEObjectAdapter

      public Adapter createEObjectAdapter()
      Creates a new adapter for the default case. This default implementation returns null.
      Returns:
      the new adapter.
      Generated class or method.