Class LanguageAdapterFactory
java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.palladiosimulator.textual.tpcm.language.util.LanguageAdapterFactory
- 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 LanguagePackage
The cached model package.protected LanguageSwitch<Adapter>
The switch that delegates to thecreateXXX
methods. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new adapter for an object of class 'Absolute Reference
'.createAdapter
(Notifier target) Creates an adapter for thetarget
.Creates a new adapter for an object of class 'Allocation
'.Creates a new adapter for an object of class 'Allocation Context
'.Creates a new adapter for an object of class 'Allocation Specification
'.Creates a new adapter for an object of class 'Assembly Context
'.Creates a new adapter for an object of class 'Characteristic Reference
'.Creates a new adapter for an object of class 'Closed Workload
'.Creates a new adapter for an object of class 'Collection Datatype
'.Creates a new adapter for an object of class 'Communication Link Type
'.Creates a new adapter for an object of class 'Complex Result Assignment
'.Creates a new adapter for an object of class 'Component
'.Creates a new adapter for an object of class 'Composed Datatype
'.Creates a new adapter for an object of class 'Composed Datatype Element
'.Creates a new adapter for an object of class 'Connector
'.Creates a new adapter for an object of class 'Content
'.Creates a new adapter for an object of class 'Datatype
'.Creates a new adapter for an object of class 'Domain Interface
'.Creates a new adapter for an object of class 'Domain Interface Provided Role
'.Creates a new adapter for an object of class 'Entry Level System Call Action
'.Creates a new adapter for the default case.Creates a new adapter for an object of class 'Event Signature
'.Creates a new adapter for an object of class 'Failure Type
'.Creates a new adapter for an object of class 'Fragment
'.Creates a new adapter for an object of class 'Import
'.Creates a new adapter for an object of class 'Initialization
'.Creates a new adapter for an object of class 'Interface
'.Creates a new adapter for an object of class 'Interface Content
'.Creates a new adapter for an object of class 'Interface Required Role
'.Creates a new adapter for an object of class 'Internal Configurable Interface
'.Creates a new adapter for an object of class 'Internal Interface Provided Role
'.Creates a new adapter for an object of class 'Linking Resource
'.Creates a new adapter for an object of class 'Mapping Configuration
'.Creates a new adapter for an object of class 'Mapping Content
'.Creates a new adapter for an object of class 'Model
'.Creates a new adapter for an object of class 'Open Workload
'.Creates a new adapter for an object of class 'Operation Signature
'.Creates a new adapter for an object of class 'Parameter
'.Creates a new adapter for an object of class 'Parameter Specification
'.Creates a new adapter for an object of class 'Primitive Datatype
'.Creates a new adapter for an object of class 'Primitive Result Assignment
'.Creates a new adapter for an object of class 'Processing Resource
'.Creates a new adapter for an object of class 'Processing Resource Type
'.Creates a new adapter for an object of class 'Property Definition
'.Creates a new adapter for an object of class 'Property Initializer
'.Creates a new adapter for an object of class 'Relative Reference
'.Creates a new adapter for an object of class 'Repository
'.Creates a new adapter for an object of class 'Resource Container
'.Creates a new adapter for an object of class 'Resource Container Content
'.Creates a new adapter for an object of class 'Resource Entity
'.Creates a new adapter for an object of class 'Resource Entity Type
'.Creates a new adapter for an object of class 'Resource Environment
'.Creates a new adapter for an object of class 'Resource Failure Specification
'.Creates a new adapter for an object of class 'Resource Interface
'.Creates a new adapter for an object of class 'Resource Interface Provided Role
'.Creates a new adapter for an object of class 'Resource Type
'.Creates a new adapter for an object of class 'Resource Type Content
'.Creates a new adapter for an object of class 'Resource Type Repository
'.Creates a new adapter for an object of class 'Result Assignment
'.Creates a new adapter for an object of class 'Result Specification
'.Creates a new adapter for an object of class 'Role
'.Creates a new adapter for an object of class 'Scenario Branch Action
'.Creates a new adapter for an object of class 'Scenario Branch
'.Creates a new adapter for an object of class 'Scenario Content
'.Creates a new adapter for an object of class 'Scenario Delay Action
'.Creates a new adapter for an object of class 'Scenario Loop Action
'.Creates a new adapter for an object of class 'SEFF Action Container
'.Creates a new adapter for an object of class 'SEFF
'.Creates a new adapter for an object of class 'SEFF Assignment
'.Creates a new adapter for an object of class 'SEFF Assignment Or Call
'.Creates a new adapter for an object of class 'SEFF Call Action
'.Creates a new adapter for an object of class 'SEFF Conditional Action
'.Creates a new adapter for an object of class 'SEFF Conditional Alternative
'.Creates a new adapter for an object of class 'SEFF Conditional Else
'.Creates a new adapter for an object of class 'SEFF Conditional Else If
'.Creates a new adapter for an object of class 'SEFF Content
'.Creates a new adapter for an object of class 'SEFF Iterate Action
'.Creates a new adapter for an object of class 'SEFF Loop Action
'.Creates a new adapter for an object of class 'SEFF Probabilistic Action
'.Creates a new adapter for an object of class 'SEFF Probabilistic Branch
'.Creates a new adapter for an object of class 'SEFF Set Action
'.Creates a new adapter for an object of class 'Signature
'.Creates a new adapter for an object of class 'System
'.Creates a new adapter for an object of class 'System Provided Role
'.Creates a new adapter for an object of class 'Usage
'.Creates a new adapter for an object of class 'Usage Content
'.Creates a new adapter for an object of class 'Usage Scenario
'.Creates a new adapter for an object of class 'Workload
'.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
-
LanguageAdapterFactory
public LanguageAdapterFactory()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.
-
createModelAdapter
Creates a new adapter for an object of class 'Model
'. 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.
-
createImportAdapter
Creates a new adapter for an object of class 'Import
'. 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.
-
createFragmentAdapter
Creates a new adapter for an object of class 'Fragment
'. 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.
-
createContentAdapter
Creates a new adapter for an object of class 'Content
'. 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.
-
createDatatypeAdapter
Creates a new adapter for an object of class 'Datatype
'. 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.
-
createPrimitiveDatatypeAdapter
Creates a new adapter for an object of class 'Primitive Datatype
'. 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.
-
createComposedDatatypeAdapter
Creates a new adapter for an object of class 'Composed Datatype
'. 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.
-
createComposedDatatypeElementAdapter
Creates a new adapter for an object of class 'Composed Datatype 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.
-
createCollectionDatatypeAdapter
Creates a new adapter for an object of class 'Collection Datatype
'. 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.
-
createInterfaceContentAdapter
Creates a new adapter for an object of class 'Interface Content
'. 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.
-
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:
- 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.
-
createRoleAdapter
Creates a new adapter for an object of class 'Role
'. 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.
-
createInitializationAdapter
Creates a new adapter for an object of class 'Initialization
'. 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.
-
createPropertyInitializerAdapter
Creates a new adapter for an object of class 'Property Initializer
'. 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.
-
createSEFFContentAdapter
Creates a new adapter for an object of class 'SEFF Content
'. 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.
-
createSEFFActionContainerAdapter
Creates a new adapter for an object of class 'SEFF Action Container
'. 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.
-
createSEFFAssignmentOrCallAdapter
Creates a new adapter for an object of class 'SEFF Assignment Or Call
'. 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.
-
createSEFFAssignmentAdapter
Creates a new adapter for an object of class 'SEFF Assignment
'. 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.
-
createSEFFCallActionAdapter
Creates a new adapter for an object of class 'SEFF 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.
-
createParameterSpecificationAdapter
Creates a new adapter for an object of class 'Parameter 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.
-
createResultAssignmentAdapter
Creates a new adapter for an object of class 'Result Assignment
'. 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.
-
createResultSpecificationAdapter
Creates a new adapter for an object of class 'Result 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.
-
createCharacteristicReferenceAdapter
Creates a new adapter for an object of class 'Characteristic Reference
'. 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.
-
createSEFFIterateActionAdapter
Creates a new adapter for an object of class 'SEFF Iterate 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.
-
createSEFFConditionalActionAdapter
Creates a new adapter for an object of class 'SEFF Conditional 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.
-
createSEFFConditionalAlternativeAdapter
Creates a new adapter for an object of class 'SEFF Conditional Alternative
'. 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.
-
createSEFFConditionalElseIfAdapter
Creates a new adapter for an object of class 'SEFF Conditional Else If
'. 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.
-
createSEFFConditionalElseAdapter
Creates a new adapter for an object of class 'SEFF Conditional Else
'. 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.
-
createSEFFProbabilisticActionAdapter
Creates a new adapter for an object of class 'SEFF Probabilistic 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.
-
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.
-
createSEFFSetActionAdapter
Creates a new adapter for an object of class 'SEFF Set 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.
-
createFailureTypeAdapter
Creates a new adapter for an object of class 'Failure 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.
-
createAssemblyContextAdapter
Creates a new adapter for an object of class 'Assembly Context
'. 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.
-
createConnectorAdapter
Creates a new adapter for an object of class 'Connector
'. 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.
-
createAllocationContextAdapter
Creates a new adapter for an object of class 'Allocation Context
'. 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.
-
createAllocationSpecificationAdapter
Creates a new adapter for an object of class 'Allocation 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.
-
createResourceContainerAdapter
Creates a new adapter for an object of class 'Resource Container
'. 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.
-
createResourceContainerContentAdapter
Creates a new adapter for an object of class 'Resource Container Content
'. 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.
-
createProcessingResourceAdapter
Creates a new adapter for an object of class 'Processing 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.
-
createLinkingResourceAdapter
Creates a new adapter for an object of class 'Linking 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.
-
createResourceInterfaceAdapter
Creates a new adapter for an object of class 'Resource 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.
-
createInternalConfigurableInterfaceAdapter
Creates a new adapter for an object of class 'Internal Configurable 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.
-
createResourceTypeAdapter
Creates a new adapter for an object of class 'Resource 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.
-
createPropertyDefinitionAdapter
Creates a new adapter for an object of class 'Property Definition
'. 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.
-
createResourceTypeContentAdapter
Creates a new adapter for an object of class 'Resource Type Content
'. 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.
-
createResourceFailureSpecificationAdapter
Creates a new adapter for an object of class 'Resource Failure 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.
-
createResourceInterfaceProvidedRoleAdapter
Creates a new adapter for an object of class 'Resource Interface Provided Role
'. 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.
-
createResourceEntityTypeAdapter
Creates a new adapter for an object of class 'Resource Entity 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.
-
createResourceEntityAdapter
Creates a new adapter for an object of class 'Resource Entity
'. 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.
-
createUsageContentAdapter
Creates a new adapter for an object of class 'Usage Content
'. 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.
-
createUsageScenarioAdapter
Creates a new adapter for an object of class 'Usage 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:
- Generated class or method.
-
createWorkloadAdapter
Creates a new adapter for an object of class 'Workload
'. 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.
-
createOpenWorkloadAdapter
Creates a new adapter for an object of class 'Open Workload
'. 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.
-
createClosedWorkloadAdapter
Creates a new adapter for an object of class 'Closed Workload
'. 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.
-
createScenarioContentAdapter
Creates a new adapter for an object of class 'Scenario Content
'. 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.
-
createScenarioLoopActionAdapter
Creates a new adapter for an object of class 'Scenario 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.
-
createScenarioBranchActionAdapter
Creates a new adapter for an object of class 'Scenario 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.
-
createScenarioBranchAdapter
Creates a new adapter for an object of class 'Scenario 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.
-
createEntryLevelSystemCallActionAdapter
Creates a new adapter for an object of class 'Entry Level System 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.
-
createScenarioDelayActionAdapter
Creates a new adapter for an object of class 'Scenario Delay 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.
-
createMappingContentAdapter
Creates a new adapter for an object of class 'Mapping Content
'. 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.
-
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.
-
createSystemAdapter
Creates a new adapter for an object of class 'System
'. 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.
-
createAllocationAdapter
Creates a new adapter for an object of class 'Allocation
'. 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.
-
createResourceEnvironmentAdapter
Creates a new adapter for an object of class 'Resource Environment
'. 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.
-
createResourceTypeRepositoryAdapter
Creates a new adapter for an object of class 'Resource Type 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.
-
createUsageAdapter
Creates a new adapter for an object of class 'Usage
'. 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.
-
createMappingConfigurationAdapter
Creates a new adapter for an object of class 'Mapping Configuration
'. 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.
-
createDomainInterfaceAdapter
Creates a new adapter for an object of class 'Domain 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.
-
createOperationSignatureAdapter
Creates a new adapter for an object of class 'Operation 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.
-
createEventSignatureAdapter
Creates a new adapter for an object of class 'Event 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.
-
createDomainInterfaceProvidedRoleAdapter
Creates a new adapter for an object of class 'Domain Interface Provided Role
'. 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.
-
createInterfaceRequiredRoleAdapter
Creates a new adapter for an object of class 'Interface Required Role
'. 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.
-
createInternalInterfaceProvidedRoleAdapter
Creates a new adapter for an object of class 'Internal Interface Provided Role
'. 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.
-
createComplexResultAssignmentAdapter
Creates a new adapter for an object of class 'Complex Result Assignment
'. 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.
-
createPrimitiveResultAssignmentAdapter
Creates a new adapter for an object of class 'Primitive Result Assignment
'. 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.
-
createRelativeReferenceAdapter
Creates a new adapter for an object of class 'Relative Reference
'. 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.
-
createAbsoluteReferenceAdapter
Creates a new adapter for an object of class 'Absolute Reference
'. 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.
-
createSystemProvidedRoleAdapter
Creates a new adapter for an object of class 'System Provided Role
'. 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.
-
createProcessingResourceTypeAdapter
Creates a new adapter for an object of class 'Processing Resource 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.
-
createCommunicationLinkTypeAdapter
Creates a new adapter for an object of class 'Communication Link 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.
-