Class CompromisedElementHelper
java.lang.Object
org.palladiosimulator.pcm.confidentiality.attacker.analysis.common.CompromisedElementHelper
Helper class for identifying already compromised system elements
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isHacked
(org.palladiosimulator.pcm.confidentiality.attackerSpecification.pcmIntegration.PCMElement element, CredentialChange change) static boolean
isHacked
(org.palladiosimulator.pcm.core.composition.AssemblyContext component, CredentialChange change) static boolean
isHacked
(org.palladiosimulator.pcm.resourceenvironment.LinkingResource container, CredentialChange change) static boolean
isHacked
(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer container, CredentialChange change)
-
Method Details
-
isHacked
public static boolean isHacked(org.palladiosimulator.pcm.confidentiality.attackerSpecification.pcmIntegration.PCMElement element, CredentialChange change) -
isHacked
public static boolean isHacked(org.palladiosimulator.pcm.core.composition.AssemblyContext component, CredentialChange change) -
isHacked
public static boolean isHacked(org.palladiosimulator.pcm.resourceenvironment.ResourceContainer container, CredentialChange change) -
isHacked
public static boolean isHacked(org.palladiosimulator.pcm.resourceenvironment.LinkingResource container, CredentialChange change)
-