Interface CVEVulnerability
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,CWEBasedVulnerability,org.palladiosimulator.pcm.core.entity.Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,org.palladiosimulator.pcm.core.entity.NamedElement,Notifier,Vulnerability
- All Known Implementing Classes:
CVEVulnerabilityImpl
public interface CVEVulnerability extends CWEBasedVulnerability, Vulnerability
A representation of the model object 'CVE Vulnerability'.The following features are supported:
- See Also:
AttackSpecificationPackage.getCVEVulnerability()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CVEIDgetCveID()Returns the value of the 'Cve ID' reference.voidsetCveID(CVEID value)Sets the value of the 'Cve ID' 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.palladiosimulator.pcm.confidentiality.attackerSpecification.attackSpecification.CWEBasedVulnerability
getCweID
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface org.palladiosimulator.pcm.confidentiality.attackerSpecification.attackSpecification.Vulnerability
getAttackVector, getAvailabilityImpact, getConfidentialityImpact, getGainedPrivilege, getIntegrityImpact, getPrivileges, getRequiredCredentials, isTakeOver, setAttackVector, setAvailabilityImpact, setConfidentialityImpact, setIntegrityImpact, setPrivileges, setRequiredCredentials, setTakeOver
-
-
-
-
Method Detail
-
getCveID
CVEID getCveID()
Returns the value of the 'Cve ID' reference.- Returns:
- the value of the 'Cve ID' reference.
- See Also:
setCveID(CVEID),AttackSpecificationPackage.getCVEVulnerability_CveID()- Generated class or method.
- EMF model class or method.
- required="true"
-
setCveID
void setCveID(CVEID value)
Sets the value of the 'Cve ID' reference.- Parameters:
value- the new value of the 'Cve ID' reference.- See Also:
getCveID()- Generated class or method.
-
-