Package policyreducer

Class PolicyReducer


  • public class PolicyReducer
    extends Object
    Execute a set of rules on the given context model
    • Method Detail

      • execute

        public int execute()
        Execute the rules For each defined rule, it is check if it can be applied, and record of the data is created, and afterwards executed If the context model is changed during the process, these steps are repeated. Executing a rule can result in an other rule beeing applicable. (Similar: Fixpunktiteration)
      • getContextModel

        public org.palladiosimulator.pcm.confidentiality.context.ConfidentialAccessSpecification getContextModel()
      • getErrorList

        public EList<ErrorRecord> getErrorList()
        Returns the errorlist for the last run
        Returns: