Package policyderiver

Class DeriverRecord


  • public class DeriverRecord
    extends Object
    Contains all information needed to create a new policy specification
    • Constructor Detail

      • DeriverRecord

        public DeriverRecord​(org.palladiosimulator.pcm.confidentiality.context.set.ContextSet setToApply,
                             boolean negative,
                             org.palladiosimulator.pcm.usagemodel.EntryLevelSystemCall systemCall,
                             org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour scenarioBehaviour)
    • 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()