Interface AttackPath
-
- 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:
AttackerPackage.getAttackPath()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<UsageSpecification>
getCredentialsInitiallyNecessary()
Returns the value of the 'Credentials Initially Necessary' reference list.EList<SystemIntegration>
getPath()
Returns the value of the 'Path' containment reference list.PCMElement
getTargetedElement()
Returns the value of the 'Targeted Element' containment reference.EList<Vulnerability>
getVulnerabilitesUsed()
Returns the value of the 'Vulnerabilites Used' reference list.void
setTargetedElement(PCMElement value)
Sets the value of the 'Targeted Element
' containment reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPath
EList<SystemIntegration> getPath()
Returns the value of the 'Path' containment reference list. The list contents are of typeSystemIntegration
.- Returns:
- the value of the 'Path' containment reference list.
- See Also:
AttackerPackage.getAttackPath_Path()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getTargetedElement
PCMElement getTargetedElement()
Returns the value of the 'Targeted Element' containment reference.- Returns:
- the value of the 'Targeted Element' containment reference.
- See Also:
setTargetedElement(PCMElement)
,AttackerPackage.getAttackPath_TargetedElement()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true"
-
setTargetedElement
void setTargetedElement(PCMElement value)
Sets the value of the 'Targeted Element
' containment reference.- Parameters:
value
- the new value of the 'Targeted Element' containment reference.- See Also:
getTargetedElement()
- Generated class or method.
-
getCredentialsInitiallyNecessary
EList<UsageSpecification> getCredentialsInitiallyNecessary()
Returns the value of the 'Credentials Initially Necessary' reference list. The list contents are of typeUsageSpecification
.- Returns:
- the value of the 'Credentials Initially Necessary' reference list.
- See Also:
AttackerPackage.getAttackPath_CredentialsInitiallyNecessary()
- Generated class or method.
- EMF model class or method.
-
getVulnerabilitesUsed
EList<Vulnerability> getVulnerabilitesUsed()
Returns the value of the 'Vulnerabilites Used' reference list. The list contents are of typeVulnerability
.- Returns:
- the value of the 'Vulnerabilites Used' reference list.
- See Also:
AttackerPackage.getAttackPath_VulnerabilitesUsed()
- Generated class or method.
- EMF model class or method.
-
-