All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
All Known Implementing Classes:
AttackPathImpl

public interface AttackPath extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Attack Path'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getCredentials

      EList<org.palladiosimulator.pcm.confidentiality.context.system.UsageSpecification> getCredentials()
      Returns the value of the 'Credentials' reference list. The list contents are of type UsageSpecification.
      Returns:
      the value of the 'Credentials' reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
    • getTargetedElement

      org.palladiosimulator.pcm.core.entity.Entity getTargetedElement()
      Returns the value of the 'Targeted Element' reference.
      Returns:
      the value of the 'Targeted Element' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setTargetedElement

      void setTargetedElement(org.palladiosimulator.pcm.core.entity.Entity value)
      Sets the value of the 'Targeted Element' reference.
      Parameters:
      value - the new value of the 'Targeted Element' reference.
      See Also:
      Generated class or method.
    • getVulnerabilities

      EList<org.palladiosimulator.pcm.confidentiality.attackerSpecification.attackSpecification.Vulnerability> getVulnerabilities()
      Returns the value of the 'Vulnerabilities' reference list. The list contents are of type Vulnerability.
      Returns:
      the value of the 'Vulnerabilities' reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
    • getAttackpathelement

      EList<AttackPathElement> getAttackpathelement()
      Returns the value of the 'Attackpathelement' containment reference list. The list contents are of type AttackPathElement.
      Returns:
      the value of the 'Attackpathelement' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"