Interface Attacker

    • Method Detail

      • getAttacks

        EList<Attack> getAttacks()
        Returns the value of the 'Attacks' reference list. The list contents are of type Attack.
        Returns:
        the value of the 'Attacks' reference list.
        See Also:
        AttackerPackage.getAttacker_Attacks()
        Generated class or method.
        EMF model class or method.
      • getCompromisedComponents

        EList<org.palladiosimulator.pcm.core.composition.AssemblyContext> getCompromisedComponents()
        Returns the value of the 'Compromised Components' reference list. The list contents are of type AssemblyContext.
        Returns:
        the value of the 'Compromised Components' reference list.
        See Also:
        AttackerPackage.getAttacker_CompromisedComponents()
        Generated class or method.
        EMF model class or method.
      • getCompromisedResources

        EList<org.palladiosimulator.pcm.resourceenvironment.ResourceContainer> getCompromisedResources()
        Returns the value of the 'Compromised Resources' reference list. The list contents are of type ResourceContainer.
        Returns:
        the value of the 'Compromised Resources' reference list.
        See Also:
        AttackerPackage.getAttacker_CompromisedResources()
        Generated class or method.
        EMF model class or method.
      • getCompromisedLinkingResources

        EList<org.palladiosimulator.pcm.resourceenvironment.LinkingResource> getCompromisedLinkingResources()
        Returns the value of the 'Compromised Linking Resources' reference list. The list contents are of type LinkingResource.
        Returns:
        the value of the 'Compromised Linking Resources' reference list.
        See Also:
        AttackerPackage.getAttacker_CompromisedLinkingResources()
        Generated class or method.
        EMF model class or method.
      • setExploitContextProviders

        void setExploitContextProviders​(boolean value)
        Sets the value of the 'Exploit Context Providers' attribute.
        Parameters:
        value - the new value of the 'Exploit Context Providers' attribute.
        See Also:
        isExploitContextProviders()
        Generated class or method.