main.rules
Class RuleApplyer

java.lang.Object
  extended bymain.rules.RuleApplyer

public class RuleApplyer
extends Object

Author:
cbishop

Constructor Summary
RuleApplyer()
           
 
Method Summary
 HashMap applyRules(HashMap analysedStatements, LinkedHashMap roles, ArrayList methods)
          Return map of results from role checking
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuleApplyer

public RuleApplyer()
Method Detail

applyRules

public HashMap applyRules(HashMap analysedStatements,
                          LinkedHashMap roles,
                          ArrayList methods)
Return map of results from role checking

Parameters:
analysedStatements - HashMap containing whereabouts of variable statements
roles - Map containing variables and their declared roles
Returns:
HashMap containing checked roles for each variable