Interface AttackerSpecification
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
AttackerSpecificationImpl
public interface AttackerSpecification
extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Specification'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Attackers' containment reference.Returns the value of the 'Attacks' containment reference.Returns the value of the 'Categoryspecification' containment reference.Returns the value of the 'Systemintegration' containment reference.Returns the value of the 'Vulnerabilites' containment reference.void
setAttackers
(AttackerContainer value) Sets the value of the 'Attackers
' containment reference.void
setAttacks
(AttackContainer value) Sets the value of the 'Attacks
' containment reference.void
Sets the value of the 'Categoryspecification
' containment reference.void
Sets the value of the 'Systemintegration
' containment reference.void
Sets the value of the 'Vulnerabilites
' 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 Details
-
getAttackers
AttackerContainer getAttackers()Returns the value of the 'Attackers' containment reference.- Returns:
- the value of the 'Attackers' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setAttackers
Sets the value of the 'Attackers
' containment reference.- Parameters:
value
- the new value of the 'Attackers' containment reference.- See Also:
- Generated class or method.
-
getAttacks
AttackContainer getAttacks()Returns the value of the 'Attacks' containment reference.- Returns:
- the value of the 'Attacks' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setAttacks
Sets the value of the 'Attacks
' containment reference.- Parameters:
value
- the new value of the 'Attacks' containment reference.- See Also:
- Generated class or method.
-
getVulnerabilites
VulnerabilityContainer getVulnerabilites()Returns the value of the 'Vulnerabilites' containment reference.- Returns:
- the value of the 'Vulnerabilites' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setVulnerabilites
Sets the value of the 'Vulnerabilites
' containment reference.- Parameters:
value
- the new value of the 'Vulnerabilites' containment reference.- See Also:
- Generated class or method.
-
getCategoryspecification
CategorySpecification getCategoryspecification()Returns the value of the 'Categoryspecification' containment reference.- Returns:
- the value of the 'Categoryspecification' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setCategoryspecification
Sets the value of the 'Categoryspecification
' containment reference.- Parameters:
value
- the new value of the 'Categoryspecification' containment reference.- See Also:
- Generated class or method.
-
getSystemintegration
AttackerSystemSpecificationContainer getSystemintegration()Returns the value of the 'Systemintegration' containment reference.- Returns:
- the value of the 'Systemintegration' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setSystemintegration
Sets the value of the 'Systemintegration
' containment reference.- Parameters:
value
- the new value of the 'Systemintegration' containment reference.- See Also:
- Generated class or method.
-