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
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 Summary
Modifier and TypeFieldDescriptionprotected static LqnPackage
The cached model package.The switch that delegates to thecreateXXX
methods. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new adapter for an object of class 'Activity Def Base
'.Creates a new adapter for an object of class 'Activity Def Type
'.Creates a new adapter for an object of class 'Activity Graph Base
'.Creates a new adapter for an object of class 'Activity List Type
'.Creates a new adapter for an object of class 'Activity Loop List Type
'.Creates a new adapter for an object of class 'Activity Loop Type
'.Creates a new adapter for an object of class 'Activity Making Call Type
'.Creates a new adapter for an object of class 'Activity Or Type
'.Creates a new adapter for an object of class 'Activity Phases Type
'.Creates a new adapter for an object of class 'Activity Type
'.createAdapter
(Notifier target) Creates an adapter for thetarget
.Creates a new adapter for an object of class 'And Join List Type
'.Creates a new adapter for an object of class 'Asynch Call Type
'.Creates a new adapter for an object of class 'Bind Type
'.Creates a new adapter for an object of class 'Call List Type
'.Creates a new adapter for an object of class 'Document Root
'.Creates a new adapter for an object of class 'Entry Activity Def Type
'.Creates a new adapter for an object of class 'Entry Activity Graph
'.Creates a new adapter for an object of class 'Entry Making Call Type
'.Creates a new adapter for an object of class 'Entry Type
'.Creates a new adapter for the default case.Creates a new adapter for an object of class 'Fan In Type
'.Creates a new adapter for an object of class 'Fan Out Type
'.Creates a new adapter for an object of class 'First Plot Type
'.Creates a new adapter for an object of class 'Group Type
'.Creates a new adapter for an object of class 'Histogram Bin Type
'.Creates a new adapter for an object of class 'In Port Type
'.Creates a new adapter for an object of class 'Interface Type
'.Creates a new adapter for an object of class 'Core Type
'.Creates a new adapter for an object of class 'Model Type
'.Creates a new adapter for an object of class 'Making Call Type
'.Creates a new adapter for an object of class 'Mva Info Type
'.Creates a new adapter for an object of class 'Or List Type
'.Creates a new adapter for an object of class 'Out Port Type
'.Creates a new adapter for an object of class 'Output Distribution Type
'.Creates a new adapter for an object of class 'Output Entry Distribution Type
'.Creates a new adapter for an object of class 'Output Result Join Delay Type
'.Creates a new adapter for an object of class 'Output Result Type
'.Creates a new adapter for an object of class 'Parameter Type
'.Creates a new adapter for an object of class 'Para Type
'.Creates a new adapter for an object of class 'Phase Activities
'.Creates a new adapter for an object of class 'Plot Control Type
'.Creates a new adapter for an object of class 'Plot Type
'.Creates a new adapter for an object of class 'Port Binding Type
'.Creates a new adapter for an object of class 'Pragma Type
'.Creates a new adapter for an object of class 'Precedence Type
'.Creates a new adapter for an object of class 'Processor Binding Type
'.Creates a new adapter for an object of class 'Processor Type
'.Creates a new adapter for an object of class 'Reply Activity Type
'.Creates a new adapter for an object of class 'Reply Entry Type
'.Creates a new adapter for an object of class 'Result Conf95 Type1
'.Creates a new adapter for an object of class 'Result Conf95 Type
'.Creates a new adapter for an object of class 'Result Conf99 Type1
'.Creates a new adapter for an object of class 'Result Conf99 Type
'.Creates a new adapter for an object of class 'Result General Type
'.Creates a new adapter for an object of class 'Run Control Type
'.Creates a new adapter for an object of class 'Service Type
'.Creates a new adapter for an object of class 'Single Activity List Type
'.Creates a new adapter for an object of class 'Slot Type
'.Creates a new adapter for an object of class 'Solver Params Type
'.Creates a new adapter for an object of class 'Synch Call Type
'.Creates a new adapter for an object of class 'Task Activity Graph
'.Creates a new adapter for an object of class 'Task Type
'.boolean
isFactoryForType
(Object object) Returns whether this factory is applicable for the type of the object.Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
adapt, adapt, adaptAllNew, adaptNew, associate, createAdapter, resolve
-
Field Details
-
modelPackage
The cached model package.- Generated class or method.
-
modelSwitch
The switch that delegates to thecreateXXX
methods.- Generated class or method.
-
-
Constructor Details
-
LqnAdapterFactory
public LqnAdapterFactory()Creates an instance of the adapter factory.- Generated class or method.
-
-
Method Details
-
isFactoryForType
Returns whether this factory is applicable for the type of the object. This implementation returnstrue
if the object is either the model's package or is an instance object of the model.- Specified by:
isFactoryForType
in interfaceAdapterFactory
- Overrides:
isFactoryForType
in classAdapterFactoryImpl
- Returns:
- whether this factory is applicable for the type of the object.
- Generated class or method.
-
createAdapter
Creates an adapter for thetarget
.- Overrides:
createAdapter
in classAdapterFactoryImpl
- Parameters:
target
- the object to adapt.- Returns:
- the adapter for the
target
. - Generated class or method.
-
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Creates a new adapter for the default case. This default implementation returns null.- Returns:
- the new adapter.
- Generated class or method.
-