Class KAMP4attackModificationmarksAdapterFactory

java.lang.Object
org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
edu.kit.ipd.sdq.kamp4attack.model.modificationmarks.KAMP4attackModificationmarks.util.KAMP4attackModificationmarksAdapterFactory
All Implemented Interfaces:
AdapterFactory
Direct Known Subclasses:
KAMP4attackModificationmarksItemProviderAdapterFactory

public class KAMP4attackModificationmarksAdapterFactory 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

  • Constructor Details

    • KAMP4attackModificationmarksAdapterFactory

      public KAMP4attackModificationmarksAdapterFactory()
      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.
    • createKAMP4attackModificationRepositoryAdapter

      public Adapter createKAMP4attackModificationRepositoryAdapter()
      Creates a new adapter for an object of class 'KAMP 4attack Modification 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.
    • createKAMP4attackSeedModificationsAdapter

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

      public Adapter createModifyEntityAdapter()
      Creates a new adapter for an object of class 'Modify 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.
    • createAttackerSelectionAdapter

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

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

      public Adapter createCompromisedResourceAdapter()
      Creates a new adapter for an object of class 'Compromised 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.
    • createCompromisedAssemblyAdapter

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

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

      public Adapter createCompromisedLinkingResourceAdapter()
      Creates a new adapter for an object of class 'Compromised 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.
    • createCompromisedServiceAdapter

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

      public Adapter createServiceRestrictionContainerAdapter()
      Creates a new adapter for an object of class 'Service Restriction 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.
    • createCompromisedDataAdapter

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

      public Adapter createDatamodelContainerAdapter()
      Creates a new adapter for an object of class 'Datamodel 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.
    • createSurfaceAttackerSelectionAdapter

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

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

      public Adapter createAttackPathElementAdapter()
      Creates a new adapter for an object of class 'Attack Path 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.
    • createIdentifierAdapter

      public Adapter createIdentifierAdapter()
      Creates a new adapter for an object of class 'Identifier'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
      Returns:
      the new adapter.
      See Also:
      • Identifier
      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.