Class AttackVectorHelper
java.lang.Object
org.palladiosimulator.pcm.confidentiality.attacker.helper.AttackVectorHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isIncluded
(AttackVector current, AttackVector target) Checks whether anAttackVector
is included within the other.
-
Method Details
-
isIncluded
Checks whether anAttackVector
is included within the other. < br\>Included means here, that an attacker can still perform the attack despite that the attack vectors are note the same. The following table shows which attack vectors are included in which.
AttackVector Included Network Network,Adjacent Network, LocalAdjacent Network Adjacent Network, Local Local Local - Parameters:
current
- vector to comparetarget
- comparision vector- Returns:
- true if included
-