Package policyderiver
Class DeriverRecord
- java.lang.Object
-
- policyderiver.DeriverRecord
-
public class DeriverRecord extends Object
Contains all information needed to create a new policy specification
-
-
Constructor Summary
Constructors Constructor Description DeriverRecord(org.palladiosimulator.pcm.confidentiality.context.set.ContextSet setToApply, boolean negative, org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall systemCall, org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour scenarioBehaviour)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour
getScenarioBehaviour()
org.palladiosimulator.pcm.confidentiality.context.set.ContextSet
getSetToApply()
org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall
getSystemCall()
boolean
isNegative()
-
-
-
Method Detail
-
getSetToApply
public org.palladiosimulator.pcm.confidentiality.context.set.ContextSet getSetToApply()
-
isNegative
public boolean isNegative()
-
getSystemCall
public org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall getSystemCall()
-
getScenarioBehaviour
public org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour getScenarioBehaviour()
-
-