Class RepoLangAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
com.palladiosimulator.textual.repository.repoLang.util.RepoLangAdapterFactory
- All Implemented Interfaces:
AdapterFactory
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
FieldsModifier and TypeFieldDescriptionprotected static RepoLangPackage
The cached model package.protected RepoLangSwitch<Adapter>
The switch that delegates to thecreateXXX
methods. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAdapter
(Notifier target) Creates an adapter for thetarget
.Creates a new adapter for an object of class 'Component
'.Creates a new adapter for an object of class 'Composite Component
'.Creates a new adapter for the default case.Creates a new adapter for an object of class 'Imported Repository
'.Creates a new adapter for an object of class 'Interface
'.Creates a new adapter for an object of class 'Named Element
'.Creates a new adapter for an object of class 'Passive Resource
'.Creates a new adapter for an object of class 'Repository
'.Creates a new adapter for an object of class 'Role Specification
'.Creates a new adapter for an object of class 'Seff Acquire Action
'.Creates a new adapter for an object of class 'Seff Action
'.Creates a new adapter for an object of class 'Seff
'.Creates a new adapter for an object of class 'Seff Branch
'.Creates a new adapter for an object of class 'Seff Call Parameter
'.Creates a new adapter for an object of class 'Seff External Call Action
'.Creates a new adapter for an object of class 'Seff Fork Action
'.Creates a new adapter for an object of class 'Seff Fork
'.Creates a new adapter for an object of class 'Seff Guarded Branch Action
'.Creates a new adapter for an object of class 'Seff Guarded Branch
'.Creates a new adapter for an object of class 'Seff Internal Action
'.Creates a new adapter for an object of class 'Seff Loop Action
'.Creates a new adapter for an object of class 'Seff Probabilistic Branch Action
'.Creates a new adapter for an object of class 'Seff Probabilistic Branch
'.Creates a new adapter for an object of class 'Seff Reference Parameter
'.Creates a new adapter for an object of class 'Seff Release Action
'.Creates a new adapter for an object of class 'Seff Return Parameter
'.Creates a new adapter for an object of class 'Seff Set Return Action
'.Creates a new adapter for an object of class 'Seff Set Variable Action
'.Creates a new adapter for an object of class 'Seff Variable Char
'.Creates a new adapter for an object of class 'Signature
'.Creates a new adapter for an object of class 'Signature Parameter
'.Creates a new adapter for an object of class 'Sub Seff
'.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
-
RepoLangAdapterFactory
public RepoLangAdapterFactory()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.
-
createRepositoryAdapter
Creates a new adapter for an object of class 'Repository
'. 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.
-
createImportedRepositoryAdapter
Creates a new adapter for an object of class 'Imported Repository
'. 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.
-
createNamedElementAdapter
Creates a new adapter for an object of class 'Named Element
'. 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.
-
createInterfaceAdapter
Creates a new adapter for an object of class 'Interface
'. 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.
-
createSignatureAdapter
Creates a new adapter for an object of class 'Signature
'. 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.
-
createSignatureParameterAdapter
Creates a new adapter for an object of class 'Signature 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:
- Generated class or method.
-
createComponentAdapter
Creates a new adapter for an object of class 'Component
'. 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.
-
createRoleSpecificationAdapter
Creates a new adapter for an object of class 'Role Specification
'. 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.
-
createCompositeComponentAdapter
Creates a new adapter for an object of class 'Composite Component
'. 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.
-
createSeffAdapter
Creates a new adapter for an object of class 'Seff
'. 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.
-
createSeffActionAdapter
Creates a new adapter for an object of class 'Seff Action
'. 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.
-
createSeffInternalActionAdapter
Creates a new adapter for an object of class 'Seff Internal Action
'. 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.
-
createSeffAcquireActionAdapter
Creates a new adapter for an object of class 'Seff Acquire Action
'. 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.
-
createSeffReleaseActionAdapter
Creates a new adapter for an object of class 'Seff Release Action
'. 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.
-
createSeffLoopActionAdapter
Creates a new adapter for an object of class 'Seff Loop Action
'. 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.
-
createSeffSetReturnActionAdapter
Creates a new adapter for an object of class 'Seff Set Return Action
'. 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.
-
createSeffSetVariableActionAdapter
Creates a new adapter for an object of class 'Seff Set Variable Action
'. 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.
-
createSeffExternalCallActionAdapter
Creates a new adapter for an object of class 'Seff External Call Action
'. 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.
-
createSeffCallParameterAdapter
Creates a new adapter for an object of class 'Seff Call 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:
- Generated class or method.
-
createSeffReferenceParameterAdapter
Creates a new adapter for an object of class 'Seff Reference 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:
- Generated class or method.
-
createSeffReturnParameterAdapter
Creates a new adapter for an object of class 'Seff Return 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:
- Generated class or method.
-
createSeffVariableCharAdapter
Creates a new adapter for an object of class 'Seff Variable Char
'. 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.
-
createSeffProbabilisticBranchActionAdapter
Creates a new adapter for an object of class 'Seff Probabilistic Branch Action
'. 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.
-
createSeffBranchAdapter
Creates a new adapter for an object of class 'Seff Branch
'. 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.
-
createSeffProbabilisticBranchAdapter
Creates a new adapter for an object of class 'Seff Probabilistic Branch
'. 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.
-
createSeffGuardedBranchActionAdapter
Creates a new adapter for an object of class 'Seff Guarded Branch Action
'. 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.
-
createSeffGuardedBranchAdapter
Creates a new adapter for an object of class 'Seff Guarded Branch
'. 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.
-
createSeffForkActionAdapter
Creates a new adapter for an object of class 'Seff Fork Action
'. 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.
-
createSeffForkAdapter
Creates a new adapter for an object of class 'Seff Fork
'. 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.
-
createSubSeffAdapter
Creates a new adapter for an object of class 'Sub Seff
'. 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.
-
createPassiveResourceAdapter
Creates a new adapter for an object of class 'Passive Resource
'. 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.
-