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:
AttackerPackage.getAttackerSpecification()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttackerContainer
getAttackers()
Returns the value of the 'Attackers' containment reference.AttackContainer
getAttacks()
Returns the value of the 'Attacks' containment reference.CategorySpecification
getCategoryspecification()
Returns the value of the 'Categoryspecification' containment reference.VulnerabilitySystemSpecification
getSystemintegration()
Returns the value of the 'Systemintegration' containment reference.VulnerabilityContainer
getVulnerabilites()
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
setCategoryspecification(CategorySpecification value)
Sets the value of the 'Categoryspecification
' containment reference.void
setSystemintegration(VulnerabilitySystemSpecification value)
Sets the value of the 'Systemintegration
' containment reference.void
setVulnerabilites(VulnerabilityContainer value)
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 Detail
-
getAttackers
AttackerContainer getAttackers()
Returns the value of the 'Attackers' containment reference.- Returns:
- the value of the 'Attackers' containment reference.
- See Also:
setAttackers(AttackerContainer)
,AttackerPackage.getAttackerSpecification_Attackers()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setAttackers
void setAttackers(AttackerContainer value)
Sets the value of the 'Attackers
' containment reference.- Parameters:
value
- the new value of the 'Attackers' containment reference.- See Also:
getAttackers()
- 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:
setAttacks(AttackContainer)
,AttackerPackage.getAttackerSpecification_Attacks()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setAttacks
void setAttacks(AttackContainer value)
Sets the value of the 'Attacks
' containment reference.- Parameters:
value
- the new value of the 'Attacks' containment reference.- See Also:
getAttacks()
- 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:
setVulnerabilites(VulnerabilityContainer)
,AttackerPackage.getAttackerSpecification_Vulnerabilites()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setVulnerabilites
void setVulnerabilites(VulnerabilityContainer value)
Sets the value of the 'Vulnerabilites
' containment reference.- Parameters:
value
- the new value of the 'Vulnerabilites' containment reference.- See Also:
getVulnerabilites()
- 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:
setCategoryspecification(CategorySpecification)
,AttackerPackage.getAttackerSpecification_Categoryspecification()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setCategoryspecification
void setCategoryspecification(CategorySpecification value)
Sets the value of the 'Categoryspecification
' containment reference.- Parameters:
value
- the new value of the 'Categoryspecification' containment reference.- See Also:
getCategoryspecification()
- Generated class or method.
-
getSystemintegration
VulnerabilitySystemSpecification getSystemintegration()
Returns the value of the 'Systemintegration' containment reference.- Returns:
- the value of the 'Systemintegration' containment reference.
- See Also:
setSystemintegration(VulnerabilitySystemSpecification)
,AttackerPackage.getAttackerSpecification_Systemintegration()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setSystemintegration
void setSystemintegration(VulnerabilitySystemSpecification value)
Sets the value of the 'Systemintegration
' containment reference.- Parameters:
value
- the new value of the 'Systemintegration' containment reference.- See Also:
getSystemintegration()
- Generated class or method.
-
-