Class LanguageAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
org.palladiosimulator.textual.tpcm.language.util.LanguageAdapterFactory
All Implemented Interfaces:
AdapterFactory

public class LanguageAdapterFactory 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 LanguagePackage modelPackage
      The cached model package.
      Generated class or method.
    • modelSwitch

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

    • LanguageAdapterFactory

      public LanguageAdapterFactory()
      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.
    • createModelAdapter

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter createParameterAdapter()
      Creates a new adapter for an object of class 'Parameter'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      Generated class or method.
    • createComponentAdapter

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

      public Adapter 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

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