main.rules
Class Transformation

java.lang.Object
  extended bymain.rules.RoleChecker
      extended bymain.rules.Transformation

public class Transformation
extends RoleChecker

Author:
cbishop

Constructor Summary
Transformation(LinkedHashMap analysedMap, String variable, ArrayList methods)
          Constructor for Transformation
 
Method Summary
 ArrayList checkRole()
          Return list of result from role check
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Transformation

public Transformation(LinkedHashMap analysedMap,
                      String variable,
                      ArrayList methods)
Constructor for Transformation

Parameters:
analysedMap - LinkedHashMap of analysed statements
variable - String being variable name
methods - ArrayList of method names
Method Detail

checkRole

public ArrayList checkRole()
Return list of result from role check

Specified by:
checkRole in class RoleChecker
Returns:
ArrayList